File tree Expand file tree Collapse file tree 3 files changed +8
-21
lines changed Expand file tree Collapse file tree 3 files changed +8
-21
lines changed Original file line number Diff line number Diff line change @@ -5,28 +5,15 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## Unreleased
8
+ ## 2.0.0 - 2024-04-07
9
+
10
+ ### Added
11
+ - Added Craft 5 compatibility
9
12
10
13
### Changed
11
14
- Updated the distributed TinyMCE to 7.0.0
12
15
- ` spicyweb\tinymce\enums\TinyMCESource ` is now a proper enum, rather than an abstract class
13
16
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
-
30
17
### Removed
31
18
- Removed Craft 4 compatibility
32
19
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " spicyweb/craft-tinymce" ,
3
3
"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" ,
5
5
"type" : " craft-plugin" ,
6
6
"keywords" : [
7
7
" cms" ,
25
25
"rss" : " https://github.com/spicywebau/craft-tinymce/commits/2.x.atom"
26
26
},
27
27
"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" ,
30
30
"php" : " ^8.2"
31
31
},
32
32
"autoload" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " craft-tinymce" ,
3
- "version" : " 2.0.0-beta.1 " ,
3
+ "version" : " 2.0.0" ,
4
4
"description" : " Adds the TinyMCE rich text editor as a Craft CMS field type" ,
5
5
"private" : true ,
6
6
"main" : " client/src/main.ts" ,
You can’t perform that action at this time.
0 commit comments