Skip to content

Latest commit

 

History

History
172 lines (144 loc) · 11.9 KB

CHANGELOG.rst

File metadata and controls

172 lines (144 loc) · 11.9 KB

Changelog

2.1.0 (2024-07-12)

  • feat: Add versioning actions to settings (admin change view) of versioned objects by @fsbraun in django-cms#408
  • fix: Remove workaround for page-specific rendering by @fsbraun in django-cms#411
  • fix: Compare versions' back button sometimes returns to invalid URL by @fsbraun in django-cms#413

Full Changelog: https://github.com/django-cms/djangocms-versioning/compare/2.0.2...2.1.0

2.0.2 (2024-05-03)

  • fix: Do not show edit action for version objects where editing is not possible by @fsbraun in django-cms#405
  • feat: Add Arabic locale

2.0.1 (2024-03-29)

  • feat: Add content object level publish permissions by @fsbraun in django-cms#390
  • fix: Create missing __init__.py in management folder by @fsbraun in django-cms#366
  • fix #363: Better UX in versioning listview by @jrief in django-cms#364
  • fix: Several fixes for the versioning forms: #382, #383, #384 by @fsbraun in django-cms#386
  • fix: For Django CMS 4.1.1 and later do not automatically register versioned CMS Menu by @fsbraun in django-cms#388
  • fix: Post requests from the side frame were sent to wrong URL by @fsbraun in django-cms#396
  • fix: Consistent use of action buttons by @fsbraun in django-cms#392
  • fix: Avoid duplication of placeholder checks for locked versions by @fsbraun in django-cms#393
  • ci: Add testing against django main by @marksweb in django-cms#353
  • ci: Improve efficiency of ruff workflow by @marksweb in django-cms#378
  • Chore: update ruff and pre-commit hook by @raffaellasuardini in django-cms#381
  • build(deps): bump actions/cache from 4.0.1 to 4.0.2 by @dependabot in django-cms#397

New Contributors

2.0.0 (2023-12-29)

