Skip to content

Commit

Permalink
Bump to 1.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun committed Oct 23, 2023
1 parent 5a69dd9 commit 60ea783
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
==================

Expand Down
2 changes: 1 addition & 1 deletion djangocms_frontend/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
13. Github actions will publish the new package to pypi
"""

__version__ = "1.1.9"
__version__ = "1.1.10"

0 comments on commit 60ea783

Please sign in to comment.