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 2016/01/16 02:12:56 UTC

[1/2] cordova-plugin-network-information git commit: CB-10368 Updated version and RELEASENOTES.md for release 1.2.0

Repository: cordova-plugin-network-information
Updated Branches:
  refs/heads/master 3968f2069 -> 7ca10c7d1


CB-10368 Updated version and RELEASENOTES.md for release 1.2.0


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

Branch: refs/heads/master
Commit: b0375e549b49000dd79582183e962ac79d6daac0
Parents: 3968f20
Author: Steve Gill <st...@gmail.com>
Authored: Fri Jan 15 16:35:06 2016 -0800
Committer: Steve Gill <st...@gmail.com>
Committed: Fri Jan 15 16:35:06 2016 -0800

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/blob/b0375e54/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 95ca114..00b5a0f 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,12 @@
 -->
 # Release Notes
 
+### 1.2.0 (Jan 15, 2016)
+* Adding `CoreTelephony` to `plugin.xml`
+* Adding notification for `CT radio` information
+* Adding `CT radio` information
+* CB-10160: Fixed the case mismatch issue
+
 ### 1.1.0 (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-network-information/blob/b0375e54/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 9f9a246..76d116a 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-network-information",
-  "version": "1.1.1-dev",
+  "version": "1.2.0",
   "description": "Cordova Network Information Plugin",
   "cordova": {
     "id": "cordova-plugin-network-information",

http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/blob/b0375e54/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 824c757..7160994 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="cordova-plugin-network-information"
-      version="1.1.1-dev">
+      version="1.2.0">
 
     <name>Network Information</name>
     <description>Cordova Network Information Plugin</description>

http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/blob/b0375e54/tests/plugin.xml
----------------------------------------------------------------------
diff --git a/tests/plugin.xml b/tests/plugin.xml
index b3a2a58..b4c03ea 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="cordova-plugin-network-information-tests"
-    version="1.1.1-dev">
+    version="1.2.0">
     <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] cordova-plugin-network-information git commit: CB-10368 Incremented plugin version.

Posted by st...@apache.org.
CB-10368 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/7ca10c7d
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/tree/7ca10c7d
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/diff/7ca10c7d

Branch: refs/heads/master
Commit: 7ca10c7d151c6f50e25dc387e4876383f9f0edbf
Parents: b0375e5
Author: Steve Gill <st...@gmail.com>
Authored: Fri Jan 15 16:58:32 2016 -0800
Committer: Steve Gill <st...@gmail.com>
Committed: Fri Jan 15 16:58:32 2016 -0800

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/blob/7ca10c7d/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 76d116a..0e049f3 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-network-information",
-  "version": "1.2.0",
+  "version": "1.2.1-dev",
   "description": "Cordova Network Information Plugin",
   "cordova": {
     "id": "cordova-plugin-network-information",

http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/blob/7ca10c7d/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 7160994..20eea08 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="cordova-plugin-network-information"
-      version="1.2.0">
+      version="1.2.1-dev">
 
     <name>Network Information</name>
     <description>Cordova Network Information Plugin</description>

http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/blob/7ca10c7d/tests/plugin.xml
----------------------------------------------------------------------
diff --git a/tests/plugin.xml b/tests/plugin.xml
index b4c03ea..25ff0fc 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="cordova-plugin-network-information-tests"
-    version="1.2.0">
+    version="1.2.1-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