Skip to content

Commit

Permalink
chore: Prepare release 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun committed Oct 2, 2024
1 parent 1f6adf3 commit 8ba9505
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
Changelog
=========

0.3.1 (02-10-2024)
==================

* feat: Moved CKEditor 5 code to https://github.com/django-cms/djangocms-text-ckeditor5
due to licensing issues


0.3.0 (26-09-2024)
==================

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


Contributing
------------
Expand All @@ -123,7 +124,7 @@ License
-------

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

Configuration
-------------
Expand Down
2 changes: 1 addition & 1 deletion djangocms_text/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
9. Publish the release when ready
10. Github actions will publish the new package to pypi
"""
__version__ = "0.3.0"
__version__ = "0.3.1"

0 comments on commit 8ba9505

Please sign in to comment.