CB-7571 Updated version and RELEASENOTES.md for release 0.2.12

This commit is contained in:
Marcel Kinard 2014-09-17 15:27:44 -04:00
parent 93f8afab62
commit df7aac845d
3 changed files with 13 additions and 2 deletions

View File

@ -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

View File

@ -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>

View File

@ -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>