Releases: django-cms/djangocms-alias
Releases · django-cms/djangocms-alias
2.0.0rc2
What's Changed
- ci: pre-commit autoupdate by @pre-commit-ci in #181
- ci: pre-commit autoupdate by @pre-commit-ci in #183
- fix: Simplify versioning interaction for better disentanglement by @fsbraun in #182
- allow same name for category in different languages by @vasekch in #189
- ci: pre-commit autoupdate by @pre-commit-ci in #190
- Allow using variable as identifier in static_alias template tag by @stefanw in #191
- fix: New migrations in cms cause migration failure by @marksweb in #192
- chore: Bump to 2.0.0rc2 by @marksweb in #193
New Contributors
Full Changelog: 2.0.0rc1...2.0.0rc2
2.0.0rc1
- Django 4.0 and 4.1 support added
- Django 2.2 support removed
- Python 3.7 support removed
- Changed test setup to run tox from github actions for consistency in testing
- Use django CMS 4.1 GrouperModelAdmin utility (breaking change wrt. django CMS 4.0)
- Admin menu entry show alias change list in the language of the currently shown object
- Automatically create static aliases in the language needed (fixing #162)