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 2013/12/05 02:00:05 UTC

[6/6] git commit: [CB-5565] Updated version and RELEASENOTES.md for release 0.2.5

[CB-5565] Updated version and RELEASENOTES.md for release 0.2.5


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

Branch: refs/heads/master
Commit: 8a48f84fccad0db8df351be0904f139c9e305148
Parents: 50218b4
Author: Steven Gill <st...@gmail.com>
Authored: Wed Dec 4 15:16:31 2013 -0800
Committer: Steven Gill <st...@gmail.com>
Committed: Wed Dec 4 15:16:31 2013 -0800

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/blob/8a48f84f/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index a193150..46d641c 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -35,3 +35,8 @@
  ### 0.2.4 (Oct 28, 2013)
 * CB-5128: add repo + issue tag to plugin.xml for network information plugin
 * [CB-4915] Incremented plugin version on dev branch.
+
+### 0.2.5 (Dec 4, 2013)
+* [ubuntu] specify policy_group
+* add ubuntu platform
+* Added amazon-fireos platform. Change to use amazon-fireos as the platform if user agent string contains 'cordova-amazon-fireos'

http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/blob/8a48f84f/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index c5a79f5..a0f8980 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -3,7 +3,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.5-dev">
+      version="0.2.5">
 
     <name>Network Information</name>
     <description>Cordova Network Information Plugin</description>