You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ia...@apache.org on 2014/04/23 20:57:49 UTC

[7/7] git commit: CB-6452 Updated version and RELEASENOTES.md for release 0.2.8

CB-6452 Updated version and RELEASENOTES.md for release 0.2.8


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

Branch: refs/heads/master
Commit: a3e7f1a135db00b21fe8ec635ae9742f390e170e
Parents: b5e61fa
Author: Ian Clelland <ic...@chromium.org>
Authored: Thu Apr 17 10:53:20 2014 -0400
Committer: Ian Clelland <ic...@chromium.org>
Committed: Thu Apr 17 10:53:20 2014 -0400

----------------------------------------------------------------------
 RELEASENOTES.md | 7 +++++++
 plugin.xml      | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/blob/a3e7f1a1/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 6d166d2..0a81aa7 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -46,3 +46,10 @@
 
 ### 0.2.7 (Feb 05, 2014)
 * Initial implementation of Tizen plugin.
+
+### 0.2.8 (Apr 17, 2014)
+* CB-6342: [iOS] iOS reports a cellular connection even when in Airplane mode
+* CB-6422: [windows8] use cordova/exec/proxy
+* CB-6460: Update license headers
+* CB-6465: Add license headers to Tizen code
+* Add NOTICE file

http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/blob/a3e7f1a1/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 84e2fe9..34f4d29 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.8-dev">
+      version="0.2.8">
 
     <name>Network Information</name>
     <description>Cordova Network Information Plugin</description>