diff options
author | Matthew Somerville <matthew@mysociety.org> | 2016-05-03 11:25:13 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2016-05-03 13:32:54 +0100 |
commit | 89b0efeb94631c4c31ce33e7f98297e754dd226d (patch) | |
tree | 44d1d7ade0861dd15b8cc480c4b8dafd629367e4 /README.md | |
parent | 7777e305ee6f00ab6503f07249b13756bbd749b1 (diff) |
Version 1.8.2.v1.8.2
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 31 |
1 files changed, 31 insertions, 0 deletions
@@ -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 |