Releases: code4recovery/wagtail-meeting-guide
Releases · code4recovery/wagtail-meeting-guide
1.5.0
What's Changed
- Django 4.0 support.
- Wagtail 4.2 support.
- CodeRed CRX 2.0 support.
- Bootstrap 5 support.
- Updated to only include the PayPal handle, rather than a full URL.
Full Changelog: 1.4.1...1.5.0
1.4.1
What's Changed
- Bug fix: add appropriate meta info for mobile on
/meetings/
path.
Full Changelog: 1.4.0...1.4.1
1.4.0
What's Changed
- Upgraded to the latest TSML-UI ReactJS front end
- Changed URL to
/meetings/
and added a nav-less home view for easy interface access from mobile.
- Cleaned up print versions, which will not be completed.
Full Changelog: 1.3.4...1.4.0
1.3.4
- Fixes a bug where the location foreign key wasn't being updated when the parent page was.
- Removed some unused legacy cruft.
1.3.3
- Upgrades TSML-UI to the latest version as of this release.
- Adds support for feedback emails for meeting changes.
- Adds a section for
Meetings in Progress
at the top of the meeting list.
1.3.2
- We'll deprecate
weasyprint
later.
1.3.1
- Update dependencies:
django-mptt
and remove django-weasyprint
.
1.3.0
- Upgrade to the latest TSML-UI under the hood.
- Remove unused JSON API endpoint fields, and GZip the response to avoid Safari caching issue.
1.2.4
- Default to using Django's
BigAutoField
for id
.