What's Changed

  • ci: Added concurrency to workflows by @marksweb in django-cms#271
  • ci: Remove os from test workflow matrix by @marksweb in django-cms#270
  • ci: Update actions to latest versions by @marksweb in django-cms#269
  • ci: Update isort params for v5 by @marksweb in django-cms#268
  • Add CodeQL workflow for GitHub code scanning by @lgtm-com in django-cms#297
  • feat: Django 4.0, 4.1 / Python 3.10/3.11, mysql support, running tests on sqlite, postgres and mysql by @fsbraun in django-cms#287
  • feat: Compat with cms page content extension changes by @marksweb in django-cms#291
  • fix: Additional change missed in #291 by @marksweb in django-cms#301
  • Add: Allow simple version management commands from the page tree indicator drop down menus by @fsbraun in django-cms#295
  • fix: Adds compatibility for User models with no username field [#292] by @marksweb in django-cms#293
  • feat: Use same icons in page tree state indicators and Manage verisons by @fsbraun in django-cms#302
  • fix: Remove patching the django CMS core by @fsbraun in django-cms#300
  • fix: test requirements after removing the patching pattern by @fsbraun in django-cms#303
  • feat: add localization and transifex support by @fsbraun in django-cms#305
  • feat: Add management command to create version objects by @fsbraun in django-cms#304
  • feat: add Dutch translations, transifex integration file by @fsbraun in django-cms#306
  • feat: French localization by @fsbraun in django-cms#307
  • feat: Albanian localization, Transifex integration by @fsbraun in django-cms#308
  • Some fixed strings are now translatable by @svandeneertwegh in django-cms#310
  • Translate '/djangocms_versioning/locale/en/LC_MESSAGES/django.po' in 'de' by @transifex-integration in django-cms#311
  • Translate '/djangocms_versioning/locale/en/LC_MESSAGES/django.po' in 'nl' by @transifex-integration in django-cms#312
  • fix: translation inconsistencies by @fsbraun in django-cms#313
  • feat: Add preview button to view published mode by @fsbraun in django-cms#316
  • feat: Huge performance improvement for admin_manager by @fsbraun in django-cms#318
  • fix: Minor usability improvements by @fsbraun in django-cms#317
  • fix: update messages by @fsbraun in django-cms#321
  • Translate 'djangocms_versioning/locale/en/LC_MESSAGES/django.po' in 'de' by @transifex-integration in django-cms#322
  • fix: deletion of version objects blocked by source fields by @fsbraun in django-cms#320
  • feat: allow reuse of status indicators by @fsbraun in django-cms#319
  • fix: burger menu to also work with new core icons by @fsbraun in django-cms#323
  • Translate 'djangocms_versioning/locale/en/LC_MESSAGES/django.po' in 'nl' by @transifex-integration in django-cms#328
  • ci: Switch flake8 and isort for ruff by @marksweb in django-cms#329
  • fix: Added related_name to version content type field by @marksweb in django-cms#274
  • feat: Django 4.2, Django CMS 4.1.0rc2 compatibility, and version locking by @fsbraun in django-cms#326
  • Translations for djangocms_versioning/locale/en/LC_MESSAGES/django.po in de by @transifex-integration in django-cms#330
  • Translations for djangocms_versioning/locale/en/LC_MESSAGES/django.po in nl by @transifex-integration in django-cms#331
  • fix: Modify language menu for pages only if it is present by @fsbraun in django-cms#333
  • feat: Add pypi actions by @fsbraun in django-cms#335
  • feat: Reversable generic foreign key lookup from version by @Aiky30 in django-cms#241
  • Add caching to PageContent __bool__ by @stefanw in django-cms#346
  • Fix tests by @FinalAngel in django-cms#349
  • Updates for file djangocms_versioning/locale/en/LC_MESSAGES/django.po in fr on branch master by @transifex-integration in django-cms#347
  • docs: List DJANGOCMS_VERSIONING_LOCK_VERSIONS in settings by @fsbraun in django-cms#350
  • docs: Update documentation by @fsbraun in django-cms#351
  • fix: Update templates for better styling w/o djangocms-admin-style by @fsbraun in django-cms#352
  • fix: PageContent extension's copy_relations method not called by @fsbraun in django-cms#344
  • Bugfix/use keyword arguments in admin render change form method by @vipulnarang95 in django-cms#356
  • Provide additional information when sending publish/unpublish events by @GaretJax in django-cms#348
  • fix: Preview link language by @fsbraun in django-cms#357
  • docs: Document version states by @fsbraun in django-cms#362
  • feat: Add configuration to manage redirect on publish by @fsbraun in django-cms#358

New Contributors

1.2.2 (2022-07-20)

  • fix: Admin burger menu excluding Preview and Edit buttons in all languages

1.2.1 (2022-06-13)

  • fix: Added correct relationship description to get_created_by admin_order_field

1.2.0 (2022-06-09)

  • feat: Add View Published button for page edit or preview mode

1.1.0 (2022-06-08)

  • feat: Added injection point for field modification in the ExtendedAdminMixin

1.0.6 (2022-05-31)

  • fix: Version Changelist table edit button opens all items out of the sideframe

1.0.5 (2022-05-27)

  • fix: Sideframe always closing when it has been specified to stay open

1.0.4 (2022-04-05)

  • feat: Added a burger menu in the actions column of the ExtendedVersionAdminMixin.

1.0.3 (2022-03-18)

  • Enable django messages to be hidden after set timeout

1.0.2 (2022-03-03)

  • Fix: Updated icon base template to include proper closesideframe tag

1.0.1 (2022-03-03)

  • feat: Open compare view in new tab
  • Hiding the back button in compare view

1.0.0 (2022-02-23)

  • Python 3.8, 3.9 support added
  • Django 3.0, 3.1 and 3.2 support added
  • Python 3.5 and 3.6 support removed
  • Django 1.11 support removed

0.0.33 (2022-01-11)

  • fix: Page Content Extended models do no update the version modified date as they should.

0.0.32 (2022-01-05)

  • fix: Added field ordering to the generic versioning admin mixin

0.0.31 (2021-11-24)

  • fix: Remove forcing a Timezone (USE_TZ=False) for the test suite which doesn't help for projects where the TZ is not forced to True.
  • feat: Replaced CircleCI with GitHub Actions for the automated test suite.

0.0.30 (2021-11-17)

  • feat: django-cms TitleExtension admin save fix and extended PageContent copy method that copies extensions