What's Changed * Add GitHub Actions by crydotsnake in https://github.com/django-cms/djangocms-style/pull/56 * FEATURE: adjust setup metadata by crydotsnake in https://github.com/django-cms/djangocms-style/pull/58 * FEATURE: add github pr template by crydotsnake in https://github.com/django-cms/djangocms-style/pull/57 * Removed pinned django-treebeard by tidenhub in https://github.com/django-cms/djangocms-style/pull/59 * Feat: Django 4.2 support by mogoh in https://github.com/django-cms/djangocms-style/pull/61 * chore: Improve ruff config by marksweb in https://github.com/django-cms/djangocms-style/pull/64
New Contributors * crydotsnake made their first contribution in https://github.com/django-cms/djangocms-style/pull/56 * tidenhub made their first contribution in https://github.com/django-cms/djangocms-style/pull/59 * mogoh made their first contribution in https://github.com/django-cms/djangocms-style/pull/61 * marksweb made their first contribution in https://github.com/django-cms/djangocms-style/pull/64
* 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 * Deprecated old ``CMS_STYLE_NAMES`` setting * Deprecated old ``CMS_STYLE_TAG_TYPES`` setting * Added further tests to raise coverage * Fixed smaller issues found during testing
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
2.1.0
==================
* Fixed a validation issue with attributes * Added support for Django 1.11, 2.0 and 2.1 * Removed support for Django 1.8, 1.9, 1.10 * Adapted testing infrastructure (tox/travis) to incorporate django CMS 3.5 and 4.0