Releases: ProWorksCorporation/TinyMCE-Umbraco-Premium
13.5.1
13.2.6
Two fixes in this release:
- Account for an edge case with the Advanced Templates configuration that was a gotcha.
- Fix for strings in appSettings.config. There were escaped double-quotes added to the beginning and end of the string from the Serialize method.
13.2.5
Fix for an issue with the DataType customConfig and the order of operations with how it is applied.
13.2.4
A release that simply prepares the package for Umbraco Marketplace submission.
13.2.3
Added support for a javascript-based custom config to allow for javascript methods to be added. Fixed issues with excluding plugins and that not being honored fully. Updated documentation.
13.2.2
Merge pull request #37 from ProWorksCorporation/v13/main V13/main
13.0.0
Upgraded to support v13 of Umbraco. Added the new blocks functionality and rendering to the Premium TinyMCE RTE.
12.3.7
Added some plugins that only worked with later versions of TinyMCE. Most notably, the AI plugin.
12.0.0
This is the initial release that supports Umbraco version 12.0.0+
This release enhances the Umbraco RTE out of the box to allow for premium (licenced) plugins to be used. In addition, it adds a new TinyMCE Premium RTE that allows for more control when creating a data type including picking which plugins to enable as well as configuration specific to that data type. In addition, the configuration in .net appsetting.config allows for more control over the TinyMCE configuration by using JSON syntax and not having to escape everything into a big string.