Releases: code4recovery/wagtail-meeting-guide
Releases · code4recovery/wagtail-meeting-guide
1.2.2
1.2.1
1.2.0
1.1.0
- Adds new meta Meeting Types, "In Person" and "Online".
- These new types are automatically added to meetings:
- If a meeting has a
conference_url
populated, it is tagged as "Online". - If a meeting has a
formatted_address
with three or more commas, and is not Temporarily Closed, it is tagged as "In Person". This avoidsVirtual Only
meetings with locations without a street address being shown.123 Main Street, Philadelphia, PA, 19000, USA
will be tagged as "In Person", because it has three or more commas.Philadelphia, PA, USA
will not be tagged as "In Person", as it has less than three commas.
- If a meeting has a
1.0.0
January 2020 Release
Bug Fixes
- Fix meeting pin location.
- Only show live Wagtail pages for
Locations
andMeetings
. - Do not allow choosing regions without a parent.
New Features
- Add time to the meeting search in addition to date.
- Switch to an explicit cache entry for the API feed; clear cache entry when a
Meeting
orLocation
is saved.
Meta
- Add the BSD license file.
- Switch to
setuptools-scm
and removeMANIFEST.in
.
Adds link for Get Directions.
0.1.3 Adds link for Get Directions.
Add override of Wagtail template to show Meeting day of week and Location address.
0.1.2 Add override of Wagtail template to show Meeting day of week and Loca…
Add Meeting Notes to the Meeting Details Screen.
0.1.1 Add meeting notes to the meeting detail screen.
Allow searching for regions in the search box.
This version is now in production for SEPIA.