diff --git a/.github/renovate.json b/.github/renovate.json deleted file mode 100644 index d31bb1f..0000000 --- a/.github/renovate.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["github>pangaeatech/.github"], - "baseBranches": ["main"], - "branchPrefix": "renovate/", - "enabledManagers": ["npm", "nvm"] -} diff --git a/README.md b/README.md index ce32b47..5fa529e 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,9 @@ This plugin adds the open-source [Paste from Word](https://www.tiny.cloud/docs/plugins/opensource/paste/) functionality from the 5.x branch of TinyMCE as a plugin for the 6.x branch. The goal of this project is not to replace the premium [PowerPaste plugin](https://www.tiny.cloud/tinymce/features/powerpaste/), but to allow users who would otherwise stay on the 5.x branch solely for paste-from-word support to upgrade to the 6.x branch. -This plugin will not support the 7.x or later branches of TinyMCE due to their [licensing changes](https://github.com/tinymce/tinymce/issues/9453). Therefore, this repository will become **READ-ONLY** when TinyMCE 6.x support ends in Oct 2024. +## END-OF-SUPPORT NOTICE + +This plugin will not support the 7.x or later branches of TinyMCE due to their [licensing changes](https://github.com/tinymce/tinymce/issues/9453). Therefore, this repository became **READ-ONLY** when TinyMCE 6.x support ended in Oct 2024. ### Comparison with PowerPaste diff --git a/package-lock.json b/package-lock.json index 0acd9c5..c5a3c35 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,7 +39,7 @@ "npm": ">=8.0.0" }, "peerDependencies": { - "tinymce": "6.8.4" + "tinymce": "6.8.5" } }, "node_modules/@ampproject/remapping": { @@ -10906,9 +10906,9 @@ "license": "MIT" }, "node_modules/tinymce": { - "version": "6.8.4", - "resolved": "https://registry.npmjs.org/tinymce/-/tinymce-6.8.4.tgz", - "integrity": "sha512-okoJyxuPv1gzASxQDNgQbnUXOdAIyoOSXcXcZZu7tiW0PSKEdf3SdASxPBupRj+64/E3elHwVRnzSdo82Emqbg==", + "version": "6.8.5", + "resolved": "https://registry.npmjs.org/tinymce/-/tinymce-6.8.5.tgz", + "integrity": "sha512-qAL/FxL7cwZHj4BfaF818zeJJizK9jU5IQzTcSLL4Rj5MaJdiVblEj7aDr80VCV1w9h4Lak9hlnALhq/kVtN1g==", "license": "MIT", "peer": true }, diff --git a/package.json b/package.json index c270f47..286c817 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "format:fix": "prettier --write ." }, "peerDependencies": { - "tinymce": "6.8.4" + "tinymce": "6.8.5" }, "devDependencies": { "@babel/core": "7.25.2",