You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sh...@apache.org on 2016/12/08 00:57:36 UTC

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

Repository: cordova-plugin-whitelist
Updated Branches:
  refs/heads/1.3.x d51a36005 -> 79f74a00e


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/1.3.x
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


[3/4] cordova-plugin-whitelist git commit: CB-11917 - Remove pull request template checklist item: "iCLA has been submitted…"

Posted by sh...@apache.org.
CB-11917 - Remove pull request template checklist item: "iCLA has been submitted\u2026"

 This closes #23


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

Branch: refs/heads/1.3.x
Commit: 2da58f4a8069425fb8156d48a2dd7399cce59854
Parents: 82a4c77
Author: Shazron Abdullah <sh...@gmail.com>
Authored: Wed Sep 28 01:29:39 2016 -0700
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Tue Oct 4 21:30:44 2016 -0700

----------------------------------------------------------------------
 .github/PULL_REQUEST_TEMPLATE.md | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-whitelist/blob/2da58f4a/.github/PULL_REQUEST_TEMPLATE.md
----------------------------------------------------------------------
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 4bd6da9..91582f4 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -17,7 +17,6 @@ Thanks!
 
 
 ### Checklist
-- [ ] [ICLA](http://www.apache.org/licenses/icla.txt) has been signed and submitted to secretary@apache.org.
 - [ ] [Reported an issue](http://cordova.apache.org/contribute/issues.html) in the JIRA database
 - [ ] Commit message follows the format: "CB-3232: (android) Fix bug with resolving file paths", where CB-xxxx is the JIRA ID & "android" is the platform affected.
 - [ ] Added automated test coverage as appropriate for this change.


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


[2/4] cordova-plugin-whitelist git commit: Edit package.json license to match SPDX id

Posted by sh...@apache.org.
Edit package.json license to match SPDX id

See [NPM package.json spec for licenses](https://docs.npmjs.com/files/package.json#license) and [SPDX license IDs](https://spdx.org/licenses/)

X-ref: apache/cordova-plugin-device#48

 This closes #24


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

Branch: refs/heads/1.3.x
Commit: 82a4c77fbf3455b2218da4aa509c77c71889eacd
Parents: 0bb91fa
Author: t1st3 <co...@tiste.org>
Authored: Wed Sep 28 13:55:17 2016 +0200
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Wed Sep 28 11:40:41 2016 -0700

----------------------------------------------------------------------
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-whitelist/blob/82a4c77f/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 481daa9..5d2ad8a 100644
--- a/package.json
+++ b/package.json
@@ -28,5 +28,5 @@
     }
   },
   "author": "Apache Software Foundation",
-  "license": "Apache 2.0"
+  "license": "Apache-2.0"
 }


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


[4/4] cordova-plugin-whitelist git commit: CB-12224 Updated version and RELEASENOTES.md for release 1.3.1

Posted by sh...@apache.org.
CB-12224 Updated version and RELEASENOTES.md for release 1.3.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/79f74a00
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-whitelist/tree/79f74a00
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-whitelist/diff/79f74a00

Branch: refs/heads/1.3.x
Commit: 79f74a00e2b0bbd865fab7f006343e85b45a2f3c
Parents: 2da58f4
Author: Shazron Abdullah <sh...@apache.org>
Authored: Wed Dec 7 16:39:47 2016 -0800
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Wed Dec 7 16:39:47 2016 -0800

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-whitelist/blob/79f74a00/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 9e271c0..b30249d 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,11 @@
 -->
 # Release Notes
 
+### 1.3.1 (Dec 07, 2016)
+* [CB-11917](https://issues.apache.org/jira/browse/CB-11917) - Remove pull request template checklist item: "iCLA has been submitted\u2026"
+* Edit package.json license to match SPDX id
+* [CB-11832](https://issues.apache.org/jira/browse/CB-11832) Incremented plugin version.
+
 ### 1.3.0 (Sep 08, 2016)
 * [CB-11795](https://issues.apache.org/jira/browse/CB-11795) Add 'protective' entry to cordovaDependencies
 * Updated installation section

http://git-wip-us.apache.org/repos/asf/cordova-plugin-whitelist/blob/79f74a00/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 5d2ad8a..c18fb66 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-whitelist",
-  "version": "1.3.1-dev",
+  "version": "1.3.1",
   "description": "Cordova Whitelist Plugin",
   "cordova": {
     "platforms": [

http://git-wip-us.apache.org/repos/asf/cordova-plugin-whitelist/blob/79f74a00/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 7d435dd..ceb4092 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.1-dev">
+      version="1.3.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