You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.rst
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,26 @@
2
2
Changelog
3
3
=========
4
4
5
+
2.2.0 (2025-01-17)
6
+
==================
7
+
8
+
* feat: Added bulk delete to version change view by @polyccon in https://github.com/django-cms/djangocms-versioning/pull/338
9
+
* feat: Re-introduce deleting languages of a page by @fsbraun in https://github.com/django-cms/djangocms-versioning/pull/443
10
+
* feat: Autocomplete fields for grouper selection and option for less verbose UI by @fsbraun in https://github.com/django-cms/djangocms-versioning/pull/433
11
+
* fix: Unpublished or archived versions not shown in language menu by @fsbraun in https://github.com/django-cms/djangocms-versioning/pull/440
12
+
* fix: add resolvability check before redirecting to prevent insecure redirects after publishing by @theShinigami in https://github.com/django-cms/djangocms-versioning/pull/436
13
+
* fix: test.pypi.org workflow environment name by @marksweb in https://github.com/django-cms/djangocms-versioning/pull/434
14
+
* fix: attempt to remove missing item from list by @jrief in https://github.com/django-cms/djangocms-versioning/pull/439
15
+
* fix: Take csrf token from CMS config if possible by @fsbraun in https://github.com/django-cms/djangocms-versioning/pull/444
16
+
* build(deps): bump codecov/codecov-action from 4 to 5 by @dependabot in https://github.com/django-cms/djangocms-versioning/pull/435
17
+
* build(deps): bump actions/cache from 4.0.2 to 4.1.2 by @dependabot in https://github.com/django-cms/djangocms-versioning/pull/431
18
+
* build(deps): bump actions/cache from 4.1.2 to 4.2.0 by @dependabot in https://github.com/django-cms/djangocms-versioning/pull/438
19
+
20
+
**New Contributors**
21
+
22
+
* @polyccon made their first contribution in https://github.com/django-cms/djangocms-versioning/pull/338
23
+
* @theShinigami made their first contribution in https://github.com/django-cms/djangocms-versioning/pull/436
0 commit comments