- Fixed edit link in pageadmin to close sideframe
- Introduced Django 4.2 support.
- Dropped support for Django<3.1
- Added support for Python 3.10
- Dropped support for Python<3.8
- feat: Enabled edit button in Page Admin
- feat: Adds admin action to add multiple items to a collection when moderation is installed
- feat: Replacing created with published date in versioning changelist
- feat: Author filter added to admin
- feat: Template filter choices filtered by site. Moved filter test cases to own file
- feat: PageContent search checks PageUrls
- feat: CSV export functionality added to the change list
- fix: Added CMS_CONFIRM_VERSION4 in test_settings to show intend of using v4
- fix: Admin burger menu excluding Preview and Edit buttons in all languages
- feat: Migrate CI to use Github Actions
- fix: Update monkeypatch to target View Published instead of Preview button
- feat: Added monkeypatch to inject target="_blank" attribute into the toolbar preview button
- feat: Close the sideframe when following links to the page endpoints
- 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