## What's Changed * Add GitHub Actions by @crydotsnake in #56 * FEATURE: adjust setup metadata by @crydotsnake in #58 * FEATURE: add github pr template by @crydotsnake in #57 * Removed pinned django-treebeard by @tidenhub in #59 * Feat: Django 4.2 support by @mogoh in #61 * chore: Improve ruff config by @marksweb in #64
## New Contributors * @crydotsnake made their first contribution in #56 * @tidenhub made their first contribution in #59 * @mogoh made their first contribution in #61 * @marksweb made their first contribution in #64
Full Changelog: https://github.com/django-cms/djangocms-style/compare/3.0.0...3.1.0
- Added support for Django 3.1
- Dropped support for Python 2.7 and Python 3.4
- Dropped support for Django < 2.2
- 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
- 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
- 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
- Ensure class ordering is maintained #36
- Prevent changes to
DJANGOCMS_STYLE_XXX
settings from requiring new migrations - Changed naming of
Aldryn
toDivio Cloud
- Adapted testing infrastructure (tox/travis) to incorporate django CMS 3.4 and dropped 3.2
- Updated translations
- Backwards incompatible changes
- Moved template from
templates/cms/plugins/style.html
totemplates/djangocms_style/default/style.html
- Added setting
DJANGOCMS_STYLE_TEMPLATES
- Added setting
DJANGOCMS_STYLE_CHOICES
that will replaceCMS_STYLE_NAMES
- Added setting
DJANGOCMS_STYLE_TAGS
that will replaceCMS_STYLE_TAG_TYPES
- Removed Django < 1.8 support
- Removed
alt
attribute and migrated data to Filer
- Moved template from
- Added additional fields such as
label
,id_name
and additionalattributes
- Updated
README.txt
- Updated translations
- Use this version for Django < 1.8 support