diff options
Diffstat (limited to 'docs/_posts/2016-06-03-v1.8.3.md')
-rw-r--r-- | docs/_posts/2016-06-03-v1.8.3.md | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/docs/_posts/2016-06-03-v1.8.3.md b/docs/_posts/2016-06-03-v1.8.3.md new file mode 100644 index 000000000..9544c4f89 --- /dev/null +++ b/docs/_posts/2016-06-03-v1.8.3.md @@ -0,0 +1,34 @@ +--- +layout: post +title: Version 1.8.3 +author: matthew +--- + +<div class="r" align="right"> +<a data-flickr-embed="true" href="https://www.flickr.com/photos/freedomiiphotography/5987366229/" title="Passing Light"><img src="https://c6.staticflickr.com/7/6121/5987366229_ecd877f4d8.jpg" width="500" height="333" alt="Passing Light"></a><script async src="//embedr.flickr.com/assets/client-code.js" charset="utf-8"></script> +</div> + +We’ve released **version 1.8.3** of FixMyStreet. + +For developers, the main improvement in this version is the great speed up to +CSS compilation by moving from sass to libsass. + +We've fixed some map issues, getting the Google Maps layer working again and +dealing with tap sensitivity on some devices. + +The admin interface gets a bit of love, adding common search boxes to the index +page, allowing change of email to an existing address, and speeding up photo +removal. + +### Upgrading notes + +If your templates aren't kept in the main repository, there are a couple of +things to be aware of with this release: + +* If you've used the `cf` class, you'll need to rename it to `clearfix`. +* If you have customised any of the email templates that use `<?=...?>` style + variables (e.g. alert emails, questionnaire, submit), you'll need to + rewrite them to use the standard `[%...%]` variables. + +See the full list of changes +[over on GitHub](https://github.com/mysociety/fixmystreet/releases). |