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 2014/10/04 02:10:51 UTC

[1/2] git commit: Updated version and RELEASENOTES.md for release 0.2.13

Repository: cordova-plugin-network-information
Updated Branches:
  refs/heads/master 37c0e3ff7 -> d180b11ce
Updated Tags:  refs/tags/r0.2.13 [created] 056c6ddda


 Updated version and RELEASENOTES.md for release 0.2.13


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/commit/056c6ddd
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/tree/056c6ddd
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/diff/056c6ddd

Branch: refs/heads/master
Commit: 056c6dddafdb56b7895602ac6e8065aa7877d24c
Parents: 37c0e3f
Author: Steven Gill <st...@gmail.com>
Authored: Fri Oct 3 16:10:13 2014 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Fri Oct 3 16:10:13 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/blob/056c6ddd/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index f6440b4..1e7306c 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -82,3 +82,6 @@
 * CB-6964 ported manual tests
 * Port network tests to plugin-test-framework
 * Fix naviagtor typo
+
+### 0.2.13 (Oct 03, 2014)
+* CB-7595: Android L changes the type from Mobile to Cellular, I'm pretty sure this isn't documented

http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/blob/056c6ddd/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 752615d..2b68626 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -21,7 +21,7 @@
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
 xmlns:android="http://schemas.android.com/apk/res/android"
            id="org.apache.cordova.network-information"
-      version="0.2.13-dev">
+      version="0.2.13">
 
     <name>Network Information</name>
     <description>Cordova Network Information Plugin</description>

http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/blob/056c6ddd/tests/plugin.xml
----------------------------------------------------------------------
diff --git a/tests/plugin.xml b/tests/plugin.xml
index f596e3d..273f14f 100644
--- a/tests/plugin.xml
+++ b/tests/plugin.xml
@@ -21,7 +21,7 @@
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
     xmlns:android="http://schemas.android.com/apk/res/android"
     id="org.apache.cordova.network-information.tests"
-    version="0.2.13-dev">
+    version="0.2.13">
     <name>Cordova Network Information Plugin Tests</name>
     <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] git commit: Incremented plugin version.

Posted by st...@apache.org.
 Incremented plugin version.


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/commit/d180b11c
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/tree/d180b11c
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/diff/d180b11c

Branch: refs/heads/master
Commit: d180b11cee4617fe46e3f150b9438e54ffa21c94
Parents: 056c6dd
Author: Steven Gill <st...@gmail.com>
Authored: Fri Oct 3 17:09:47 2014 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Fri Oct 3 17:09:47 2014 -0700

----------------------------------------------------------------------
 plugin.xml       | 2 +-
 tests/plugin.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/blob/d180b11c/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 2b68626..ab474ee 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -21,7 +21,7 @@
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
 xmlns:android="http://schemas.android.com/apk/res/android"
            id="org.apache.cordova.network-information"
-      version="0.2.13">
+      version="0.2.14-dev">
 
     <name>Network Information</name>
     <description>Cordova Network Information Plugin</description>

http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/blob/d180b11c/tests/plugin.xml
----------------------------------------------------------------------
diff --git a/tests/plugin.xml b/tests/plugin.xml
index 273f14f..7d0711e 100644
--- a/tests/plugin.xml
+++ b/tests/plugin.xml
@@ -21,7 +21,7 @@
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
     xmlns:android="http://schemas.android.com/apk/res/android"
     id="org.apache.cordova.network-information.tests"
-    version="0.2.13">
+    version="0.2.14-dev">
     <name>Cordova Network Information Plugin Tests</name>
     <license>Apache 2.0</license>
 


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