Skip to content

Commit

Permalink
Version 1.8.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
dracos committed Jun 3, 2016
1 parent 23dfe8b commit 35e5805
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion bin/site-specific-install.sh
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 35e5805

Please sign in to comment.