* fix: Removed tight django-treebeard restriction added when 4.5.0 contained breaking changes. The core CMS and django-treebeard have since been patched to resolve the issue.
3.1.0
================
* Add support for ace editor loaded from static files through djangocms-static-ace * Add dark mode support
3.0.0
==================
* Added support for Django 3.1 * Dropped support for Python 2.7 and Python 3.4 * Dropped support for Django < 2.2
2.3.0
==================
* Added support for Django 3.0 * Fixed an issue where render requires a dict instead of a context * Added ``DJANGOCMS_SNIPPET_CACHE`` cache settings for snippets * Added further tests to raise coverage * Fixed smaller issues found during testing * Fixed alt attribute not rendering correctly * Fixed missing html variable not present in context
2.2.0
==================
* Added support for Django 2.2 and django CMS 3.7 * Removed support for Django 2.0 * Extended test matrix * Added isort and adapted imports * Adapted code base to align with other supported addons * Exclude ``tests`` folder from release build * Updated translations
2.1.0
==================
* Added support for Django 1.11, 2.0 and 2.1 * Removed support for Django 1.8, 1.9 * Adapted testing infrastructure (tox/travis) to incorporate django CMS 3.5 and 4.0