Skip to content

Commit

Permalink
Patch version 5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dpa99c committed Sep 30, 2019
1 parent 9d556b5 commit c4750d1
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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).

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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.",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="cordova.plugins.diagnostic"
version="5.0.0">
version="5.0.1">

<name>Diagnostic</name>
<description>Cordova/Phonegap plugin to check the state of Location/WiFi/Camera/Bluetooth device settings.</description>
Expand Down

0 comments on commit c4750d1

Please sign in to comment.