Skip to content

Commit ad3e936

Browse files
committed
Release 2.0.0
1 parent 5ca07e5 commit ad3e936

File tree

3 files changed

+8
-21
lines changed

3 files changed

+8
-21
lines changed

CHANGELOG.md

Lines changed: 4 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5,28 +5,15 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## Unreleased
8+
## 2.0.0 - 2024-04-07
9+
10+
### Added
11+
- Added Craft 5 compatibility
912

1013
### Changed
1114
- Updated the distributed TinyMCE to 7.0.0
1215
- `spicyweb\tinymce\enums\TinyMCESource` is now a proper enum, rather than an abstract class
1316

14-
## 2.0.0-beta.1 - 2024-02-20
15-
16-
### Fixed
17-
- Fixed an error that occurred when creating a TinyMCE field
18-
- Fixed a bug where, if no TinyMCE fields existed on an element editor page, TinyMCE fields would not load on slideout editors
19-
20-
## 2.0.0-alpha.2 - 2024-02-07
21-
22-
### Fixed
23-
- Fixed a bug where editing a link would not trigger a draft autosave
24-
25-
## 2.0.0-alpha.1 - 2024-02-02
26-
27-
### Added
28-
- Added Craft 5 compatibility
29-
3017
### Removed
3118
- Removed Craft 4 compatibility
3219

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "spicyweb/craft-tinymce",
33
"description": "Adds the TinyMCE rich text editor as a Craft CMS field type",
4-
"version": "2.0.0-beta.1",
4+
"version": "2.0.0",
55
"type": "craft-plugin",
66
"keywords": [
77
"cms",
@@ -25,8 +25,8 @@
2525
"rss": "https://github.com/spicywebau/craft-tinymce/commits/2.x.atom"
2626
},
2727
"require": {
28-
"craftcms/cms": "^5.0.0-alpha.11",
29-
"craftcms/html-field": "^3.0.0-alpha",
28+
"craftcms/cms": "^5.0.0",
29+
"craftcms/html-field": "^3.0.0",
3030
"php": "^8.2"
3131
},
3232
"autoload": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "craft-tinymce",
3-
"version": "2.0.0-beta.1",
3+
"version": "2.0.0",
44
"description": "Adds the TinyMCE rich text editor as a Craft CMS field type",
55
"private": true,
66
"main": "client/src/main.ts",

0 commit comments

Comments
 (0)