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

Commit 3872293

Browse files
authored
Bump to 5.1.1 (#622)
1 parent f1b5c9d commit 3872293

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,12 @@ Changelog
55
Unreleased
66
==========
77

8+
5.1.1 (2022-06-22)
9+
==================
10+
811
* Removed inline editing toggle button from touch devices (where it is inactive anyways) and collapsed menus
912
* Add workaround for toolbar bug in django CMS < 3.10: Reload page after change in inline editor
10-
* Fix #578: If parent plugins to not set body css class the default from CKEDITOR_SETTINGS is used
13+
* Fix `578 <https://github.com/django-cms/djangocms-text-ckeditor/pull/578>`_: If parent plugins to not set body css class the default from CKEDITOR_SETTINGS is used
1114

1215
5.1.0 (2022-03-24)
1316
==================

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.0'
19+
__version__ = '5.1.1'
2020

2121
default_app_config = 'djangocms_text_ckeditor.apps.TextCkeditorConfig'

0 commit comments

Comments
 (0)