mirror of
https://gitee.com/shuto/cordova-plugin-network-information.git
synced 2025-04-27 22:20:11 +08:00
CB-8110 Updated version and RELEASENOTES.md for release 0.2.14
This commit is contained in:
parent
165b4f0120
commit
17a38609fb
@ -85,3 +85,7 @@
|
|||||||
|
|
||||||
### 0.2.13 (Oct 03, 2014)
|
### 0.2.13 (Oct 03, 2014)
|
||||||
* CB-7595: Android L changes the type from Mobile to Cellular, I'm pretty sure this isn't documented
|
* CB-7595: Android L changes the type from Mobile to Cellular, I'm pretty sure this isn't documented
|
||||||
|
|
||||||
|
### 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
|
||||||
|
@ -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.14-dev">
|
version="0.2.14">
|
||||||
|
|
||||||
<name>Network Information</name>
|
<name>Network Information</name>
|
||||||
<description>Cordova Network Information Plugin</description>
|
<description>Cordova Network Information Plugin</description>
|
||||||
|
@ -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.tests"
|
id="org.apache.cordova.network-information.tests"
|
||||||
version="0.2.14-dev">
|
version="0.2.14">
|
||||||
<name>Cordova Network Information Plugin Tests</name>
|
<name>Cordova Network Information Plugin Tests</name>
|
||||||
<license>Apache 2.0</license>
|
<license>Apache 2.0</license>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user