aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Arter <davea@mysociety.org>2018-05-03 15:50:16 +0100
committerDave Arter <davea@mysociety.org>2018-05-03 15:50:16 +0100
commit1f10f6266418230356854cadcb581f050a5c7936 (patch)
treec5f3d2e0c182fb030f0a0cecea8685c78f98a0c1
parentff2e9b63a1f053ac30b0f27af2a8c612f3b616e2 (diff)
v2.1v2.1
-rw-r--r--CHANGELOG.md2
-rw-r--r--config.xml-example2
-rw-r--r--package.json-example100
3 files changed, 48 insertions, 56 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index df85110..735c921 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
## Releases
-* Unreleased
+* v2.1 (3rd May 2018)
- New features
- Multiple photo support. #107
- iPhone X support. #259
diff --git a/config.xml-example b/config.xml-example
index a744070..22c5332 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.1" ios-CFBundleVersion="2.1.20180425.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
+<widget id="org.mysociety.FixMyStreet" version="2.1" ios-CFBundleVersion="2.1.20180503.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>FixMyStreet</name>
<description>
Report problems on FixMyStreet
diff --git a/package.json-example b/package.json-example
index 6f5653e..439a306 100644
--- a/package.json-example
+++ b/package.json-example
@@ -1,57 +1,49 @@
{
- "name": "org.mysociety.FixMyStreet",
- "version": "2.0.7",
- "displayName": "FixMyStreet",
- "cordova": {
- "platforms": [
- "android",
- "ios"
- ],
- "plugins": {
- "cordova-plugin-camera": {
- "CAMERA_USAGE_DESCRIPTION": "To take photos of problems",
- "PHOTOLIBRARY_USAGE_DESCRIPTION": "To attach existing photos to reports"
- },
- "cordova-plugin-file": {},
- "cordova-plugin-geolocation": {
- "GEOLOCATION_USAGE_DESCRIPTION": "To create accurately positioned reports"
- },
- "cordova-plugin-media": {
- "MICROPHONE_USAGE_DESCRIPTION": " "
- },
- "cordova-plugin-media-capture": {
- "CAMERA_USAGE_DESCRIPTION": "To take photos of problems",
- "PHOTOLIBRARY_USAGE_DESCRIPTION": "To attach existing photos to reports",
- "MICROPHONE_USAGE_DESCRIPTION": " "
- },
- "cordova-plugin-splashscreen": {},
- "ionic-plugin-keyboard": {},
- "cordova-plugin-whitelist": {},
- "cordova-plugin-statusbar": {},
- "cordova-plugin-network-information": {},
- "cordova-plugin-inappbrowser": {},
- "cordova-plugin-dialogs": {},
- "cordova-plugin-device": {},
- "cordova-plugin-compat": {}
- }
- },
- "dependencies": {
- "cordova-android": "^6.2.3",
- "cordova-ios": "^4.5.4",
- "cordova-plugin-camera": "^2.4.1",
- "cordova-plugin-compat": "^1.1.0",
- "cordova-plugin-device": "^1.1.7",
- "cordova-plugin-dialogs": "^1.3.4",
- "cordova-plugin-file": "^4.3.3",
- "cordova-plugin-file-transfer": "^1.7.1",
- "cordova-plugin-geolocation": "^2.4.3",
- "cordova-plugin-inappbrowser": "^1.7.2",
- "cordova-plugin-media": "^2.4.1",
- "cordova-plugin-media-capture": "^1.4.3",
- "cordova-plugin-network-information": "^1.3.4",
- "cordova-plugin-splashscreen": "^3.2.2",
- "cordova-plugin-statusbar": "^2.4.1",
- "cordova-plugin-whitelist": "^1.3.3",
- "ionic-plugin-keyboard": "^2.1.0"
+ "name": "org.mysociety.fixmystreet",
+ "version": "2.1",
+ "displayName": "FixMyStreet",
+ "cordova": {
+ "platforms": [
+ "android",
+ "ios"
+ ],
+ "plugins": {
+ "cordova-plugin-camera": {},
+ "cordova-plugin-compat": {},
+ "cordova-plugin-device": {},
+ "cordova-plugin-dialogs": {},
+ "cordova-plugin-file": {},
+ "cordova-plugin-file-transfer": {},
+ "cordova-plugin-geolocation": {},
+ "cordova-plugin-inappbrowser": {},
+ "cordova-plugin-media": {
+ "KEEP_AVAUDIOSESSION_ALWAYS_ACTIVE": "NO"
+ },
+ "cordova-plugin-media-capture": {},
+ "cordova-plugin-network-information": {},
+ "cordova-plugin-splashscreen": {},
+ "cordova-plugin-statusbar": {},
+ "cordova-plugin-whitelist": {},
+ "ionic-plugin-keyboard": {}
}
+ },
+ "dependencies": {
+ "cordova-android": "^7.1.0",
+ "cordova-ios": "^4.5.4",
+ "cordova-plugin-camera": "^4.0.3",
+ "cordova-plugin-compat": "^1.2.0",
+ "cordova-plugin-device": "^2.0.2",
+ "cordova-plugin-dialogs": "^2.0.1",
+ "cordova-plugin-file": "^6.0.1",
+ "cordova-plugin-file-transfer": "^1.7.1",
+ "cordova-plugin-geolocation": "^4.0.1",
+ "cordova-plugin-inappbrowser": "^3.0.0",
+ "cordova-plugin-media": "^5.0.2",
+ "cordova-plugin-media-capture": "^3.0.2",
+ "cordova-plugin-network-information": "^2.0.1",
+ "cordova-plugin-splashscreen": "^5.0.2",
+ "cordova-plugin-statusbar": "^2.4.2",
+ "cordova-plugin-whitelist": "^1.3.3",
+ "ionic-plugin-keyboard": "^2.2.1"
+ }
} \ No newline at end of file