Skip to content

Commit

Permalink
Release 2.0.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ttempleton committed Feb 2, 2024
1 parent 0b6fb01 commit 9a4b688
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## 2.0.0-alpha.1 - 2024-02-02

### Added
- Added Craft 5 compatibility
Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "spicyweb/craft-tinymce",
"description": "Adds the TinyMCE rich text editor as a Craft CMS field type",
"version": "1.4.8",
"version": "2.0.0-alpha.1",
"type": "craft-plugin",
"keywords": [
"cms",
Expand All @@ -21,8 +21,8 @@
"support": {
"issues": "https://github.com/spicywebau/craft-tinymce/issues",
"source": "https://github.com/spicywebau/craft-tinymce",
"docs": "https://github.com/spicywebau/craft-tinymce/blob/1.4.8/README.md",
"rss": "https://github.com/spicywebau/craft-tinymce/commits/1.x.atom"
"docs": "https://github.com/spicywebau/craft-tinymce/blob/2.0.0-alpha.1/README.md",
"rss": "https://github.com/spicywebau/craft-tinymce/commits/2.x.atom"
},
"require": {
"craftcms/cms": "^5.0.0-alpha.11",
Expand All @@ -38,8 +38,8 @@
"handle": "tinymce",
"name": "TinyMCE Field",
"class": "spicyweb\\tinymce\\Plugin",
"changelogUrl": "https://github.com/spicywebau/craft-tinymce/blob/1.x/CHANGELOG.md",
"downloadUrl": "https://github.com/spicywebau/craft-tinymce/archive/refs/tags/1.4.8.zip"
"changelogUrl": "https://github.com/spicywebau/craft-tinymce/blob/2.x/CHANGELOG.md",
"downloadUrl": "https://github.com/spicywebau/craft-tinymce/archive/refs/tags/2.0.0-alpha.1.zip"
},
"minimum-stability": "dev",
"prefer-stable": true,
Expand Down
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ Then open your project's control panel, navigate to Settings → Plugins, fin

## Requirements

TinyMCE Field 1.x requires Craft CMS 4.2.0 or any later Craft CMS 4 release.
TinyMCE Field 2.x requires Craft CMS 5.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "craft-tinymce",
"version": "1.4.8",
"version": "2.0.0-alpha.1",
"description": "Adds the TinyMCE rich text editor as a Craft CMS field type",
"private": true,
"main": "client/src/main.ts",
Expand Down

0 comments on commit 9a4b688

Please sign in to comment.