Repository: cordova-plugin-network-information Updated Branches: refs/heads/master 93f8afab6 -> d450664b6 Updated Tags: refs/tags/r0.2.12 [created] df7aac845
CB-7571 Updated version and RELEASENOTES.md for release 0.2.12 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/df7aac84 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/tree/df7aac84 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/diff/df7aac84 Branch: refs/heads/master Commit: df7aac845dc7deddbdb76e89216776a802ee8b67 Parents: 93f8afa Author: Marcel Kinard <[email protected]> Authored: Wed Sep 17 15:27:44 2014 -0400 Committer: Marcel Kinard <[email protected]> Committed: Wed Sep 17 15:27:44 2014 -0400 ---------------------------------------------------------------------- RELEASENOTES.md | 11 +++++++++++ plugin.xml | 2 +- tests/plugin.xml | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/blob/df7aac84/RELEASENOTES.md ---------------------------------------------------------------------- diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 66a1380..f6440b4 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -71,3 +71,14 @@ * CB-6127 Updated translations for docs * CB-7019 Updated version and RELEASENOTES.md for release 0.2.10 * Fixed docs for online/offline event being backwards + +### 0.2.12 (Sep 17, 2014) +* CB-7471 cordova-plugin-network-information documentation translation +* Fix network information type exception on fxos 2 +* Added support for the browser +* CB-6724 added documentation for manual tests +* remove reference to test assets, they are optional +* Renamed test dir and added nested plugin.xml +* CB-6964 ported manual tests +* Port network tests to plugin-test-framework +* Fix naviagtor typo http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/blob/df7aac84/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index 94ffc7d..e7732f9 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.12-dev"> + version="0.2.12"> <name>Network Information</name> <description>Cordova Network Information Plugin</description> http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/blob/df7aac84/tests/plugin.xml ---------------------------------------------------------------------- diff --git a/tests/plugin.xml b/tests/plugin.xml index 8e162e1..951061a 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.11-dev"> + version="0.2.12"> <name>Cordova Network Information Plugin Tests</name> <license>Apache 2.0</license>
