From dc270e10b33e27faa5e10ff17a76b3c2634cc871 Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Wed, 27 Mar 2024 21:16:34 +0100 Subject: [PATCH] Prepare release 4.0.0 --- CHANGELOG.rst | 7 +++---- README.rst | 11 ++--------- docs/index.rst | 2 +- 3 files changed, 6 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 5cc50257..4020a7bd 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -3,16 +3,15 @@ Changelog This document describes changes between each past release. -4.0.0 (?) -========= +4.0.0 (2024-03-27) +================== -- Upgrade embedded tinyMCE from 5.10.7 to 6.8.3 +- Upgrade embedded TinyMCE from 5.10.7 to 6.8.3 The spellchecker plugin is gone (including ``USE_SPELLCHECKER`` setting). Use the `browser_spellcheck` TinyMCE option (activated by default) to enable browser-based spellchecking. - 3.7.1 (2024-02-06) ================== diff --git a/README.rst b/README.rst index 63068c33..cccb2a18 100644 --- a/README.rst +++ b/README.rst @@ -3,6 +3,8 @@ django-tinymce **django-tinymce** is a Django application that contains a widget to render a form field as a TinyMCE editor. +It supports Python 3.8+ and Django 3.2 to 5.0. Using TinyMCE 6.8.3. + .. image:: https://jazzband.co/static/img/badge.svg :target: https://jazzband.co/ :alt: Jazzband @@ -68,15 +70,6 @@ In your code: **django-tinymce** uses staticfiles so everything should work as expected, different use cases (like using widget instead of HTMLField) and other stuff is available in documentation. -Releases -======== - -Latest release is 3.7.1. It supports Python 3.8+ and Django 3.2 to 5.0. - -Using TinyMCE 6.8.3. - -Previous releases can be found on github, but they are no longer maintained. - Documentation ============= diff --git a/docs/index.rst b/docs/index.rst index 07f32f0d..c78f14c2 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -13,7 +13,7 @@ Features: * Integration with `django-filebrowser`_. The django-tinymce code is licensed under the `MIT License`_, the same licence -as the TinyMCE editor itself. See the ``LICENSE.txt`` file in the distribution. +as the TinyMCE 6 editor itself. See the ``LICENSE.txt`` file in the distribution. Starting with django-tinymce v1.5.1 TinyMCE editor is bundled with django-tinymce to enable easy installation and usage.