aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2016-06-03 14:37:50 +0100
committerMatthew Somerville <matthew-github@dracos.co.uk>2016-06-03 14:38:11 +0100
commit35e58052f4f1250a3c1bb40d126e36fcc735d209 (patch)
tree95aa17933dd3261ad0ed8c917f0e107ef6e5c5fc
parent23dfe8baa05c9caf8910964bc59a7d2062905dae (diff)
Version 1.8.3.v1.8.3
-rw-r--r--README.md25
-rw-r--r--bin/site-specific-install.sh2
2 files changed, 26 insertions, 1 deletions
diff --git a/README.md b/README.md
index a2b25ce84..036ea11de 100644
--- a/README.md
+++ b/README.md
@@ -45,6 +45,31 @@ web-based cross-browser testing tools for this project.
## Releases
+* v1.8.3 (3rd June 2016)
+ - Admin improvements
+ - Add search boxes to admin index page, and move stats. #1295
+ - Allow change of email in admin to existing entry. #1207
+ - Speed up photo removal. #1400
+ - Improve in-place moderation UI. #1388
+ - Front end improvements:
+ - Improve printing of report page in Firefox. #1394
+ - Fallback if request to Gaze fails. #1286
+ - Bugfixes:
+ - Fix non-working Google Maps layer. #1215
+ - Fix map tap sensitivity on some devices. #911 and openlayers/ol2#1418
+ - Fix lack of removal of cached update photos. #1405
+ - Handle reports/updates by logged in abuse entries.
+ - Fix size of grey chevrons.
+ - Development improvements:
+ - Massive speed increase to CSS compilation. #1414
+ - Use only one templating system for emails. #1410
+ - Move summary string function to template. #694
+ - Consolidate CSS clearfix handling. #1414
+ - Disable auto-CRLF conversion on git checkout.
+ - Support for Debian Jessie/Ubuntu Xenial.
+ - UK only
+ - Add standard mySociety footer. #1385
+
* v1.8.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 8cca28650..71bfc11ff 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.2}
+VERSION=${VERSION_OVERRIDE:-v1.8.3}
PARENT_SCRIPT_URL=https://github.com/mysociety/commonlib/blob/master/bin/install-site.sh