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/01/16 02:13:22 UTC

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

Repository: cordova-plugin-whitelist
Updated Branches:
  refs/heads/master c2541d37a -> edc97006d


CB-10368 Updated version and RELEASENOTES.md for release 1.2.1


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

Branch: refs/heads/master
Commit: c33ea30cf263c87a42463a5b2dafed694c4ab028
Parents: c2541d3
Author: Steve Gill <st...@gmail.com>
Authored: Fri Jan 15 16:35:06 2016 -0800
Committer: Steve Gill <st...@gmail.com>
Committed: Fri Jan 15 16:35:06 2016 -0800

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-whitelist/blob/c33ea30c/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 1f61a99..c2ef06c 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,9 @@
 -->
 # Release Notes
 
+### 1.2.1 (Jan 15, 2016)
+* CB-10194 info tag prints for ios when not applicable
+
 ### 1.2.0 (Nov 18, 2015)
 * removed **iOS** engine check from `plugin.xml`
 * [CB-10035](https://issues.apache.org/jira/browse/CB-10035) Updated `RELEASENOTES` to be newest to oldest

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

http://git-wip-us.apache.org/repos/asf/cordova-plugin-whitelist/blob/c33ea30c/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 03a78bb..a4f49a8 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.1-dev">
+      version="1.2.1">
     <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-10368 Incremented plugin version.

Posted by st...@apache.org.
CB-10368 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/edc97006
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-whitelist/tree/edc97006
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-whitelist/diff/edc97006

Branch: refs/heads/master
Commit: edc97006d1a2cd39e311885febc6a3bb4677dae7
Parents: c33ea30
Author: Steve Gill <st...@gmail.com>
Authored: Fri Jan 15 16:58:32 2016 -0800
Committer: Steve Gill <st...@gmail.com>
Committed: Fri Jan 15 16:58:32 2016 -0800

----------------------------------------------------------------------
 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/edc97006/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index ca599b6..6ca7c32 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-whitelist",
-  "version": "1.2.1",
+  "version": "1.2.2-dev",
   "description": "Cordova Whitelist Plugin",
   "cordova": {
     "platforms": [

http://git-wip-us.apache.org/repos/asf/cordova-plugin-whitelist/blob/edc97006/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index a4f49a8..f83f909 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.1">
+      version="1.2.2-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