Skip to content

2.0.0rc1

Compare
Choose a tag to compare
@fsbraun fsbraun released this 30 May 10:47
· 67 commits to master since this release
4318be6
  • fix: Only try modifying page language menu if it is present

  • fix: Added related_name attribute to the content_type foreign key of the Version model.

  • fix: burger menu adjusts to the design of django cms core dropdown

  • fix: bug that showed an archived version as unpublished in some cases in the state indicator

  • add: Dutch and French translations thanks to Stefan van den Eertwegh and François Palmierso

  • add: transifex support, German translations

  • add: Revert button as replacement for dysfunctional Edit button for unpublished
    versions

  • add: status indicators and drop down menus for django cms page tree

  • fix: only offer languages for plugin copy with available content

  • feat: Add support for Django 4.0, 4.1 and Python 3.10 and 3.11

  • fix: migrations for MySql

  • ci: Updated isort params in lint workflow to meet current requirements.

  • ci: Update actions to v3 where possible, and coverage to v2 due to v1 sunset in Feb

  • ci: Remove os from test workflow matrix because it's unused

  • ci: Added concurrency option to cancel in progress runs when new changes occur

  • fix: Added setting to make the field to identify a user configurable in ExtendedVersionAdminMixin.get_queryset() to fix issue for custom user models with no username

  • ci: Run tests on sqlite, mysql and postgres db

  • feat: Compatibility with page content extension changes to django-cms

  • ci: Added basic linting pre-commit hooks