From 82c12ef927e49dc649e4b888236d4b57a98a9834 Mon Sep 17 00:00:00 2001 From: Vincent Velociter Date: Thu, 12 Sep 2019 18:53:34 +0200 Subject: [PATCH] Upgrade stockfish plugin; tweak push message --- config.xml | 4 ++-- package-lock.json | 4 ++-- package.json | 6 +++--- src/push.ts | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/config.xml b/config.xml index d0e89ed205..a7dbb0fa32 100644 --- a/config.xml +++ b/config.xml @@ -1,5 +1,5 @@ - + lichess lichess.org mobile application Vincent Velociter @@ -125,7 +125,6 @@ - @@ -134,4 +133,5 @@ + diff --git a/package-lock.json b/package-lock.json index 6f440dc8f7..fc8f1c808e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3857,8 +3857,8 @@ "integrity": "sha1-/B+9wNjXAzp+jh8ff/FnrJvU+vY=" }, "cordova-plugin-stockfish": { - "version": "git+https://github.com/veloce/cordova-plugin-stockfish.git#7cc6722888bf482584205ca753c288826786c73b", - "from": "git+https://github.com/veloce/cordova-plugin-stockfish.git#7cc6722" + "version": "git+https://github.com/veloce/cordova-plugin-stockfish.git#58dc23e20a0d60b99b76d3ab273f3767f77b7d2a", + "from": "git+https://github.com/veloce/cordova-plugin-stockfish.git#58dc23e" }, "cordova-plugin-vibration": { "version": "3.1.0", diff --git a/package.json b/package.json index 4d4c869d4b..91f5435be1 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "cordova-plugin-network-information": "2.0.2", "cordova-plugin-splashscreen": "git+https://github.com/prageeth/cordova-plugin-splashscreen.git#05d8f9", "cordova-plugin-statusbar": "2.4.2", - "cordova-plugin-stockfish": "git+https://github.com/veloce/cordova-plugin-stockfish.git#7cc6722", + "cordova-plugin-stockfish": "git+https://github.com/veloce/cordova-plugin-stockfish.git#58dc23e", "cordova-plugin-vibration": "3.1.0", "cordova-plugin-whitelist": "1.3.3", "cordova-plugin-x-socialsharing": "5.1.3", @@ -145,13 +145,13 @@ "cordova-plugin-globalization": {}, "cordova-plugin-crosswalk-data-migration": {}, "ionic-plugin-keyboard": {}, - "cordova-plugin-stockfish": {}, "cordova-plugin-x-toast": {}, "cordova-plugin-file-transfer": {}, "cordova-plugin-inappbrowser": {}, "cordova-plugin-network-information": {}, "cordova-plugin-splashscreen": {}, - "onesignal-cordova-plugin": {} + "onesignal-cordova-plugin": {}, + "cordova-plugin-stockfish": {} } }, "jest": { diff --git a/src/push.ts b/src/push.ts index 4238447c2a..18fd32b49f 100644 --- a/src/push.ts +++ b/src/push.ts @@ -75,7 +75,7 @@ function showConsentDialog(): Promise { window.open('https://documentation.onesignal.com/docs/data-collected-by-the-onesignal-sdk', '_system') }) }, 'here.'), - ' Please note that we never send manually any data to OneSignal.' + ' Please note that we never explicitely send any data to OneSignal.' ]), h('p', [ 'You can also refer to our ',