aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2018-06-07 12:05:57 +0100
committerMatthew Somerville <matthew-github@dracos.co.uk>2018-06-07 12:42:25 +0100
commit80cf37ef3f52d5b466c13c7bddfddd62f6d4f8fc (patch)
tree4c429953bb9ef93d713cfb89bee9a379124b7834
parentf37d288d3a855bc6dcb282f0669d4b36cea20952 (diff)
Version 2.3.4.v2.3.4master
-rw-r--r--CHANGELOG.md5
-rw-r--r--README.md2
-rw-r--r--bin/site-specific-install.sh2
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
diff --git a/README.md b/README.md
index 7510c7130..4e4240a33 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.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