Skip to content

Releases: mitydigital/statamic-tinymce-cloud

3.1.0

21 Jun 00:11
972287c
Compare
Choose a tag to compare

What's Changed

  • New feature: optionally defer initialisation by @martyf in #16 (resolves #13)

3.0.1

13 Jun 01:06
Compare
Choose a tag to compare

What's Changed

  • fix "Array to string conversion" error by @IVoyt in #11
  • Correct save issue for pre/post 5.7 update by @martyf in #12

Full Changelog: 3.0.0...3.0.1

3.0.0

09 May 23:39
Compare
Choose a tag to compare

Support for Statamic 4 and 5
Reworked to use Vite instead of Webpack

2.1.3

20 Mar 20:51
Compare
Choose a tag to compare

On Wednesday 20th March 2024, Tiny released TinyMCE 7.0 to Enterprise and Cloud users.

This addon is written for the Cloud version, and this update now supports TinyMCE 7, and is the default for new installs.

You can continue to select versions 5, 6 and now 7 via your configuration in the Statamic CP.

2.1.2

29 Mar 06:02
Compare
Choose a tag to compare

You do love new things, right? Like support for Statamic 4? Us too.

Speaking of new things, have you upgraded to TinyMCE 6 yet? TinyMCE 5 will be deprecated in April 2023, so get cracking!

2.1.1

16 Oct 05:08
Compare
Choose a tag to compare

Updated composer to be strict with PHP version requirements

2.1.0

06 Sep 23:31
Compare
Choose a tag to compare

Just a little update that changes the validation of your configuration from JSON (very strict) to YAML (much nicer).

The only catch is that new lines with a '+' joining them are still not supported... but your key names can at least be more JavaScript-y. That's a word, right?

A few language strings have changed in case you're overriding them.

v2.0.1

16 May 01:13
Compare
Choose a tag to compare

Just a minor update to correct the location for the config file (if you publish it).

A minor correction about translations has been added too.

v2.0.0

03 May 01:49
Compare
Choose a tag to compare

TinyMCE Cloud for Statamic has been updated!

This is a major update and introduces breaking changes - please review the readme's Upgrading from v1.x section for full details and steps to follow.

What's new:

  • new Cloud Channel configuration option to select TinyMCE 5 or TinyMCE 6
  • new centralised TinyMCE Configurations for easier re-use among multiple fieldtype instances
  • allow/deny access to the configuration screen with a new Permission within Statamic's Roles/Permissions

What's improved:

  • all language strings now publishable

What's removed

  • per fieldtype configuration is removed (the new centralised approach makes so much more sense)

v1.0.3

14 Feb 23:28
1bb3965
Compare
Choose a tag to compare

Tweaked README.md external plugin formatting