Version 1.0.1 - Major Update
We're excited to announce the release of version 1.0.1! This version introduces compatibility with django CMS >=4.1.x, etc.
Key Updates
Removed Depth from Meta: plugins now use unique position meta fields to create the tree. This is associated with changes from Django CMS v3 to v4. Read more here.
Updated URL Patterns: Refactored URL configurations to use path()
and re_path()
instead of the older url()
function, which is deprecated in Django CMS v4.
Added alias_reference to Default Skip Fields: the field is used for AliasPlugin, which comes with the default installation of django CMS v4.
Release Summary
This release should work out-of-the-box
with django CMS 4.1.x. Check their documentation for installing django CMS
Known Issues
File exported with versions before 1.0.x may fail.
Future Plans
Fix the importer v0 to be able to import legacy files to django CMS >=4.1.x
Full Changelog: v1.0.0...v1.0.1