diff --git a/README.md b/README.md index 92f7098056..b0958157b1 100644 --- a/README.md +++ b/README.md @@ -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 f3a81a07f5..d780b7f94e 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