Releases: openplans/shareabouts
Releases · openplans/shareabouts
Shareabouts 3.15.3
- Add Swag library
- Add OpenPlans common Handlebars helpers library
- Show line breaks in user input by default (using nlToBr helper)
Shareabouts 3.15.2
Store the raw geocoded data on places, instead of just a string representation
NOTE: If you were using releases 3.13.x or 3.14.x, and using the geocoding feature, you should update your flavor configuration to store the location data in a different field by changing the location_item_name
attribute.
Shareabouts 3.14.0
Add Google Analytics support
Shareabouts 3.13.2
- Add the ability to geocode and reverse geocode addresses using MapQuest's geocoder.
Shareabouts 3.12.6
- Make the meta author configurable
- Update old links in the default template
Shareabouts 3.12.5
Minor improvements:
- Making data.shareabouts.org the default API server
- Better language picker for translated maps
Shareabouts 3.12.4
Add boto to the requirements
- The Python boto library is required in order to work with S3
- COMPRESS_ENABLED can optionally be set independent of DEBUG in the environment
Shareabouts 3.12.3
Minify and compress Javascript and CSS assets before serving.
- GZip WSGI middleware handles compression of non-JS/CSS static assets
- If AWS credentials are set, static files are minified and saved to
Shareabouts 3.12.2
Do not include submissions if the list view is disabled
Shareabouts 3.12.1
Make the list view optional using a config value