Skip to content

Commit c1f9e06

Browse files
author
Bert Oost
committed
Merge branch 'develop'
2 parents 6d28cf6 + 2b3e975 commit c1f9e06

2 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Craft CMS 3 - Froala WYSIWYG Editor Changelog
22

3+
## v2.8.5 - 2018-12-13
4+
5+
### Changed
6+
7+
- Updated editor to version 2.8.5 along with the plugin version
8+
39
## v2.8.4.3 - 2018-08-17
410

511
### Changed

composer.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "froala/craft-froala-wysiwyg",
33
"description": "Craft 3 CMS plugin for Froala WYSIWYG HTML Rich Text Editor.",
44
"type": "craft-plugin",
5-
"version": "2.8.4.3",
5+
"version": "2.8.5",
66
"keywords": [
77
"craft",
88
"craftcms",
@@ -14,7 +14,8 @@
1414
"homepage": "https://github.com/froala/Craft-3-Froala-WYSIWYG",
1515
"license": "MIT",
1616
"require": {
17-
"froala/wysiwyg-editor": "2.8.4"
17+
"craftcms/cms": "^3.0.0",
18+
"froala/wysiwyg-editor": "2.8.5"
1819
},
1920
"autoload": {
2021
"psr-4": {
@@ -29,4 +30,4 @@
2930
"developerUrl": "https://bertoost.com",
3031
"documentationUrl": "https://github.com/froala/Craft-3-Froala-WYSIWYG/blob/master/README.md"
3132
}
32-
}
33+
}

0 commit comments

Comments
 (0)