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](https://docs.django-cms.org/en/latest/how_to/10-upgrade_plugins.html#difference-between-django-cms-v3-and-v4-plugins).
**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](https://docs.django-cms.org/en/latest/introduction/01-install.html#installing-django-cms-by-hand)
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**: https://github.com/Formlabs/djangocms_plugie/compare/v1.0.0...v1.0.1