Repository: cordova-plugin-whitelist Updated Branches: refs/heads/master 028b4b49d -> 0bb91fa1e
CB-11832 Updated version and RELEASENOTES.md for release 1.3.0 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/d51a3600 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-whitelist/tree/d51a3600 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-whitelist/diff/d51a3600 Branch: refs/heads/master Commit: d51a360052195a7a562c40ddc6c05b32bfd1a045 Parents: 028b4b4 Author: Steve Gill <[email protected]> Authored: Thu Sep 8 23:38:55 2016 -0700 Committer: Steve Gill <[email protected]> Committed: Thu Sep 8 23:38:55 2016 -0700 ---------------------------------------------------------------------- RELEASENOTES.md | 12 ++++++++++-- package.json | 2 +- plugin.xml | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-whitelist/blob/d51a3600/RELEASENOTES.md ---------------------------------------------------------------------- diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 3242eb2..9e271c0 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -20,12 +20,20 @@ --> # Release Notes +### 1.3.0 (Sep 08, 2016) +* [CB-11795](https://issues.apache.org/jira/browse/CB-11795) Add 'protective' entry to cordovaDependencies +* Updated installation section +* Plugin uses `Android Log class` and not `Cordova LOG class` +* Add pull request template. +* [CB-10866](https://issues.apache.org/jira/browse/CB-10866) Adding engine info to `package.json` +* [CB-10996](https://issues.apache.org/jira/browse/CB-10996) Adding front matter to README.md + ### 1.2.2 (Apr 15, 2016) * add note about redirects -* CB-10624 remove error message from `whitelist.js`, which leaves it empty +* [CB-10624](https://issues.apache.org/jira/browse/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 +* [CB-10194](https://issues.apache.org/jira/browse/CB-10194) info tag prints for ios when not applicable ### 1.2.0 (Nov 18, 2015) * removed **iOS** engine check from `plugin.xml` http://git-wip-us.apache.org/repos/asf/cordova-plugin-whitelist/blob/d51a3600/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json index 51d6639..ae0d386 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-whitelist", - "version": "1.2.3-dev", + "version": "1.3.0", "description": "Cordova Whitelist Plugin", "cordova": { "platforms": [ http://git-wip-us.apache.org/repos/asf/cordova-plugin-whitelist/blob/d51a3600/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index 187b2e9..21f7b54 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.3-dev"> + version="1.3.0"> <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]
