We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e98392e commit 1433618Copy full SHA for 1433618
CHANGELOG.rst
@@ -2,6 +2,12 @@
2
Changelog
3
=========
4
5
+3.0.1 (2026-09-18)
6
+==================
7
+
8
+* fix: Draft static aliases disappeared when viewing pages on site by @fsbraun in https://github.com/django-cms/djangocms-alias/pull/295
9
+* fix: Error message message referred to wrong package by @mbi in https://github.com/django-cms/djangocms-alias/pull/296
10
11
3.0.0 (2026-09-17)
12
==================
13
djangocms_alias/__init__.py
@@ -3,4 +3,4 @@
A reference can be added to any placeholder using the Alias plugin.
"""
-__version__ = "3.0.0"
+__version__ = "3.0.1"
0 commit comments