We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7770415 commit 1a4dd72Copy full SHA for 1a4dd72
2 files changed
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Craft CMS 3 - Froala WYSIWYG Editor Changelog
2
3
+- Updated editor to version 4.5.2 along with the plugin version
4
+## v4.5.2 - 2025-05-14
5
+
6
- Updated editor to version 4.5.1 along with the plugin version
7
## v4.5.1 - 2025-04-02
8
composer.json
@@ -2,7 +2,7 @@
"name": "froala/craft-froala-wysiwyg",
"description": "Craft 3 CMS plugin for Froala WYSIWYG HTML Rich Text Editor.",
"type": "craft-plugin",
- "version": "4.5.1",
+ "version": "4.5.2",
"keywords": [
"craft",
"craftcms",
@@ -15,7 +15,7 @@
15
"license": "MIT",
16
"require": {
17
"craftcms/cms": "^3.1",
18
- "froala/wysiwyg-editor": "4.5.1"
+ "froala/wysiwyg-editor": "4.5.2"
19
},
20
"autoload": {
21
"psr-4": {
0 commit comments