Skip to content

Commit

Permalink
Version 1.5.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
dracos committed Jul 10, 2015
1 parent cc6a278 commit 765a7ef
Show file tree
Hide file tree
Showing 27 changed files with 8,386 additions and 4,184 deletions.
30 changes: 29 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RSS alerts of problems in their area.

It was created in 2007 by [mySociety](https://www.mysociety.org/) for reporting
problems to UK councils and has been copied around the world. The FixMyStreet
Platform is now at version 1.5.4.
Platform is now at version 1.5.5.

## Installation

Expand All @@ -38,6 +38,34 @@ We've extracted all of the mobile apps from this repository into the

## Releases

* v1.5.5 (10th July 2015)
- Security:
- Fix vulnerability in login email sending that could allow an account
to be hijacked by a third party.
- Time out email authentication tokens.
- Update dependency to fix issue with Unicode characters in passwords.
- New features:
- Chinese translation.
- Front end improvements:
- Add “Report” button in default mobile header. #931
- Use ‘hamburger’ menu icon in mobile header. #931
- Resize map pins based on zoom level. #1041
- Improve report meta information display. #1080
- Display message on body page when reports list is empty.
- Bugfixes:
- Fix issue with shrunken update photos. #424
- Fix typo in footer role="contentinfo".
- Default Google maps to satellite view. #1133
- Update Bing Maps parameter ID.
- Development improvements:
- Add ability for map pages to filter by category/state. #1134
(this is currently on a couple of cobrands, to add to base soon)
- Allow cobrands to specify ordering on all reports page.
- Use mocked Nominatim in tests to cope with bad connections.
- Add Extra role to ease use of the {extra} database field. #1018
- UK specific improvements:
- Add dog poop poster. #1028

* v1.5.4 (25th February 2015)
- New features:
- Stamen toner-lite and Bing Maps tiles.
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.5.4}
VERSION=${VERSION_OVERRIDE:-v1.5.5}

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

Expand Down

0 comments on commit 765a7ef

Please sign in to comment.