We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55a52fd commit 4caa54eCopy full SHA for 4caa54e
CHANGELOG.rst
@@ -2,6 +2,13 @@
2
Changelog
3
=========
4
5
+3.0.3 (2026-01-13)
6
+==================
7
+
8
+* fix: Admin complained about missing methods get_author and get_modified_date by @fsbraun in https://github.com/django-cms/djangocms-alias/pull/307
9
+* fix: If static alias has no name, use static code as name by @fsbraun in https://github.com/django-cms/djangocms-alias/pull/326
10
11
12
3.0.2 (2025-10-08)
13
==================
14
djangocms_alias/__init__.py
@@ -3,4 +3,4 @@
A reference can be added to any placeholder using the Alias plugin.
"""
-__version__ = "3.0.2"
+__version__ = "3.0.3"
0 commit comments