From 7c2aa227119598488f98a3fe8330771db19e6905 Mon Sep 17 00:00:00 2001 From: Bernhard Rusch Date: Fri, 20 Jun 2025 11:08:54 +0200 Subject: [PATCH 1/4] TinyMCE end of life notice in readme --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 167b12b..e7fc9c8 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # Pimcore TinyMCE +> ‼️**IMPORTANT**‼️ +> This bundle is shipped with an unsupported TinyMCE version (6.x) for licensing reasons. +> TinyMCE 6.x is licensed under the MIT license and can be bundled with this POCL licensed package, but doesn't receive any furter (security) updates (end-of-life). +> TinyMCE >= 7.x is licensed under incompatible GPL license. ## General @@ -189,4 +193,4 @@ The following example adds the plugin `charmap` (Note: Included since Pimcore 11 // ... charmap: [/* ... */], // plugin's configuration } -``` \ No newline at end of file +``` From d65a7cd8f8df987d4b27a31bddd479ba5992ab4a Mon Sep 17 00:00:00 2001 From: Bernhard Rusch Date: Mon, 25 Aug 2025 11:32:31 +0200 Subject: [PATCH 2/4] Apply suggestions from code review Co-authored-by: Jacob Dreesen --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e7fc9c8..d9d191c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Pimcore TinyMCE -> ‼️**IMPORTANT**‼️ +> [!IMPORTANT] > This bundle is shipped with an unsupported TinyMCE version (6.x) for licensing reasons. > TinyMCE 6.x is licensed under the MIT license and can be bundled with this POCL licensed package, but doesn't receive any furter (security) updates (end-of-life). > TinyMCE >= 7.x is licensed under incompatible GPL license. From 971946cb25b5b4ee5ec2327d7e5c042272aab6d8 Mon Sep 17 00:00:00 2001 From: Bernhard Rusch Date: Mon, 25 Aug 2025 11:38:30 +0200 Subject: [PATCH 3/4] Update TinyMCE licensing notes in README Clarify licensing information for TinyMCE versions. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d9d191c..507c18d 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,8 @@ > [!IMPORTANT] > This bundle is shipped with an unsupported TinyMCE version (6.x) for licensing reasons. > TinyMCE 6.x is licensed under the MIT license and can be bundled with this POCL licensed package, but doesn't receive any furter (security) updates (end-of-life). -> TinyMCE >= 7.x is licensed under incompatible GPL license. +> TinyMCE >= 7.x is licensed under incompatible GPL license. +> If you'd like to continue to use TinyMCE in your project, please consider to license Pimcore Enterprise Edition, which includes an always up-to-date and licensed TinyMCE 7 version installed via Composer. ## General From 043993962ca08985ded4f72cfe9e985cd0a8fedc Mon Sep 17 00:00:00 2001 From: Bernhard Rusch Date: Mon, 25 Aug 2025 11:39:21 +0200 Subject: [PATCH 4/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 507c18d..bd49505 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ > This bundle is shipped with an unsupported TinyMCE version (6.x) for licensing reasons. > TinyMCE 6.x is licensed under the MIT license and can be bundled with this POCL licensed package, but doesn't receive any furter (security) updates (end-of-life). > TinyMCE >= 7.x is licensed under incompatible GPL license. -> If you'd like to continue to use TinyMCE in your project, please consider to license Pimcore Enterprise Edition, which includes an always up-to-date and licensed TinyMCE 7 version installed via Composer. +> If you'd like to continue to use TinyMCE in your project, please consider to license [Pimcore Enterprise Edition](https://pimcore.com/en/pricing), which includes an always up-to-date and licensed TinyMCE 7 version installed via Composer. ## General