You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2016/09/09 23:11:41 UTC

[1/2] cordova-plugin-whitelist git commit: CB-11832 Updated version and RELEASENOTES.md for release 1.3.0

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 <st...@gmail.com>
Authored: Thu Sep 8 23:38:55 2016 -0700
Committer: Steve Gill <st...@gmail.com>
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: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[2/2] cordova-plugin-whitelist git commit: CB-11832 Incremented plugin version.

Posted by st...@apache.org.
CB-11832 Incremented plugin version.


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/0bb91fa1
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-whitelist/tree/0bb91fa1
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-whitelist/diff/0bb91fa1

Branch: refs/heads/master
Commit: 0bb91fa1e2721e7e6765591aefa2f2312410f1c0
Parents: d51a360
Author: Steve Gill <st...@gmail.com>
Authored: Fri Sep 9 16:08:04 2016 -0700
Committer: Steve Gill <st...@gmail.com>
Committed: Fri Sep 9 16:08:04 2016 -0700

----------------------------------------------------------------------
 package.json | 2 +-
 plugin.xml   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-whitelist/blob/0bb91fa1/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index ae0d386..481daa9 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-whitelist",
-  "version": "1.3.0",
+  "version": "1.3.1-dev",
   "description": "Cordova Whitelist Plugin",
   "cordova": {
     "platforms": [

http://git-wip-us.apache.org/repos/asf/cordova-plugin-whitelist/blob/0bb91fa1/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 21f7b54..7d435dd 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.3.0">
+      version="1.3.1-dev">
     <name>Whitelist</name>
     <description>Cordova Network Whitelist Plugin</description>
     <license>Apache 2.0</license>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org