Releases: anfema/wagtail_to_ion
Releases · anfema/wagtail_to_ion
2.2.1
Support Django Storage
Changelog:
- Do not access files directly to support file storage on CDNs like S3
2.1.1
Fix release in setup.py
2.1.0
New Features & Improvements
- #14 Prevent deletion of file based models if object is in use @ferdinand-hoffmann
- #13 Implement automatic page title and slug handling @ferdinand-hoffmann
- #9 Allow build url override @ferdinand-hoffmann
- #3 IonMedia - add audio support @ferdinand-hoffmann
Fixed Bugs
- #18 Fix publish with children on alias pages @ferdinand-hoffmann
- #8 Temporarily disable parsing of choice fields @ferdinand-hoffmann
- #22 Serializing of page-links does not work @dunkelstern
Abstract models
Attention this release is a major release in which all wagtail_to_ion models are now abstract.
See the test project and app to understand what you have to do to move to this release.
Bugfix release
Changelog:
- Remove non-significant limit for
ContentTypeDescription
Bugfix release
Changelog:
- Slugify all slugs (should be obvious but wagtail doesn't do it)
- Use title for
name
field on documents and media
Bugfix release
Changelog:
- Use django's
reverse
function to generate URLs in Tar archive (fixes urls when ion api is used on non-standard mountpoints) - Rendering metadata fields with
datetime
objects zeroed out the time - Add variation URL-parameters to every URL that can support them
Bugfix release
Changelog:
- Append variation parameter to all urls correctly
Bugfix release
Changelog:
- Fix
connectioncontent
to also work with page subclasses - Fix stream fields to behave like in original ion