diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 76017047..b288adda 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,16 @@ Changelog ========= +1.1.10 (2023-10-23) +=================== + +* Fix bug: icon template tags do not throw an exception if called with + empty icon +* Rename "Template" fields to "Layout" +* Fix bug: Card image at top of card recognized also for django CMS v4 +* Fix bug: Picture ratio retained for image plugin +* Fix bug: Show selected page in menu of default template. + 1.1.7 (2023-08-03) ================== diff --git a/djangocms_frontend/__init__.py b/djangocms_frontend/__init__.py index cb4e84ea..476313cf 100644 --- a/djangocms_frontend/__init__.py +++ b/djangocms_frontend/__init__.py @@ -19,4 +19,4 @@ 13. Github actions will publish the new package to pypi """ -__version__ = "1.1.9" +__version__ = "1.1.10"