File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -3,14 +3,19 @@ Changelog
33
44This document describes changes between each past release.
55
6- 5.0.0 (unreleased )
6+ 5.0.0 (2025-10-21 )
77==================
88
99- Upgrade embedded TinyMCE from 6.8.4 to 7.8.0.
10- - Drop support for Django 3 .2.
10+ - Drop support for Django < 4 .2.
1111- Add support for Django 5.1 and 5.2.
1212- Drop support for Python 3.8 and add support for Python 3.13.
1313- The ``template `` plugin has been removed in TinyMCE 7.
14+ - Improved styling of textareas with the AdminTinyMCE widget.
15+ - If present, a `media_url_resolver ` function is evaluated during the JS setup
16+ phase.
17+ - Documentation for `image_list ` and `link_list ` was improved.
18+
1419
15204.0.1 (2024-06-21)
1621==================
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " django-tinymce"
7- version = " 4.1 .0"
7+ version = " 5.0 .0"
88description = """
99A Django application that contains a widget to render a
1010form field as a TinyMCE editor."""
You can’t perform that action at this time.
0 commit comments