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:55:03 UTC

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

Repository: cordova-plugin-legacy-whitelist
Updated Branches:
  refs/heads/master 03b87869f -> 232da927d


CB-12224 Updated version and RELEASENOTES.md for release 1.1.2


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-legacy-whitelist/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-legacy-whitelist/commit/7c561bdf
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-legacy-whitelist/tree/7c561bdf
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-legacy-whitelist/diff/7c561bdf

Branch: refs/heads/master
Commit: 7c561bdff14453c7fe277693a72ef29ba77302e7
Parents: 03b8786
Author: Shazron Abdullah <sh...@apache.org>
Authored: Wed Dec 7 16:39:46 2016 -0800
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Wed Dec 7 16:39:46 2016 -0800

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-legacy-whitelist/blob/7c561bdf/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 6d1ebcd..9c1e16c 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,12 @@
 -->
 # Release Notes
 
+### 1.1.2 (Dec 07, 2016)
+* [CB-11917](https://issues.apache.org/jira/browse/CB-11917) - Remove pull request template checklist item: "iCLA has been submitted\u2026"
+* Add pull request template.
+* [CB-10996](https://issues.apache.org/jira/browse/CB-10996) Adding front matter to README.md
+* [CB-10035](https://issues.apache.org/jira/browse/CB-10035) Incremented plugin version.
+
 ### 1.1.1 (Nov 18, 2015)
 * [CB-10035](https://issues.apache.org/jira/browse/CB-10035) Updated `RELEASENOTES` to be newest to oldest
 * Fixing contribute link.

http://git-wip-us.apache.org/repos/asf/cordova-plugin-legacy-whitelist/blob/7c561bdf/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 1ef5307..5c78ce0 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-legacy-whitelist",
-  "version": "1.1.2-dev",
+  "version": "1.1.2",
   "description": "Cordova Legacy Whitelist Plugin",
   "cordova": {
     "platforms": [

http://git-wip-us.apache.org/repos/asf/cordova-plugin-legacy-whitelist/blob/7c561bdf/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 3638438..fc79e0e 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -20,7 +20,7 @@
 
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
            id="cordova-plugin-legacy-whitelist"
-      version="1.1.2-dev">
+      version="1.1.2">
     <name>Legacy Whitelist</name>
     <description>Cordova Legacy 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-legacy-whitelist git commit: CB-12224 Incremented plugin version.

Posted by sh...@apache.org.
CB-12224 Incremented plugin version.


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-legacy-whitelist/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-legacy-whitelist/commit/232da927
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-legacy-whitelist/tree/232da927
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-legacy-whitelist/diff/232da927

Branch: refs/heads/master
Commit: 232da927dfa8972ba49c877831946c6a81449f3d
Parents: 7c561bd
Author: Shazron Abdullah <sh...@apache.org>
Authored: Wed Dec 7 16:55:07 2016 -0800
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Wed Dec 7 16:55:07 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-legacy-whitelist/blob/232da927/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 5c78ce0..53f57d5 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-legacy-whitelist",
-  "version": "1.1.2",
+  "version": "1.1.3-dev",
   "description": "Cordova Legacy Whitelist Plugin",
   "cordova": {
     "platforms": [

http://git-wip-us.apache.org/repos/asf/cordova-plugin-legacy-whitelist/blob/232da927/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index fc79e0e..83b540e 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -20,7 +20,7 @@
 
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
            id="cordova-plugin-legacy-whitelist"
-      version="1.1.2">
+      version="1.1.3-dev">
     <name>Legacy Whitelist</name>
     <description>Cordova Legacy 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