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 2015/03/25 21:16:40 UTC

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

Repository: cordova-plugin-legacy-whitelist
Updated Branches:
  refs/heads/master 9424e3fcd -> b11d45668


 CB-8739 Updated version and RELEASENOTES.md for release 1.0.0


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

Branch: refs/heads/master
Commit: b4e1b3726aa743fe31b22842dfd73560741b4f0b
Parents: 9424e3f
Author: Steve Gill <st...@gmail.com>
Authored: Wed Mar 25 13:10:29 2015 -0700
Committer: Steve Gill <st...@gmail.com>
Committed: Wed Mar 25 13:11:51 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-legacy-whitelist/blob/b4e1b372/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 6032e5b..2af8f6a 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,4 +20,7 @@
 -->
 # Release Notes
 
-### 1.0.0 (Sept 5, 2013)
+### 1.0.0 (Mar 25, 2015)
+* CB-8739 added missing license headers
+* Fix XMl parsing broken by superclass refactor (XmlResourceParser->XmlPullParser)
+* CB-8660 remove extra commas from package.json

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

http://git-wip-us.apache.org/repos/asf/cordova-plugin-legacy-whitelist/blob/b4e1b372/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 3b0b9bc..8afd536 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.0.0-dev">
+      version="1.0.0">
     <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-8739 Incremented plugin version.

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

Branch: refs/heads/master
Commit: b11d456689962c06fdfcd238749caaf6927f13ef
Parents: b4e1b37
Author: Steve Gill <st...@gmail.com>
Authored: Wed Mar 25 13:14:17 2015 -0700
Committer: Steve Gill <st...@gmail.com>
Committed: Wed Mar 25 13:15:49 2015 -0700

----------------------------------------------------------------------
 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/b11d4566/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 7bfeb5c..396e9a9 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-legacy-whitelist",
-  "version": "1.0.0",
+  "version": "1.0.1-dev",
   "description": "Cordova Legacy Whitelist Plugin",
   "cordova": {
     "platforms": [

http://git-wip-us.apache.org/repos/asf/cordova-plugin-legacy-whitelist/blob/b11d4566/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 8afd536..229048f 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.0.0">
+      version="1.0.1-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