mirror of
https://gitee.com/shuto/cordova-plugin-network-information.git
synced 2025-01-31 10:35:43 +08:00
CB-8429 Updated version and RELEASENOTES.md for release 0.2.15
This commit is contained in:
parent
9710603feb
commit
81037e29cf
@ -89,3 +89,9 @@
|
||||
### 0.2.14 (Dec 02, 2014)
|
||||
* CB-7976 **Android**: Use webView's context rather than Activity's context for intent receiver
|
||||
* CB-7700 cordova-plugin-network-information documentation translation: cordova-plugin-network-information
|
||||
|
||||
### 0.2.15 (Feb 04, 2015)
|
||||
* CB-8384 Network status change support on Windows
|
||||
* CB-8384 Fixes the way we detect online status on Windows
|
||||
* CB-8384 Add Windows platform quirks
|
||||
* CB-8384 Add Windows section to Network Information plugin
|
||||
|
@ -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.15-dev">
|
||||
version="0.2.15">
|
||||
|
||||
<name>Network Information</name>
|
||||
<description>Cordova Network Information Plugin</description>
|
||||
|
@ -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.15-dev">
|
||||
version="0.2.15">
|
||||
<name>Cordova Network Information Plugin Tests</name>
|
||||
<license>Apache 2.0</license>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user