-
Notifications
You must be signed in to change notification settings - Fork 373
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bumping the release version to 3.1.0.
Started to write a change log file to allow backtracking of API changes and added features. Added some info about iOS 8 permissions to the readme file.
- Loading branch information
Showing
3 changed files
with
32 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# 3.1.0 | ||
|
||
## Features | ||
|
||
* Two new methods were added to manage new permissions introduced by iOS 8 | ||
|
||
* ```BeaconRegion```s now support the parameter ```notifyEntryStateOnDisplay``` in their constructor. | ||
|
||
## Breaking Changes | ||
|
||
* On iOS 8, the beacon interaction won't work without explicitly asking for permission from the user. | ||
|
||
|
||
# 3.0.0 | ||
|
||
## Breaking Changes | ||
|
||
* The plugin received a new ID. Previously it was ```org.apache.cordova.ibeacon``` and now it runs as | ||
```com.unarin.cordova.beacon```. To perform an upgrade from earlier versions with the old ID, you'll have to remove | ||
and add the plugin again with the cordova cli commands: ```cordova plugin rm org.apache.cordova.ibeacon``` and then | ||
```cordova plugin add com.unarin.cordova.beacon``` to get the latest version. You can have a look at the PhoneGap Build | ||
submission [here](https://build.phonegap.com/plugins/986). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters