From e3fe3d5ec3f65bcf0e77ec368c4ff65bec3f9723 Mon Sep 17 00:00:00 2001 From: "Peter (Somogyvari) Metz" Date: Wed, 23 Aug 2017 00:22:44 -0700 Subject: [PATCH] v3.5.0 --- CHANGELOG.md | 18 ++++++++++++------ package.json | 2 +- plugin.xml | 12 ++++++------ 3 files changed, 19 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 275071d..82564ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 3.5.0 + +* Upgraded AltBeacon to v2.11 +* iBeacon advertising added for Android: https://github.com/petermetz/cordova-plugin-ibeacon/pull/282/commits/85967c962acd0ba50b5f1ccce89c3e28873e4530 +* Smaller fixes/updates + # 3.4.1 ## Backwards Compatibility @@ -6,7 +12,7 @@ # 3.4.0 ## Features -* New Feature: You can now configure the foreground scan between period (Android) directly from +* New Feature: You can now configure the foreground scan between period (Android) directly from the config.xml file of your Cordova project. * Dependency updated: AltBeacon jar is now on version 2.7.1. * Important for contributors: The Android source code has been reformatted with Android Studio, the @@ -31,7 +37,7 @@ that have no other changes contained in them. ## Breaking Changes -* Klass dependency has been removed. Therefore ```cordova.plugins.LocationManager.Delegate``` entity no longer supports +* Klass dependency has been removed. Therefore ```cordova.plugins.LocationManager.Delegate``` entity no longer supports implements and any callbacks mys override the default callbacks directly. See ```ReadMe.md``` for examples of how to use Delegate since this change @@ -39,8 +45,8 @@ implements and any callbacks mys override the default callbacks directly. See `` ## Fixed bugs -* Fixed a bug when installing the plugin sometimes resulted in broken Javascript source files that contained syntax -errors and stopped apps from working after the plugin has been added to the project. +* Fixed a bug when installing the plugin sometimes resulted in broken Javascript source files that contained syntax +errors and stopped apps from working after the plugin has been added to the project. # 3.1.0 @@ -59,7 +65,7 @@ errors and stopped apps from working after the plugin has been added to the proj ## Breaking Changes -* The plugin received a new ID. Previously it was ```org.apache.cordova.ibeacon``` and now it runs as +* 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 @@ -73,7 +79,7 @@ submission [here](https://build.phonegap.com/plugins/986). # 2.0.0 (06.07.2014) * Redesigned to use **Promise** .then() .fail(), .done() for method callbacks * Singleton **Delegate** object implementation for event handling -* Android support added +* Android support added * Monitoring and Ranging support for iOS and Android # 1.0.0 (05.04.2014) diff --git a/package.json b/package.json index da557ad..6600c7f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "com.unarin.cordova.beacon", - "version": "3.4.1", + "version": "3.5.0", "description": "Proximity Beacon Monitoring and Transmission Plugin (supporting iBeacons)", "cordova": { "id": "com.unarin.cordova.beacon", diff --git a/plugin.xml b/plugin.xml index cb27804..c9888ac 100644 --- a/plugin.xml +++ b/plugin.xml @@ -1,5 +1,5 @@ - + Proximity Beacon Plugin Proximity Beacon Monitoring and Transmission Plugin (supporting iBeacons) @@ -11,11 +11,11 @@ - + - + @@ -46,13 +46,13 @@ - + - + This app would like to scan for iBeacons even when in the background. @@ -115,7 +115,7 @@ - +