aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md4
-rw-r--r--bin/site-specific-install.sh2
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