Skip to content

Commit

Permalink
Version 2.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
dracos committed Dec 16, 2016
1 parent 876fe26 commit 38490f6
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,22 @@ web-based cross-browser testing tools for this project.

## Releases

* v2.0.1 (16th December 2016)
- Bugfixes:
- Fix issue in dragging map in Chrome 55. openlayers/ol2#1510
- Don't double-decode strftime output, to fix date/time display.
- Filter category should always carry through to form.
- Don't fix height of admin multiple selects. #1589
- Admin improvements:
- Add duplicate management to inspector view. #1581
- Open inspect Navigate link in new tab. #1583
- Scroll to report inspect form if present. #1583
- Update problem lastupdate column on inspect save. #1584
- Update priorities in inspect form on category change. #1590
- Development improvements:
- Pass test if NXDOMAINs are intercepted.
- Better path for showing config git version. #1586

* v2.0 (15th November 2016)
- Front end improvements:
- Add HTML emails. #1281 #1103
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}
VERSION=${VERSION_OVERRIDE:-v2.0.1}

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

Expand Down

0 comments on commit 38490f6

Please sign in to comment.