Releases: anfema/wagtail_to_ion
Releases · anfema/wagtail_to_ion
Bugfix release
3.0.0a4 prepare 3.0.0a4
Bugfix for S3 Stored Media files
3.0.0a3 Prepare 3.0.0a3
Tar streaming
Changelog:
- Add TAR file as a streaming response
Bugfix for last_changed date
Changelog:
- Bugfix: Use correct
last_changed_at
(instead oflatest_revision_created_at
) for date of last_changed attribute of pages - Bugfix: Date cannot be
None
anymore
Bugfix release
Changelog:
- Only append
?variation=
GET parameters if sending internal URLs not if using CDN URLs - Disable HTTP Response caching for all API endpoints
3.0.0 alpha 1
3.0.0a1 Prepare 3.0.0a1
Bugfix for S3 Stored Media files
Changelog:
- Bugfix: Do not prepend
MEDIA_URL
to already complete URLs from S3 media storage - Bugfix: Fix IonMediaBlock compatibility with wagtailmedia==0.8.0
- Bugfix: Fix search fields in content type description admin
2.2.4a0
Prepare 2.2.4a
2.2.3
Changelog:
- Add
archive_rendition
property toIonMedia
(mirrorsIonImage.archive_rendition
behavior)
2.2.2
Changelog:
- Fix dual range slider widget not displaying changed values