Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,20 @@
Changelog
=========

3.0.1 (2026-09-18)
3.0.2 (2025-10-08)
==================

* fix: Adds missing migrations and test for missing migrations by @fsbraun in https://github.com/django-cms/djangocms-alias/pull/303


3.0.1 (2025-09-18)
==================

* fix: Draft static aliases disappeared when viewing pages on site by @fsbraun in https://github.com/django-cms/djangocms-alias/pull/295
* fix: Error message message referred to wrong package by @mbi in https://github.com/django-cms/djangocms-alias/pull/296

3.0.0 (2026-09-17)

3.0.0 (2025-09-17)
==================

* feat: (Re-) Introduce static aliases in the structure board by @fsbraun in https://github.com/django-cms/djangocms-alias/pull/283
Expand Down
2 changes: 1 addition & 1 deletion djangocms_alias/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
A reference can be added to any placeholder using the Alias plugin.
"""

__version__ = "3.0.1"
__version__ = "3.0.2"