aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2016-05-03 11:25:13 +0100
committerMatthew Somerville <matthew@mysociety.org>2016-05-03 13:32:54 +0100
commit89b0efeb94631c4c31ce33e7f98297e754dd226d (patch)
tree44d1d7ade0861dd15b8cc480c4b8dafd629367e4 /README.md
parent7777e305ee6f00ab6503f07249b13756bbd749b1 (diff)
Version 1.8.2.v1.8.2
Diffstat (limited to 'README.md')
-rw-r--r--README.md31
1 files changed, 31 insertions, 0 deletions
diff --git a/README.md b/README.md
index 1cae58e85..b5e536468 100644
--- a/README.md
+++ b/README.md
@@ -40,6 +40,37 @@ We've extracted all of the mobile apps from this repository into the
## Releases
+* v1.8.2 (3rd May 2016)
+ - Security:
+ - Fix vulnerability in image upload that allowed external
+ command execution.
+ - New features
+ - Twitter social login. #1377
+ - PNG image upload support. #1302 #1361
+ - Front end improvements:
+ - Switch list item heading from h4 to h3. #1348
+ - Preserve category when clicking elsewhere on map.
+ - Optimize store logo PNGs.
+ - Admin improvements
+ - Default new category creation to confirmed. #1266
+ - Use better link to reports on admin body page.
+ - Bugfixes:
+ - Show right body user form value for fixed reports. #1369
+ - Cope with a '/' in body name slug. #574
+ - Ignore empty entries in the image upload IDs.
+ - Use transparent border in tips/change_location. #1380
+ - Development improvements:
+ - Allow cobrands to control front page number colours.
+ - Refactor email handling to use Email::MIME alone. #1366
+ - Improve testing on Mac OS X.
+ - Prevent dev sites auto-creating session.
+ - Display used send method in debug line.
+ - Remove unused cobrands. #1383
+ - Finally combine remaining base/fixmystreet templates.
+ - Don't warn on bad photo hashes.
+ - Skip fetched updates if they're out of date range. #1390
+ - Store Open311 error in report on failure. #1391
+
* v1.8.1 (23rd March 2016)
- Front end improvements:
- Remember user's last anonymous state. #150