Skip to content

Commit

Permalink
Bump to 5.1.1 (#622)
Browse files Browse the repository at this point in the history
  • Loading branch information
marksweb committed Jun 22, 2022
1 parent f1b5c9d commit 3872293
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.rst
Expand Up @@ -5,9 +5,12 @@ Changelog
Unreleased
==========

5.1.1 (2022-06-22)
==================

* Removed inline editing toggle button from touch devices (where it is inactive anyways) and collapsed menus
* Add workaround for toolbar bug in django CMS < 3.10: Reload page after change in inline editor
* Fix #578: If parent plugins to not set body css class the default from CKEDITOR_SETTINGS is used
* 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

5.1.0 (2022-03-24)
==================
Expand Down
2 changes: 1 addition & 1 deletion djangocms_text_ckeditor/__init__.py
Expand Up @@ -16,6 +16,6 @@
10. Publish the release when ready
11. Github actions will publish the new package to pypi
"""
__version__ = '5.1.0'
__version__ = '5.1.1'

default_app_config = 'djangocms_text_ckeditor.apps.TextCkeditorConfig'

0 comments on commit 3872293

Please sign in to comment.