Skip to content

Commit

Permalink
Version 1.8.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
dracos committed May 3, 2016
1 parent 7777e30 commit 89b0efe
Show file tree
Hide file tree
Showing 31 changed files with 6,974 additions and 9,896 deletions.
31 changes: 31 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.1}
VERSION=${VERSION_OVERRIDE:-v1.8.2}

PARENT_SCRIPT_URL=https://github.com/mysociety/commonlib/blob/master/bin/install-site.sh

Expand Down
400 changes: 168 additions & 232 deletions locale/FixMyStreet.po

Large diffs are not rendered by default.

0 comments on commit 89b0efe

Please sign in to comment.