diff options
author | Matthew Somerville <matthew@mysociety.org> | 2015-01-20 17:14:55 +0000 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2015-01-21 15:39:52 +0000 |
commit | 04117b8be30b5d82d50cdc047ac4e7c19864f8ed (patch) | |
tree | 0ad76681852e00228dea97b148781b3d57a5e4f6 /README.md | |
parent | 201d5cc38c2a75831d5c8e12e498b6e808aee2dc (diff) |
Version 1.5.3.v1.5.3
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -38,6 +38,29 @@ We've extracted all of the mobile apps from this repository into the ## Releases +* v1.5.3 (21st January 2015) + - New features: + - Satellite map toggle option on Google Maps view. #1002 + - Greek translation. + - Bugfixes: + - Fix cron-based email to use configured SMTP settings. #988 + - Update UNIX_USER variable on installation setup of crontab. #974 + - Improve make_css finding of bundled compass when in symlink. #978 + - Remove hard-coded site name from submit email template. + - Allow forked repository pull requests to run on Travis. + - Fix title of Privacy page, and other minor text fixes. + - CSS: add some bottom content padding and fix a tiny map links issue. + - Development improvements: + - Replace site_title cobrand function with site-name web template. #979 + - Remove need for 'cron-wrapper' to run scripts. #852 + - Rename 'test-wrapper' to 'run-tests'. #999 + - Add client_max_body_size nginx config option. #995 + - Tidy up bin directory and #! lines. + - Admin improvements: + - Add staging email warning on admin body pages if needed. #982 + - Add admin navigation link to Configuration page. #1005 + - Better URL for body category editing. + * v1.5.2 (17th December 2014) - Hide unneeded heading on default footer. - Suppress 'Argument "" isn't numeric' warning on admin report edit page. |