Skip to content

Commit 6b413f4

Browse files
committed
Prepare release for 5.0.0
1 parent a5dd6ff commit 6b413f4

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.rst

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,19 @@ Changelog
33

44
This 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

1520
4.0.1 (2024-06-21)
1621
==================

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "django-tinymce"
7-
version = "4.1.0"
7+
version = "5.0.0"
88
description = """
99
A Django application that contains a widget to render a
1010
form field as a TinyMCE editor."""

0 commit comments

Comments
 (0)