diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-06-07 12:05:57 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-06-07 12:42:25 +0100 |
commit | 80cf37ef3f52d5b466c13c7bddfddd62f6d4f8fc (patch) | |
tree | 4c429953bb9ef93d713cfb89bee9a379124b7834 | |
parent | f37d288d3a855bc6dcb282f0669d4b36cea20952 (diff) |
-rw-r--r-- | CHANGELOG.md | 5 | ||||
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | bin/site-specific-install.sh | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fbc1fe3d..b1b052008 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ * Unreleased +* v2.3.4 (7th June 2018) + - Bugfixes: + - Fix pin clicking on non-/around pages, broken in 2.3.3. + - Fix issue displaying anonymous account email. + * v2.3.3 (6th June 2018) - Front end improvements: - Extra help text on contact form #2149 @@ -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.3.3; see CHANGELOG.md for a version history. +Platform is now at version 2.3.4; see CHANGELOG.md for a version history. ## Installation diff --git a/bin/site-specific-install.sh b/bin/site-specific-install.sh index 88a183c8a..637572a94 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.3.3} +VERSION=${VERSION_OVERRIDE:-v2.3.4} PARENT_SCRIPT_URL=https://github.com/mysociety/commonlib/blob/master/bin/install-site.sh |