Skip to content

Commit

Permalink
Release 1.7.1 (#129)
Browse files Browse the repository at this point in the history
Release contains:
fix: AliasContent Category admin_order_field incorrect ordering
fix: Alias field in plugin should be disabled unless site/category is populated
  • Loading branch information
Bernardvdv authored Jun 10, 2022
1 parent 742abc8 commit a30d62e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ Changelog

Unreleased
==========

1.7.1 (2022-06-10)
==================
* fix: AliasContent Category admin_order_field incorrect ordering
* fix: Alias field in plugin should be disabled unless site/category is populated

Expand Down
2 changes: 1 addition & 1 deletion djangocms_alias/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = '1.7.0'
__version__ = '1.7.1'

default_app_config = 'djangocms_alias.apps.AliasConfig'

0 comments on commit a30d62e

Please sign in to comment.