diff options
-rw-r--r-- | README.md | 5 | ||||
-rw-r--r-- | bin/site-specific-install.sh | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -40,6 +40,11 @@ We've extracted all of the mobile apps from this repository into the ## Releases +* v1.7.1 (3rd May 2016) + - Security: + - Fix vulnerability in image upload that allowed external + command execution. + * v1.7 (23rd October 2015) - Front end improvements: - Add right-to-left design option. #1209 diff --git a/bin/site-specific-install.sh b/bin/site-specific-install.sh index 4c39a1bd7..9f72cc442 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:-v1.7} +VERSION=${VERSION_OVERRIDE:-v1.7.1} PARENT_SCRIPT_URL=https://github.com/mysociety/commonlib/blob/master/bin/install-site.sh |