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:17:00 UTC

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

Repository: cordova-plugin-whitelist
Updated Branches:
  refs/heads/master c7e522a86 -> bc3b41796


CB-8739 Updated version and RELEASENOTES.md for release 1.0.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/38f5a9fa
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-whitelist/tree/38f5a9fa
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-whitelist/diff/38f5a9fa

Branch: refs/heads/master
Commit: 38f5a9fa2c329c6b8018527996058210c97f2e30
Parents: c7e522a
Author: Steve Gill <st...@gmail.com>
Authored: Wed Mar 25 13:12:21 2015 -0700
Committer: Steve Gill <st...@gmail.com>
Committed: Wed Mar 25 13:12:21 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-whitelist/blob/38f5a9fa/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 6032e5b..703552c 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,4 +20,9 @@
 -->
 # Release Notes
 
-### 1.0.0 (Sept 5, 2013)
+### 1.0.0 (Mar 25, 2015)
+* CB-8739 added missing license headers
+* Add @Override to CustomConfigXmlParser methods
+* Change ID to cordova-plugin-whitelist rather than reverse-DNS-style
+* Tweak CSP examples in README
+* CB-8660 remove extra commas from package.json

http://git-wip-us.apache.org/repos/asf/cordova-plugin-whitelist/blob/38f5a9fa/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 7930269..2c72e25 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-whitelist",
-  "version": "1.0.0-dev",
+  "version": "1.0.0",
   "description": "Cordova Whitelist Plugin",
   "cordova": {
     "platforms": [

http://git-wip-us.apache.org/repos/asf/cordova-plugin-whitelist/blob/38f5a9fa/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index f98df70..2ec60b3 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.0.0-dev">
+      version="1.0.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-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-whitelist/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-whitelist/commit/bc3b4179
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-whitelist/tree/bc3b4179
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-whitelist/diff/bc3b4179

Branch: refs/heads/master
Commit: bc3b41796ce5dfb6f7fa9e7aa622b14dbcb818ba
Parents: 38f5a9f
Author: Steve Gill <st...@gmail.com>
Authored: Wed Mar 25 13:14:07 2015 -0700
Committer: Steve Gill <st...@gmail.com>
Committed: Wed Mar 25 13:15:38 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-whitelist/blob/bc3b4179/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 2c72e25..3bffcbc 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-whitelist",
-  "version": "1.0.0",
+  "version": "1.0.1-dev",
   "description": "Cordova Whitelist Plugin",
   "cordova": {
     "platforms": [

http://git-wip-us.apache.org/repos/asf/cordova-plugin-whitelist/blob/bc3b4179/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 2ec60b3..6e6b0e0 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.0.0">
+      version="1.0.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