Skip to content

Commit

Permalink
Release 2.2.2 (#287)
Browse files Browse the repository at this point in the history
* Bump version to 2.2.2

* doc: update changelog

* doc: update changelog

---------

Co-authored-by: Josh Yu <[email protected]>
Co-authored-by: Fabian Braun <[email protected]>
  • Loading branch information
3 people authored Dec 3, 2024
1 parent 5ac0791 commit 9b62ecd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
13 changes: 7 additions & 6 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@
Changelog
=========

Unreleased
==========
fix: Add data-popup attr to a tag in burger menu item
fix: Replace SortableAdminMixin by SortableAdminBase for WorkflowAdmin
fix: Restore "In Collection" button in the toolbar
fix: Update README.rst and add overview of settings
2.2.2 (2024-11-07)
==================
* fix: Add data-popup attr to a tag in burger menu item (#291)
* fix: Replace SortableAdminMixin by SortableAdminBase for WorkflowAdmin (#279)
* fix: Restore "In Collection" button in the toolbar (#286)
* fix: Update README.rst and add overview of settings
* fix: Update check framework to not allow publishing for moderated models (#282)

2.2.1 (2024-07-02)
==================
Expand Down
2 changes: 1 addition & 1 deletion djangocms_moderation/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.2.1"
__version__ = "2.2.2"

0 comments on commit 9b62ecd

Please sign in to comment.