aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2017-08-03 12:50:36 +0100
committerStruan Donald <struan@exo.org.uk>2017-08-03 13:54:05 +0100
commitfb1a2259c183a27e450e118ae1a5f29a7a7b5151 (patch)
tree1fcd0f14b2faea81d543bce14d53205cb8c4ae80
parent479a19d20de0e698d550dc23ebd5b4d39fdd9a7d (diff)
Version 2.1.1v2.1.1
-rw-r--r--CHANGELOG.md4
-rw-r--r--README.md2
-rw-r--r--bin/site-specific-install.sh2
3 files changed, 6 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 00cb5e25a..43f7988c0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,10 @@
## Releases
* Unreleased
+
+* v2.1.1 (3rd August 2017)
+ - Email improvements:
+ - Clicking on the map in an email links to the report #1596
- Admin improvements:
- Resend report if changing category changes send_method. #1772
- Do not replace deleted text with [...] when moderating. #1774
diff --git a/README.md b/README.md
index 8529e83d1..8e220f774 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.1; see CHANGELOG.md for a version history.
+Platform is now at version 2.1.1; see CHANGELOG.md for a version history.
## Installation
diff --git a/bin/site-specific-install.sh b/bin/site-specific-install.sh
index df1870dae..9bdff8de8 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.1}
+VERSION=${VERSION_OVERRIDE:-v2.1.1}
PARENT_SCRIPT_URL=https://github.com/mysociety/commonlib/blob/master/bin/install-site.sh