Skip to content

Releases: ProWorksCorporation/TinyMCE-Umbraco-Premium

13.2.6

25 Sep 18:09
94d00d9
Compare
Choose a tag to compare

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

11 Sep 23:15
c310b33
Compare
Choose a tag to compare

Fix for an issue with the DataType customConfig and the order of operations with how it is applied.

13.2.4

24 May 20:09
Compare
Choose a tag to compare

A release that simply prepares the package for Umbraco Marketplace submission.

13.2.3

09 May 14:00
eefe5de
Compare
Choose a tag to compare

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

03 Apr 20:27
cc8fbdc
Compare
Choose a tag to compare
Merge pull request #37 from ProWorksCorporation/v13/main

V13/main

13.0.0

02 Apr 22:04
9a06f94
Compare
Choose a tag to compare

Upgraded to support v13 of Umbraco. Added the new blocks functionality and rendering to the Premium TinyMCE RTE.

12.3.7

02 Apr 22:02
0c690b9
Compare
Choose a tag to compare

Added some plugins that only worked with later versions of TinyMCE. Most notably, the AI plugin.

12.0.0

02 Apr 17:18
8688e72
Compare
Choose a tag to compare

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.