Skip to content

Commit

Permalink
release 1.6.1 (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshyu authored May 31, 2024
1 parent a18d7a4 commit 5ac495b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,14 @@ Changelog

unreleased
==========


1.6.1 (2024-05-31)
==================
* fix: add `data-popup="yes"` to the link with class `related-widget-wrapper-link`, then the popup will be shown when the user clicks on the link.
The JS logic got changed after Django 4.1 upgrade (#15301)


1.6.0 (2024-05-16)
==================
* addd support for django 4.2
Expand Down
2 changes: 1 addition & 1 deletion djangocms_content_expiry/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "1.6.0"
__version__ = "1.6.1"

default_app_config = "djangocms_content_expiry.apps.DjangocmsContentExpiryConfig"

0 comments on commit 5ac495b

Please sign in to comment.