Skip to content

Releases: Formlabs/djangocms_plugie

v1.0.1

19 Aug 15:35
Compare
Choose a tag to compare

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

v1.0.0

19 Aug 13:44
Compare
Choose a tag to compare

Version 1.0.0

Known Issues

This version is missing the importer v1.

Full Changelog:

v0.1.4...v1.0.0

v0.1.4

19 Aug 12:50
Compare
Choose a tag to compare

Version 0.1.4 - Initial Release

We're excited to announce the first release of Plugie, version 0.1.4!

Project Overview

This project extends the functionality of the Django CMS framework by providing a way to import and export plugins.

Key Features

Django CMS Compatibility: Fully compatible with Django CMS versions below 3.7. For more details, please check the compatibility table

Documentation

Comprehensive documentation is available to help you get started and make the most out of the software. Please refer to the documentation for installation instructions, usage guidelines, and detailed feature descriptions.

We appreciate your interest and support. Please feel free to provide feedback or report any issues you encounter.

Full Changelog:

https://github.com/Formlabs/djangocms_plugie/commits/v0.1.4