diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-04-13 22:22:10 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-04-13 22:22:10 +0100 |
commit | a085b63ce09f87e83b75cda9b9cd08aadfe75d61 (patch) | |
tree | f45ef2554d2153d3b63ceff6f3ca4e339ee84c61 | |
parent | 6ef5055f5d918f0d3f7d078d144e8734b9d0b2fa (diff) |
Version 2.0.4.v2.0.4
-rw-r--r-- | README.md | 12 | ||||
-rw-r--r-- | bin/site-specific-install.sh | 2 |
2 files changed, 12 insertions, 2 deletions
@@ -14,7 +14,7 @@ RSS alerts of problems in their area. It was created in 2007 by [mySociety](https://www.mysociety.org/) for reporting problems to UK councils and has been copied around the world. The FixMyStreet -Platform is now at version 2.0.3. +Platform is now at version 2.0.4. ## Installation @@ -45,6 +45,16 @@ web-based cross-browser testing tools for this project. ## Releases +* v2.0.4 (13th April 2017) + - Front end improvements: + - On /reports maps, only include reports in view. #1689 + - Admin improvements: + - Allow comma-separated contact emails in the admin. #1683 + - Bugfixes: + - Upgrade Facebook 3rd party library to fix Facebook login. #1681 + - Don't error when devolved body, blank send methods. #1374 + - Fix issue with categories with regex characters. #1688 + * v2.0.3 (31st March 2017) - Front end improvements: - Add ability to make map full screen on mobile report pages. #1655 diff --git a/bin/site-specific-install.sh b/bin/site-specific-install.sh index f3a81a07f..d780b7f94 100644 --- a/bin/site-specific-install.sh +++ b/bin/site-specific-install.sh @@ -1,7 +1,7 @@ #!/bin/sh # Set this to the version we want to check out -VERSION=${VERSION_OVERRIDE:-v2.0.3} +VERSION=${VERSION_OVERRIDE:-v2.0.4} PARENT_SCRIPT_URL=https://github.com/mysociety/commonlib/blob/master/bin/install-site.sh |