Version 4.3.1
November 18, 2024
- Updated editor to version 4.3.0 along with the plugin version
Version 4.3.0
October 1, 2024
- Updated editor to version 4.2.2 along with the plugin version
Version 4.2.2
September 3, 2024
- Updated editor to version 4.2.1 along with the plugin version
Version 4.2.1
June 14, 2024
- Updated editor to version 4.2.0 along with the plugin version
Version 4.2.0
March 21, 2024
- Updated editor to version 4.1.4 along with the plugin version
Version 4.1.4
December 7, 2023
- Updated editor to version 4.1.3 along with the plugin version
Version 4.1.3
October 20, 2023
- Updated editor to version 4.1.2 along with the plugin version
Version 4.1.2
September 12, 2023
- Updated editor to version 4.1.1 along with the plugin version
Version 4.1.1
August 17, 2023
- Updated editor to version 4.1.0 along with the plugin version
Version 4.1.0
July 12, 2023
- Updated editor to version 4.0.19 along with the plugin version
Version 4.0.19
May 16, 2023
- Updated editor to version 4.0.18 along with the plugin version
Version 4.0.18
March 23, 2023
- Updated editor to version 4.0.17 along with the plugin version
Version 4.0.17
January 19, 2023
- Updated editor to version 4.0.16 along with the plugin version
Version 4.0.16
November 23, 2022
- Updated editor to version 4.0.15 along with the plugin version
Version 4.0.15
October 12, 2022
- Updated editor to version 4.0.14 along with the plugin version
Version 4.0.14
August 25, 2022
- Updated editor to version 4.0.13 along with the plugin version
Version 4.0.13
July 11, 2022
- Updated editor to version 4.0.12 along with the plugin version
Version 4.0.12
June 9, 2022
- Updated editor to version 4.0.11 along with the plugin version
Version 4.0.11
May 9, 2022
- Updated editor to version 4.0.10 along with the plugin version
Version 4.0.10
March 16, 2022
- Updated editor to version 4.0.9 along with the plugin version
Version 4.0.9
February 2, 2022
- Updated editor to version 4.0.8 along with the plugin version
Version 4.0.8
December 21, 2021
- Updated editor to version 4.0.7 along with the plugin version
Version 4.0.7
November 23, 2021
- Updated editor to version 4.0.6 along with the plugin version
Version 4.0.6
October 19, 2021
- Updated editor to version 4.0.5 along with the plugin version
Version 4.0.5
September 20, 2021
- Updated editor to version 4.0.4 along with the plugin version
Version 4.0.4
August 3, 2021
- Updated editor to version 4.0.3 along with the plugin version
Version 4.0.3
July 6, 2021
- Updated editor to version 4.0.2 along with the plugin version
Version 4.0.2
June 30, 2021
- Updated editor to version 4.0.1 along with the plugin version
Version 4.0.1
May 18, 2021
- Updated editor to version 3.2.6-1 along with the plugin version
Version 3.2.6
January 25, 2021
Changed
- Updated editor to version 3.2.5-2 along with the plugin version
Version 3.2.1
August 5, 2020
Changed
- Updated editor to version 3.2.1 along with the plugin version
Version 3.2.0
July 23, 2020
Changed
- Updated editor to version 3.2.0 along with the plugin version
Version 3.1.0
January 28, 2020
Changed
- Updated editor to version 3.1.0 along with the plugin version
Version 2.9.5
June 8, 2019
Changed
- Updated editor to version 2.9.5 along with the plugin version
Version 2.9.4
June 8, 2019
Changed
- Updated editor to version 2.9.4 along with the plugin version
- Fix
Call to a member function getSettings() on null
by @reganlawton
Version 2.9.3
March 1, 2019
Changed
- Updated editor to version 2.9.3 along with the plugin version
Version 2.9.2.3
February 14, 2019
Changed
- Fixed checks in shorthand if, concatenating strings, in field service (@Zae #9)
Version 2.9.2.2
February 8, 2019
Changed
- Fixed being compatible with Craft CMS 3.1 regaring using UID's instead of ID's (#8)
Version 2.9.2.1
February 7, 2019
Changed
- Fixed checking volumes and displaying editor when configured well (#7)
Version 2.9.2
January 31, 2019
Changed
- Improved checks on existence of image and file asset sources (volumes)
- Updated editor to version 2.9.2 along with the plugin version
Version 2.9.1
December 13, 2018
Changed
- Updated editor to version 2.9.1 along with the plugin version
Version 2.9.0
December 13, 2018
Changed
- Updated editor to version 2.9.0 along with the plugin version
Version 2.8.5
December 13, 2018
Changed
- Made Craft CMS 3 as requirement for the package, since it's required for the plugin store
- Updated editor to version 2.8.5 along with the plugin version
Version 2.8.4.3
August 17, 2018
Changed
- Fixed adding code-view plugin to enabled plugins when allowed to see code (permissions)
- Fixed comparing enabled plugins regarding core plugins
Version 2.8.4.2
July 19, 2018
Changed
- Fixed bug loading Craft integrations when Enabled Plugins setting is set to something else than "All".
Version 2.8.4.1
July 18, 2018
Changed
- Fixed loading custom CSS type via Asset bundle.
- Fixed issue with updating a file link and the Link update popup window.
- Fixed issue regarding inserting a file link with correct Craft's Asset referenced-tag
{asset:<id>}
.
Removed
- Removed plugin support for custom CSS file loading. Since Craft 3 doesn't give the ability.
Version 2.8.4
July 15, 2018
Changed
- Updated editor to version 2.8.4 along with the plugin version
Version 2.8.3
July 15, 2018
Changed
- Updated editor to version 2.8.3 along with the plugin version
Version 2.8.2
July 15, 2018
Changed
- Updated editor to version 2.8.2 along with the plugin version
Version 2.8.1
July 11, 2018
Added
- Permission to grant users or groups to toggle HTML code view (not admins only).
Removed
- Code view option via plugin settings (since it's a permission now).
Version 2.8.1-rc.5
July 8, 2018
Changed
- Fixed composer dependency version constraint to use exact version of Froala Editor (v2.8.1)
Version 2.8.1-rc.3
June 30, 2018
Changed
- Loading translations from the Froala-editor category (instead of none).
- Formatted plugin init() method to easier read the event-listeners.
Version 2.8.1-rc.2
June 30, 2018
Added
- #1 Support for custom editor configuration per field instead of plugin-wide only
Changed
- Loading custom editor configurations, actually passing to the editor
- Styling toolbar separator causing button to appear on the right
Version 2.8.1-rc.1
June 28, 2018
- Initial release of the Craft CMS 3 plugin for Froala WYSIWYG