From 46f4eda18358418fd8460e7b6182b5d2a65f859d Mon Sep 17 00:00:00 2001 From: Matthew Somerville Date: Tue, 8 Nov 2016 11:14:32 +0000 Subject: Version 2.0. --- README.md | 4 +++- bin/site-specific-install.sh | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9cab36688..08c57675c 100644 --- a/README.md +++ b/README.md @@ -45,13 +45,14 @@ web-based cross-browser testing tools for this project. ## Releases -* In development +* v2.0 (15th November 2016) - Front end improvements: - Add HTML emails. #1281 #1103 - Stop map being underneath content sidebar/header. #1350 #361 - Use Ajax/HTML5 history to pull in reports and improve map views. #1351 #1450 #1457 #1173 - Allow multiple states and categories to be filtered. #1547 + - Add sort order options to list pages. #308 - Invert area highlight on body pages. #1564 - Allow users to change their own email. #360 #1440 - Improve change password form/success page. #1503 @@ -82,6 +83,7 @@ web-based cross-browser testing tools for this project. - Feature to create report as body/other user. #1473 - Add user permissions system. #1486 - Allow user to have an area assigned in admin. #1488 + - Allow user to have categories assigned in admin. #1563 - Add inspector report detail view. #1470 - Add user shortlists. #1482 - Add response templates and priorities. #1500 #1517 diff --git a/bin/site-specific-install.sh b/bin/site-specific-install.sh index 1839af11b..6c54b51d0 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.4} +VERSION=${VERSION_OVERRIDE:-v2.0} PARENT_SCRIPT_URL=https://github.com/mysociety/commonlib/blob/master/bin/install-site.sh -- cgit v1.2.3