diff options
-rw-r--r-- | CHANGELOG.md | 8 | ||||
-rw-r--r-- | config.xml-example | 2 |
2 files changed, 8 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 587446d..1397498 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ ## Releases -* v2.2 (20th June 2018)_ +* v2.3 (10th October 2018) + - Bugfixes + - Fixed issue with pins not always appearing when zooming the map. + - "Show my name publicly" is now unticked by default. #252 + - Fixed bug where "undefined" would show instead of correct text. + +* v2.2 (20th June 2018) - Bugfixes - Displays message if council does not accept reports #266 diff --git a/config.xml-example b/config.xml-example index bd3e457..8e503b4 100644 --- a/config.xml-example +++ b/config.xml-example @@ -1,5 +1,5 @@ <?xml version='1.0' encoding='utf-8'?> -<widget id="org.mysociety.FixMyStreet" version="2.2" ios-CFBundleVersion="2.2.20180620.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> +<widget id="org.mysociety.FixMyStreet" ios-CFBundleVersion="2.3.20181010.1" version="2.3" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> <name>FixMyStreet</name> <description> Report problems on FixMyStreet |