- Python 3.8 support removed
- Django CMS 4.1 support added
- Python 3.10 support added
- Django 4.2 support added
- Django < 3.2 support removed
- 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
- fix: Pinned versioning to a dj1.11 compatible version for the test suite.
- fix: Attempt at fixing installation errors
- Added djangocms-versioning support
- Added grouper model
- Added versioning config in cms_config
- Added versioning copy method
- Added versioning testing factory models
- Data migration added for Url Grouper model
- Reworked forms and views for versioning support
- Removed internal_name field from LinkPlugin model. Added migration for the link plugin
- Github Actions integration
- Fixed missing migration and initial migration dependencies on the cms
- Removed Python 3.5 EOL and added Python 3.7 and 3.8 in the tox and CircleCI configs