Skip to content

Commit 4caa54e

Browse files
authored
chore: Bump version, update release notes (#327)
1 parent 55a52fd commit 4caa54e

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
Changelog
33
=========
44

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+
512
3.0.2 (2025-10-08)
613
==================
714

djangocms_alias/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
A reference can be added to any placeholder using the Alias plugin.
44
"""
55

6-
__version__ = "3.0.2"
6+
__version__ = "3.0.3"

0 commit comments

Comments
 (0)