Skip to content
This repository was archived by the owner on Mar 26, 2025. It is now read-only.

Commit 729d65d

Browse files
authored
chore: Prepare final release before archiving repo (#684)
* Prepare final release * Update CHANGELOG.rst * Update CHANGELOG.rst
1 parent caa45e6 commit 729d65d

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG.rst

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

5+
5.1.7 (2025-03-21)
6+
==================
7+
8+
* fix: Inline editing compatibility with django CMS 5 by @fsbraun in https://github.com/django-cms/djangocms-text-ckeditor/pull/682
9+
* docs: Add link to deprecation announcement to readme by @fsbraun in https://github.com/django-cms/djangocms-text-ckeditor/pull/681
10+
511
5.1.6 (2024-07-18)
612
==================
713

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ django CMS Text CKEditor
77

88
.. warning::
99

10-
This package will be deprecated on March 31, 2025 and not receive any updates thereafter.
11-
See the `deprecation announcement <https://www.django-cms.org/en/blog/2024/12/13/deprecation-announcement-djangocms-text-ckeditor-to-be-replaced-by-djangocms-text-in-q1-2025/>`_.
10+
This package is deprecated and does not receive any updates.
11+
See the `deprecation announcement <https://www.django-cms.org/en/blog/2024/12/13/deprecation-announcement-djangocms-text-ckeditor-to-be-replaced-by-djangocms-text-in-q1-2025/>`_.
1212
Use `djangocms CMS Text <https://github.com/django-cms/djangocms-text>`_ as an alternative.
1313

1414

@@ -525,5 +525,5 @@ You can run tests by executing::
525525
:target: https://www.djangoproject.com/
526526
.. |djangocms| image:: https://img.shields.io/badge/django%20CMS-3.7%2B-blue.svg
527527
:target: https://www.django-cms.org/
528-
.. |djangocms4| image:: https://img.shields.io/badge/django%20CMS-4-blue.svg
528+
.. |djangocms4| image:: https://img.shields.io/badge/django%20CMS-4%2B-blue.svg
529529
:target: https://www.django-cms.org/

djangocms_text_ckeditor/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
10. Publish the release when ready
1717
11. Github actions will publish the new package to pypi
1818
"""
19-
__version__ = '5.1.6'
19+
__version__ = '5.1.7'
2020

2121
default_app_config = 'djangocms_text_ckeditor.apps.TextCkeditorConfig'

0 commit comments

Comments
 (0)