From 181648cb341dc6b3aa409e90631d1df99260faa1 Mon Sep 17 00:00:00 2001 From: Tree Date: Tue, 25 Nov 2014 17:55:35 +0000 Subject: [PATCH] merged release notes into change log and bumped to V 3.2.2 for new function --- CHANGELOG.md | 36 +++++++++++++++++++++++++++++++----- RELEASENOTES.md | 41 ----------------------------------------- plugin.xml | 2 +- 3 files changed, 32 insertions(+), 47 deletions(-) delete mode 100644 RELEASENOTES.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f770c9..a49396c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# 3.2.2 + +## Features + +* New feature added: ```requestStateForRegion``` (iOS only) + +# 3.2.0 + +## Breaking Changes + +* 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 + # 3.1.1 ## Fixed bugs @@ -28,10 +42,22 @@ and add the plugin again with the cordova cli commands: ```cordova plugin rm org ```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). -# 3.2.0 +# 2.1.0 (10.08.2014) +* API for Advertising added to 2.0 design (support for iOS only). +* Distance approximation called 'accuracy' added to Ranging callback +* Beacon Tx value added (Android only) -## Breaking Changes +# 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 +* Monitoring and Ranging support for iOS and Android -* 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 +# 1.0.0 (05.04.2014) +* iOS API for Advertising, Ranging and Monitoring on iOS. + +# 0.2.0 (20.03.2014) +* Wrote proper documentation and retested all the functionality. No API change introduced. + +# 0.1.0 (14.02.2014) +* Beta version created. diff --git a/RELEASENOTES.md b/RELEASENOTES.md deleted file mode 100644 index 85aaf88..0000000 --- a/RELEASENOTES.md +++ /dev/null @@ -1,41 +0,0 @@ - -# Release Notes - -### 0.1.0 (14.02.2014) -* Beta version created. - -### 0.2.0 (20.03.2014) -* Wrote proper documentation and retested all the functionality. No API change introduced. - -### 1.0.0 (05.04.2014) -* iOS API for Advertising, Ranging and Monitoring on iOS. - -### 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 -* Monitoring and Ranging support for iOS and Android - -### 2.1.0 (10.08.2014) -* API for Advertising added to 2.0 design (support for iOS only). -* Distance approximation called 'accuracy' added to Ranging callback -* Beacon Tx value added (Android only) \ No newline at end of file diff --git a/plugin.xml b/plugin.xml index 73fa310..aa7a545 100644 --- a/plugin.xml +++ b/plugin.xml @@ -1,5 +1,5 @@ - + Proximity Beacon Plugin Proximity Beacon Monitoring and Transmission Plugin (supporting iBeacons)