Skip to content

Releases: anfema/wagtail_to_ion

2.2.1

17 Jun 17:50
Compare
Choose a tag to compare

Changelog:

  • Fix dual range widget triggering page changed event #28

Support Django Storage

06 May 14:25
Compare
Choose a tag to compare

Changelog:

  • Do not access files directly to support file storage on CDNs like S3

2.1.1

19 Mar 16:29
Compare
Choose a tag to compare

Fix release in setup.py

2.1.0

19 Mar 12:42
244f3de
Compare
Choose a tag to compare

New Features & Improvements

Fixed Bugs

Abstract models

25 Jan 16:22
3be71da
Compare
Choose a tag to compare

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

24 Sep 14:42
Compare
Choose a tag to compare

Changelog:

  • Remove non-significant limit for ContentTypeDescription

Bugfix release

20 Jul 16:22
Compare
Choose a tag to compare

Changelog:

  • Slugify all slugs (should be obvious but wagtail doesn't do it)
  • Use title for name field on documents and media

Bugfix release

20 Jul 10:28
Compare
Choose a tag to compare

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

15 Jul 11:42
Compare
Choose a tag to compare

Changelog:

  • Append variation parameter to all urls correctly

Bugfix release

07 Jul 12:22
Compare
Choose a tag to compare

Changelog:

  • Fix connectioncontent to also work with page subclasses
  • Fix stream fields to behave like in original ion