Skip to content

Releases: django-cms/djangocms-alias

2.0.1

28 Mar 06:55
6b36913
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.0.0...2.0.1

2.0.0

29 Dec 09:43
f574741
Compare
Choose a tag to compare

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

12 Dec 19:06
6e4c5fb
Compare
Choose a tag to compare
2.0.0rc3 Pre-release
Pre-release

What's Changed

Full Changelog: 2.0.0rc2...2.0.0rc3

2.0.0rc2

01 Sep 01:51
10fd8d4
Compare
Choose a tag to compare
2.0.0rc2 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 2.0.0rc1...2.0.0rc2

2.0.0rc1

30 May 09:50
35b3e70
Compare
Choose a tag to compare
2.0.0rc1 Pre-release
Pre-release
  • 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)