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/09/09 23:10:03 UTC

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

Repository: cordova-plugin-network-information
Updated Branches:
  refs/heads/master a697d3a57 -> 75c38c4d6


CB-11832 Updated version and RELEASENOTES.md for release 1.3.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/0e6889a0
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/tree/0e6889a0
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/diff/0e6889a0

Branch: refs/heads/master
Commit: 0e6889a09e0d435c248e40adef8054f3eaae8cf3
Parents: a697d3a
Author: Steve Gill <st...@gmail.com>
Authored: Thu Sep 8 23:38:55 2016 -0700
Committer: Steve Gill <st...@gmail.com>
Committed: Thu Sep 8 23:38:55 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/blob/0e6889a0/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 82f1a86..7ff57bd 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,15 +20,28 @@
 -->
 # Release Notes
 
+### 1.3.0 (Sep 08, 2016)
+* [CB-11795](https://issues.apache.org/jira/browse/CB-11795) Add 'protective' entry to cordovaDependencies
+* [CB-11734](https://issues.apache.org/jira/browse/CB-11734) Network Plugin uses `Android Log class` and not `Cordova LOG class`
+* [CB-11300](https://issues.apache.org/jira/browse/CB-11300) (**android**) Recognize `2G`, `3G` and `4G` network connection subtype names
+* Update `NetworkManager.java`
+* Detection of Ethernet Network Type on **Android**
+* fixed two potential memory leaks when doing Analyze on **iOS 9**
+* [CB-11384](https://issues.apache.org/jira/browse/CB-11384) **android**: Does not pass sonarqube scan
+* Add badges for paramedic builds on Jenkins
+* Add pull request template.
+* Readme: Add fenced code blocks with langauage hints
+* [CB-10996](https://issues.apache.org/jira/browse/CB-10996) Adding front matter to README.md
+
 ### 1.2.1 (Apr 15, 2016)
-* CB-10763: Remove emoji in `cordova-plugin-network-information`
-* CB-10636 Add `JSHint` for plugins
+* [CB-10763](https://issues.apache.org/jira/browse/CB-10763) Remove emoji in `cordova-plugin-network-information`
+* [CB-10636](https://issues.apache.org/jira/browse/CB-10636) Add `JSHint` for plugins
 
 ### 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
+* [CB-10160](https://issues.apache.org/jira/browse/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

http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/blob/0e6889a0/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 7ac811e..fd804b8 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-network-information",
-  "version": "1.2.2-dev",
+  "version": "1.3.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/0e6889a0/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 169f43c..2992229 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.2-dev">
+      version="1.3.0">
 
     <name>Network Information</name>
     <description>Cordova Network Information Plugin</description>

http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/blob/0e6889a0/tests/plugin.xml
----------------------------------------------------------------------
diff --git a/tests/plugin.xml b/tests/plugin.xml
index 3301fd7..c4b03c2 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.2-dev">
+    version="1.3.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-11832 Incremented plugin version.

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

Branch: refs/heads/master
Commit: 75c38c4d694313fe1307e5371cf225bac158aece
Parents: 0e6889a
Author: Steve Gill <st...@gmail.com>
Authored: Fri Sep 9 16:08:04 2016 -0700
Committer: Steve Gill <st...@gmail.com>
Committed: Fri Sep 9 16:08:04 2016 -0700

----------------------------------------------------------------------
 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/75c38c4d/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index fd804b8..9e99062 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-network-information",
-  "version": "1.3.0",
+  "version": "1.3.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/75c38c4d/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 2992229..794f065 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.3.0">
+      version="1.3.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/75c38c4d/tests/plugin.xml
----------------------------------------------------------------------
diff --git a/tests/plugin.xml b/tests/plugin.xml
index c4b03c2..0728f13 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.3.0">
+    version="1.3.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