Skip to content

Latest commit

 

History

History
63 lines (49 loc) · 1.73 KB

File metadata and controls

63 lines (49 loc) · 1.73 KB

Changelog

Unreleased

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