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/2018-06-06-v2.3.3.md | |
parent | 371927debffc6bb42d8d86a90afc715d1d837e74 (diff) |
Move docs from gh-pages branch.
Diffstat (limited to 'docs/_posts/2018-06-06-v2.3.3.md')
-rw-r--r-- | docs/_posts/2018-06-06-v2.3.3.md | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/docs/_posts/2018-06-06-v2.3.3.md b/docs/_posts/2018-06-06-v2.3.3.md new file mode 100644 index 000000000..be0a9b668 --- /dev/null +++ b/docs/_posts/2018-06-06-v2.3.3.md @@ -0,0 +1,19 @@ +--- +layout: post +title: Version 2.3.3 +author: matthew +--- + +Today we have released **version 2.3.3** of FixMyStreet. + +This fixes a few bugs found in the past week of the last release, including one +potential data leak. It was possible to obtain from a crafted URL the textual +content of an update, and the name of the user who left that update (only if +they had made the update non-anonymously), even if that update was unconfirmed +or hidden. No other details of the update or user were made available. + +Other fixes include incorrect behaviour when selecting report pins on mobile, +bad admin navigation links in multi-language installs, and an issue with the +map display when an inspector clicked back from a report page on mobile. + +[Full changelog](https://github.com/mysociety/fixmystreet/releases/tag/v2.3.3) |