File tree Expand file tree Collapse file tree 3 files changed +13
-5
lines changed
Expand file tree Collapse file tree 3 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 22Changelog
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+
5120.3.0 (26-09-2024)
613==================
714
Original file line number Diff line number Diff 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
116117Contributing
117118------------
@@ -123,7 +124,7 @@ License
123124-------
124125
125126This 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
128129Configuration
129130-------------
Original file line number Diff line number Diff line change 1515 9. Publish the release when ready
161610. Github actions will publish the new package to pypi
1717"""
18- __version__ = "0.3.0 "
18+ __version__ = "0.3.1 "
You can’t perform that action at this time.
0 commit comments