aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2016-07-06 13:08:21 +0100
committerMatthew Somerville <matthew-github@dracos.co.uk>2016-07-06 16:25:54 +0100
commit370067141211acde05766fcaa3bfad0f8b232750 (patch)
treef30486353d617d03fc5cb1bab94ab0434637a58a
parentc9dc13d3c966abc11203bfb18404d8a40e795b3b (diff)
Version 1.8.4.v1.8.4
-rw-r--r--README.md16
-rw-r--r--bin/site-specific-install.sh2
2 files changed, 17 insertions, 1 deletions
diff --git a/README.md b/README.md
index 036ea11de..ef1394d5d 100644
--- a/README.md
+++ b/README.md
@@ -45,6 +45,22 @@ web-based cross-browser testing tools for this project.
## Releases
+* v1.8.4 (6th July 2016)
+ - Security:
+ - Fix XSS vulnerability in OpenGraph header and hide/all pins links.
+ - Front end improvements:
+ - Wrap emails better for differing screen sizes. #1393
+ - Fix annoying jump when "Get updates" drawer opened. #1425
+ - Improve auth flow taken when return key used. #1433
+ - Add and improve more CSRF tokens. #1433
+ - Remove default box-shadow. #1419
+ - Fix missing margin before reporting form email input. #1418
+ - Bugfixes:
+ - Redirect correctly if filter used without JavaScript. #1422
+ - Remove race condition when starting new report. #1434
+ - Fix a couple of display bugs in IE7. #1356
+ - Correctly orient preview images. #1378
+
* v1.8.3 (3rd June 2016)
- Admin improvements
- Add search boxes to admin index page, and move stats. #1295
diff --git a/bin/site-specific-install.sh b/bin/site-specific-install.sh
index 71bfc11ff..039434d03 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.8.3}
+VERSION=${VERSION_OVERRIDE:-v1.8.4}
PARENT_SCRIPT_URL=https://github.com/mysociety/commonlib/blob/master/bin/install-site.sh