Repository: cordova-plugin-whitelist Updated Branches: refs/heads/master 0c3b591ce -> 59b8301ec
Updated version and RELEASENOTES.md for release 1.2.2 Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-whitelist/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-whitelist/commit/876e3b24 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-whitelist/tree/876e3b24 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-whitelist/diff/876e3b24 Branch: refs/heads/master Commit: 876e3b2433c66a68c73223fe9b509143344816d4 Parents: 0c3b591 Author: Steve Gill <[email protected]> Authored: Fri Apr 15 13:08:27 2016 -0700 Committer: Steve Gill <[email protected]> Committed: Fri Apr 15 13:08:27 2016 -0700 ---------------------------------------------------------------------- RELEASENOTES.md | 4 ++++ package.json | 2 +- plugin.xml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-whitelist/blob/876e3b24/RELEASENOTES.md ---------------------------------------------------------------------- diff --git a/RELEASENOTES.md b/RELEASENOTES.md index c2ef06c..3242eb2 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -20,6 +20,10 @@ --> # Release Notes +### 1.2.2 (Apr 15, 2016) +* add note about redirects +* CB-10624 remove error message from `whitelist.js`, which leaves it empty + ### 1.2.1 (Jan 15, 2016) * CB-10194 info tag prints for ios when not applicable http://git-wip-us.apache.org/repos/asf/cordova-plugin-whitelist/blob/876e3b24/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json index 6ca7c32..d07a816 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-whitelist", - "version": "1.2.2-dev", + "version": "1.2.2", "description": "Cordova Whitelist Plugin", "cordova": { "platforms": [ http://git-wip-us.apache.org/repos/asf/cordova-plugin-whitelist/blob/876e3b24/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index 051a0ce..3b4ace8 100644 --- a/plugin.xml +++ b/plugin.xml @@ -20,7 +20,7 @@ <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="cordova-plugin-whitelist" - version="1.2.2-dev"> + version="1.2.2"> <name>Whitelist</name> <description>Cordova Network Whitelist Plugin</description> <license>Apache 2.0</license> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
