diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-09-27 14:56:52 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-09-27 14:56:52 +0100 |
commit | b3fea58c6f9a29ec5fb428d82c25e3a82ac962af (patch) | |
tree | f7b79502c8bcbc158451c205944ee8d337750f8e /docs/_posts/2017-04-13-v2.0.4.md | |
parent | 371927debffc6bb42d8d86a90afc715d1d837e74 (diff) |
Move docs from gh-pages branch.
Diffstat (limited to 'docs/_posts/2017-04-13-v2.0.4.md')
-rw-r--r-- | docs/_posts/2017-04-13-v2.0.4.md | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/docs/_posts/2017-04-13-v2.0.4.md b/docs/_posts/2017-04-13-v2.0.4.md new file mode 100644 index 000000000..709e0aa01 --- /dev/null +++ b/docs/_posts/2017-04-13-v2.0.4.md @@ -0,0 +1,27 @@ +--- +layout: post +title: Version 2.0.4 +author: matthew +--- + +<div class="r" align="right"> +<a data-flickr-embed="true" href="https://www.flickr.com/photos/pieczonysnieg/8635754135/" title="11"><img src="https://c1.staticflickr.com/9/8537/8635754135_4aa39ac521.jpg" width="338" height="500" alt="11"></a><script async src="//embedr.flickr.com/assets/client-code.js" charset="utf-8"></script> +</div> + +Today we have released **version 2.0.4** of FixMyStreet, a bugfix release along +with a couple of other improvements. + +The bugfixes are updating our Facebook library so that Facebook login works +again, stopping an error if you had a devolved body and its contact both +lacking a send method, and an issue in the multi-select front end if you had +characters such as brackets in your category name. + +Strangely, while the backend has always allowed multiple email addresses for a +contact, separated by commas, the admin interface hasn't allowed them to be +entered - this has now been corrected. + +Lastly, body pages under `/reports` will now limit the reports shown to those +within the visible map, which should make moving and zooming around much more +intuitive. + +[Full changelog](https://github.com/mysociety/fixmystreet/releases/tag/v2.0.4) |