diff options
-rw-r--r-- | README.md | 4 | ||||
-rw-r--r-- | bin/site-specific-install.sh | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -38,6 +38,10 @@ We've extracted all of the mobile apps from this repository into the ## Releases +* v1.6.3 (6th July 2016) + - Security: + - Fix XSS vulnerability in OpenGraph header and hide/all pins links. + * v1.6.2 (3rd May 2016) - Security: - Fix vulnerability in image upload that allowed external diff --git a/bin/site-specific-install.sh b/bin/site-specific-install.sh index 3c5854a8f..f1ee3e368 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.6.2} +VERSION=${VERSION_OVERRIDE:-v1.6.3} PARENT_SCRIPT_URL=https://github.com/mysociety/commonlib/blob/master/bin/install-site.sh |