We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 146b991 commit d48867eCopy full SHA for d48867e
2 files changed
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Craft CMS 3 - Froala WYSIWYG Editor Changelog
2
3
+- Updated editor to version 4.7.1 along with the plugin version
4
+## v4.7.1 - 2025-11-19
5
+
6
- Updated editor to version 4.7.0 along with the plugin version
7
## v4.7.0 - 2025-10-28
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.7.0",
+ "version": "4.7.1",
"keywords": [
"craft",
"craftcms",
@@ -15,7 +15,7 @@
15
"license": "MIT",
16
"require": {
17
"craftcms/cms": "^3.1",
18
- "froala/wysiwyg-editor": "4.7.0"
+ "froala/wysiwyg-editor": "4.7.1"
19
},
20
"autoload": {
21
"psr-4": {
0 commit comments