Skip to content

Commit

Permalink
Prepare release 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
claudep committed Mar 27, 2024
1 parent 54d64ba commit dc270e1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 14 deletions.
7 changes: 3 additions & 4 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
==================

Expand Down
11 changes: 2 additions & 9 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
=============

Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit dc270e1

Please sign in to comment.