Skip to content

Commit dc270e1

Browse files
committed
Prepare release 4.0.0
1 parent 54d64ba commit dc270e1

File tree

3 files changed

+6
-14
lines changed

3 files changed

+6
-14
lines changed

CHANGELOG.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,15 @@ Changelog
33

44
This document describes changes between each past release.
55

6-
4.0.0 (?)
7-
=========
6+
4.0.0 (2024-03-27)
7+
==================
88

9-
- Upgrade embedded tinyMCE from 5.10.7 to 6.8.3
9+
- Upgrade embedded TinyMCE from 5.10.7 to 6.8.3
1010

1111
The spellchecker plugin is gone (including ``USE_SPELLCHECKER`` setting). Use
1212
the `browser_spellcheck` TinyMCE option (activated by default) to enable
1313
browser-based spellchecking.
1414

15-
1615
3.7.1 (2024-02-06)
1716
==================
1817

README.rst

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ django-tinymce
33

44
**django-tinymce** is a Django application that contains a widget to render a form field as a TinyMCE editor.
55

6+
It supports Python 3.8+ and Django 3.2 to 5.0. Using TinyMCE 6.8.3.
7+
68
.. image:: https://jazzband.co/static/img/badge.svg
79
:target: https://jazzband.co/
810
:alt: Jazzband
@@ -68,15 +70,6 @@ In your code:
6870
6971
**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.
7072

71-
Releases
72-
========
73-
74-
Latest release is 3.7.1. It supports Python 3.8+ and Django 3.2 to 5.0.
75-
76-
Using TinyMCE 6.8.3.
77-
78-
Previous releases can be found on github, but they are no longer maintained.
79-
8073
Documentation
8174
=============
8275

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Features:
1313
* Integration with `django-filebrowser`_.
1414

1515
The django-tinymce code is licensed under the `MIT License`_, the same licence
16-
as the TinyMCE editor itself. See the ``LICENSE.txt`` file in the distribution.
16+
as the TinyMCE 6 editor itself. See the ``LICENSE.txt`` file in the distribution.
1717

1818
Starting with django-tinymce v1.5.1 TinyMCE editor is bundled with django-tinymce to enable easy installation and usage.
1919

0 commit comments

Comments
 (0)