From c4750d1736a9461cd950f830e6b420d54aa725a3 Mon Sep 17 00:00:00 2001 From: Dave Alden Date: Mon, 30 Sep 2019 18:55:28 +0100 Subject: [PATCH] Patch version 5.0.1 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- plugin.xml | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 03c14e4..1aad87a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # CHANGELOG +**v5.0.1** +* Add types for various statuses constants (thanks to [@fcamblor](https://github.com/fcamblor)) +* (iOS) Add placeholder `NSBluetoothAlwaysUsageDescription` to Bluetooth module. + * Resolves [#369](https://github.com/dpa99c/cordova-diagnostic-plugin/issues/369). +* (iOS) Only initialise the native Bluetooth manager on calling a plugin API operation in the Bluetooth module. + * This is necessary because on iOS 13, since initialising the Bluetooth manager implicitly requests runtime access to Bluetooth, presenting the user with a permission dialog. + * Fixes [#365](https://github.com/dpa99c/cordova-diagnostic-plugin/issues/365). +* (iOS): Fix setting/getting of persistent user settings so motion permission status is correctly determined. Fixes [#372](https://github.com/dpa99c/cordova-diagnostic-plugin/issues/372). + **v5.0.0** * BREAKING CHANGE - Align permission status constants between iOS and Android platforms. Resolves [#230](https://github.com/dpa99c/cordova-diagnostic-plugin/issues/230). diff --git a/package.json b/package.json index 5d3c1e2..11e2657 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "5.0.0", + "version": "5.0.1", "name": "cordova.plugins.diagnostic", "cordova_name": "Diagnostic", "description": "Cordova/Phonegap plugin to check the state of Location/WiFi/Camera/Bluetooth device settings.", diff --git a/plugin.xml b/plugin.xml index 86a03b7..8dce6dd 100755 --- a/plugin.xml +++ b/plugin.xml @@ -2,7 +2,7 @@ + version="5.0.1"> Diagnostic Cordova/Phonegap plugin to check the state of Location/WiFi/Camera/Bluetooth device settings.