diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-07-06 12:10:09 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-07-06 16:29:07 +0100 |
commit | bd73bd42add183d11242039ff59cbc622058b520 (patch) | |
tree | 1765eac39a88dcbeea04ce96edbc6f4b170416b8 | |
parent | 709193b9ccb60d70f9b646a9c498abde125f828f (diff) |
Update changelog with version 1.8.4 details.
-rw-r--r-- | README.md | 31 | ||||
-rw-r--r-- | bin/site-specific-install.sh | 2 |
2 files changed, 27 insertions, 6 deletions
@@ -51,18 +51,39 @@ web-based cross-browser testing tools for this project. - Rename "Your reports" in main navigation to "Your account". - Centre map on pin location when creating a report. - Allow scroll wheel to zoom map. #1326 - - Wrap emails better for differing screen sizes. #1393 - - Fix annoying jump when "Get updates" drawer opened. #1425 - - Bugfixes: - - Fix display of close arrow/cross when drawer open. #1424 - - Redirect correctly if filter used without JavaScript. #1422 + - Allow users to change their own email. #360 #1440 + - Admin improvements: + - Greatly improve report edit page, including map. #1347 + - Show any waiting reports on admin index page. #1382 + - Allow user's phone number to be edited. - Development improvements: - make_css: Add output style option. - make_css: Follow symlinks. - Remove some unused CSS, and simplify full-width. #1423 + - Tidy up/harden some Open311 handling. #1428 + - Use static validation_rules.js file. #1451 + - Remove need to customise OpenLayers built script. #1448 - Vagrant installation improvements: - Improve error handling. - Don't add a symlink if it is to the same place. + - Backwards incompatible changes: + - Drop support for IE6. #1356 + +* 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 diff --git a/bin/site-specific-install.sh b/bin/site-specific-install.sh index 251c70e81..1839af11b 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 |