mirror of
https://gitee.com/shuto/cordova-plugin-network-information.git
synced 2025-01-31 18:47:21 +08:00
CB-6877 Updated version and RELEASENOTES.md for release 0.2.9
This commit is contained in:
parent
fea5674007
commit
be5875f9d9
@ -53,3 +53,12 @@
|
|||||||
* CB-6460: Update license headers
|
* CB-6460: Update license headers
|
||||||
* CB-6465: Add license headers to Tizen code
|
* CB-6465: Add license headers to Tizen code
|
||||||
* Add NOTICE file
|
* Add NOTICE file
|
||||||
|
|
||||||
|
### 0.2.9 (Jun 05, 2014)
|
||||||
|
* updated notice file to include missing license
|
||||||
|
* Cached extra info to better detect changes.
|
||||||
|
* CB-6809 Add license to CONTRIBUTING.md
|
||||||
|
* CB-6491 add CONTRIBUTING.md
|
||||||
|
* CB-6350 - Fix networkStatusForFlags return value type to work with 64-bit iOS (closes #8)
|
||||||
|
* Initial version of firefox os network information plugin
|
||||||
|
* there was an error in the object definition
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
|
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
|
||||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
id="org.apache.cordova.network-information"
|
id="org.apache.cordova.network-information"
|
||||||
version="0.2.9-dev">
|
version="0.2.9">
|
||||||
|
|
||||||
<name>Network Information</name>
|
<name>Network Information</name>
|
||||||
<description>Cordova Network Information Plugin</description>
|
<description>Cordova Network Information Plugin</description>
|
||||||
|
Loading…
Reference in New Issue
Block a user