Skip to content

Commit

Permalink
Version bump: 3.7.0
Browse files Browse the repository at this point in the history
Update CHANGELOG.md
  • Loading branch information
dpa99c committed Oct 6, 2017
1 parent 594ed27 commit 0dabbf9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# CHANGELOG
**v3.7.0**
* Adds `isADBmodeEnabled()` and `isDeviceRooted()` for Android (thanks to [wangjian2672](https://github.com/wangjian2672))
* Adds `isDataRoamingEnabled()` for Android (thanks to [dukhanov](https://github.com/dukhanov))
* Calls `isRegisteredForRemoteNotifications` on background thread for iOS 11. Fixes #238.

**v3.6.7**
* Adds `isRemoteNotificationsEnabled()` for Android (in addition to iOS).
* Adds `getRemoteNotificationsAuthorizationStatus()` for iOS 10+.
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": "3.6.7",
"version": "3.7.0",
"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="3.6.7">
version="3.7.0">

<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 0dabbf9

Please sign in to comment.