Skip to content

Commit

Permalink
Version 2.0.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
dracos committed Mar 31, 2017
1 parent ed850c6 commit 9e96356
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions 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 2.0.2.
Platform is now at version 2.0.3.

## Installation

Expand Down Expand Up @@ -45,7 +45,7 @@ web-based cross-browser testing tools for this project.

## Releases

* In development
* v2.0.3 (31st March 2017)
- Front end improvements:
- Add ability to make map full screen on mobile report pages. #1655
- Move staff-only JavaScript to separate file. #1666
Expand Down Expand Up @@ -76,17 +76,21 @@ web-based cross-browser testing tools for this project.
- Remove superfluous lists from Open311 JSON output. #1672
- Upgrade to using Email::Sender. #1639
- Fix bug if test run c. 55 hours before BST starts.
- Use lat/lon on inspection form if no local coordinates. #1676
- Improve translatability of various pages.
- Development improvements:
- Send open reports regardless of current state. #1334
- Clarify ‘inspected’ behaviour. #1614
- Reduce disk stats. #1647
- Refactor main navigation into reusable blocks.
- Add Problem->time_ago for pretty-printed duration.
- Add `external_id` field to ResponsePriority.
- Forward on all bounces as bounces.
- Use sender in From if From and To domains match. #1651
- Refactor SendReport::Open311 to use cobrand hooks. #792
- Do upload_dir check on start up, not each report. #1668
- Make sure all tests can run offline. #1675
- Add ability to override Google Maps road style. #1676

* v2.0.2 (3rd February 2017)
- Front end changes:
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:-v2.0.2}
VERSION=${VERSION_OVERRIDE:-v2.0.3}

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

Expand Down

0 comments on commit 9e96356

Please sign in to comment.