From a50208bda2728902c1e1640a7ebeae599fb42b5d Mon Sep 17 00:00:00 2001 From: Shazron Abdullah Date: Wed, 7 Dec 2016 16:39:46 -0800 Subject: [PATCH] CB-12224 Updated version and RELEASENOTES.md for release 2.2.1 --- RELEASENOTES.md | 8 ++++++++ package.json | 2 +- plugin.xml | 2 +- tests/plugin.xml | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 0abff40..9568a1b 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -20,6 +20,14 @@ --> # Release Notes +### 2.2.1 (Dec 07, 2016) +* [CB-10288](https://issues.apache.org/jira/browse/CB-10288) statusbar plugin interaction with iOS multitasking +* [CB-10158](https://issues.apache.org/jira/browse/CB-10158) (ios) fix StatusBar issue when recovering from fullscreen video +* [CB-10341](https://issues.apache.org/jira/browse/CB-10341) ios, document statusTap event +* [CB-11191](https://issues.apache.org/jira/browse/CB-11191) Statusbar plugin causing issues with webview size +* [CB-11917](https://issues.apache.org/jira/browse/CB-11917) - Remove pull request template checklist item: "iCLA has been submitted…" +* [CB-11832](https://issues.apache.org/jira/browse/CB-11832) Incremented plugin version. + ### 2.2.0 (Sep 08, 2016) * [CB-11795](https://issues.apache.org/jira/browse/CB-11795) Add 'protective' entry to cordovaDependencies * Handle extended status bar on **iOS** diff --git a/package.json b/package.json index 6d0921e..4027d6c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-statusbar", - "version": "2.2.1-dev", + "version": "2.2.1", "description": "Cordova StatusBar Plugin", "cordova": { "id": "cordova-plugin-statusbar", diff --git a/plugin.xml b/plugin.xml index 2047486..a84ab03 100644 --- a/plugin.xml +++ b/plugin.xml @@ -22,7 +22,7 @@ xmlns:rim="http://www.blackberry.com/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" id="cordova-plugin-statusbar" - version="2.2.1-dev"> + version="2.2.1"> StatusBar Cordova StatusBar Plugin Apache 2.0 diff --git a/tests/plugin.xml b/tests/plugin.xml index 0adf6dc..34b1bc1 100644 --- a/tests/plugin.xml +++ b/tests/plugin.xml @@ -22,7 +22,7 @@ xmlns:rim="http://www.blackberry.com/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" id="cordova-plugin-statusbar-tests" - version="2.2.1-dev"> + version="2.2.1"> Cordova StatusBar Plugin Tests Apache 2.0