Releases: django-cms/djangocms-alias
Releases · django-cms/djangocms-alias
2.0.1
What's Changed
- ci: pre-commit autoupdate by @pre-commit-ci in #206
- Update README.rst by @aacimov in #213
- build(deps): bump github/codeql-action from 2 to 3 by @dependabot in #211
- build(deps): bump actions/setup-python from 4 to 5 by @dependabot in #209
- build(deps): bump actions/upload-artifact from 3 to 4 by @dependabot in #207
- build(deps): bump liskin/gh-problem-matcher-wrap from 2 to 3 by @dependabot in #208
- chore: Update pre-commit checks by @raffaellasuardini in #217
- Fix: Remove newline from alias template by @fsbraun in #220
- chore: solved rule I001 by @raffaellasuardini in #222
- Fix Sync pre-commit checks (#216) by @raffaellasuardini in #226
- build(deps): bump es5-ext from 0.10.61 to 0.10.63 by @dependabot in #227
- fix: Remove
get_absolute_url
from bothAlias
andAliasContent
models by @fsbraun in #199 - feat: added pull request template by @raffaellasuardini in #229
- fix djangocms-versioning draft deletion bug (#214) by @fscherf in #215
- chore: Prepare 2.0.1 release by @fsbraun in #231
New Contributors
- @aacimov made their first contribution in #213
- @raffaellasuardini made their first contribution in #217
- @fscherf made their first contribution in #215
Full Changelog: 2.0.0...2.0.1
2.0.0
What's Changed
- Django 4 support by @marksweb in #150
- build(deps): bump actions/setup-python from 2 to 4 by @dependabot in #154
- build(deps): bump actions/upload-artifact from 2 to 3 by @dependabot in #156
- build(deps): bump liskin/gh-problem-matcher-wrap from 1 to 2 by @dependabot in #155
- build(deps): bump actions/download-artifact from 2 to 3 by @dependabot in #153
- build(deps): bump actions/checkout from 2 to 3 by @dependabot in #152
- feat: add localization and transifex support by @fsbraun in #151
- Translate '/djangocms_alias/locale/en/LC_MESSAGES/django.po' in 'de' [manual sync] by @transifex-integration in #157
- Translate '/djangocms_alias/locale/en/LC_MESSAGES/django.po' in 'sq' [manual sync] by @transifex-integration in #158
- ci: Disable test requirements' hashes by @marksweb in #159
- ci: pre-commit autoupdate by @pre-commit-ci in #161
- Translate 'djangocms_alias/locale/en/LC_MESSAGES/django.po' in 'nl' by @transifex-integration in #163
- Translate 'djangocms_alias/locale/en/LC_MESSAGES/django.po' in 'nl' by @transifex-integration in #164
- fix: auto-create static alias content in current language by @fsbraun in #165
- Translate 'djangocms_alias/locale/en/LC_MESSAGES/django.po' in 'de' by @transifex-integration in #166
- Bump terser from 4.8.0 to 4.8.1 by @dependabot in #135
- Add CodeQL workflow for GitHub code scanning by @lgtm-com in #147
- build(deps): bump loader-utils from 1.4.0 to 1.4.2 by @dependabot in #148
- build(deps): bump decode-uri-component from 0.2.0 to 0.2.2 by @dependabot in #149
- fix: Avoid language = None when auto creating static aliases by @fsbraun in #169
- feat: Use grouper admin to resolve usability issues by @fsbraun in #167
- fix: Modify language menu for pages only if it is present by @fsbraun in #179
- feat: Add pypi actions, bump version by @fsbraun in #180
- 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
- ci: pre-commit autoupdate by @pre-commit-ci in #194
- avoid generating migrations based on settings.LANGUAGE by @vasekch in #186
- ci: pre-commit autoupdate by @pre-commit-ci in #197
- ci: pre-commit autoupdate by @pre-commit-ci in #198
- ci: Test against django main by @marksweb in #195
- fix: Enable caching for
static_alias
template tag by @vasekch in #200 - build(deps): bump actions/checkout from 3 to 4 by @dependabot in #196
- fix:
static_alias
unnecessarily creates new content objects when used with versioning by @fsbraun in #202 - feat: Django 5.0 support, fixed test suite by @fsbraun in #203
- build(deps-dev): bump browserify-sign from 4.2.1 to 4.2.2 by @dependabot in #204
- build(deps-dev): bump word-wrap from 1.2.3 to 1.2.4 by @dependabot in #185
- build(deps): bump semver from 5.7.1 to 5.7.2 by @dependabot in #184
New Contributors
- @transifex-integration made their first contribution in #157
- @pre-commit-ci made their first contribution in #161
- @lgtm-com made their first contribution in #147
- @vasekch made their first contribution in #189
- @stefanw made their first contribution in #191
Full Changelog: 1.11.0...2.0.0
2.0.0rc3
What's Changed
- ci: pre-commit autoupdate by @pre-commit-ci in #194
- avoid generating migrations based on settings.LANGUAGE by @vasekch in #186
- ci: pre-commit autoupdate by @pre-commit-ci in #197
- ci: pre-commit autoupdate by @pre-commit-ci in #198
- ci: Test against django main by @marksweb in #195
- fix: Enable caching for
static_alias
template tag by @vasekch in #200 - build(deps): bump actions/checkout from 3 to 4 by @dependabot in #196
- fix:
static_alias
unnecessarily creates new content objects when used with versioning by @fsbraun in #202 - feat: Django 5.0 support, fixed test suite by @fsbraun in #203
Full Changelog: 2.0.0rc2...2.0.0rc3
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)