Skip to content

Commit 8ba9505

Browse files
committed
chore: Prepare release 0.3.1
1 parent 1f6adf3 commit 8ba9505

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
Changelog
33
=========
44

5+
0.3.1 (02-10-2024)
6+
==================
7+
8+
* feat: Moved CKEditor 5 code to https://github.com/django-cms/djangocms-text-ckeditor5
9+
due to licensing issues
10+
11+
512
0.3.0 (26-09-2024)
613
==================
714

README.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,10 @@ needed. The following editors are currently supported:
109109
CKEditor 4 interface and child plugin functionality. This editor is compatible with
110110
the ``djangocms-text-ckeditor`` plugin, and can be used as a drop-in replacement.
111111
It supports inline editing and text-enabled plugins.
112-
- **CKEditor 5**: The current version of CKEditor might be supported in a future
113-
release of ``djangocms-text`` or as a separate package. Its current
114-
implementation does not support text-enabled plugins or dynamic attributes.
112+
- **CKEditor 5**: To keep licenses separated, there is a
113+
`separate package <https://github.com/django-cms/djangocms-text-ckeditor5>`_
114+
``djangocms-text-ckeditor5`` which provides CKEditor 5 as a rich text editor.
115+
115116

116117
Contributing
117118
------------
@@ -123,7 +124,7 @@ License
123124
-------
124125

125126
This project is licensed under the BSD-3-Clause License - see the LICENSE file for
126-
details. The CKEditor 5 interface is licensed under the GPL-2.0 License.
127+
details.
127128

128129
Configuration
129130
-------------

djangocms_text/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
9. Publish the release when ready
1616
10. Github actions will publish the new package to pypi
1717
"""
18-
__version__ = "0.3.0"
18+
__version__ = "0.3.1"

0 commit comments

Comments
 (0)