mirror of
https://gitee.com/shuto/cordova-plugin-network-information.git
synced 2025-03-15 04:41:01 +08:00
CB-12519 Updated version and RELEASENOTES.md for release 1.3.2
This commit is contained in:
parent
f77d8d6d09
commit
99a1ff0687
@ -20,6 +20,12 @@
|
||||
-->
|
||||
# Release Notes
|
||||
|
||||
### 1.3.2 (Feb 28, 2017)
|
||||
* [CB-12369](https://issues.apache.org/jira/browse/CB-12369) Add plugin typings from `DefinitelyTyped`
|
||||
* [CB-12363](https://issues.apache.org/jira/browse/CB-12363) Added build badges for **iOS 9.3** and **iOS 10.0**
|
||||
* [CB-11838](https://issues.apache.org/jira/browse/CB-11838) **iOS:** Unregister callback function at the right timing.
|
||||
* [CB-12230](https://issues.apache.org/jira/browse/CB-12230) Removed **Windows 8.1** build badges
|
||||
|
||||
### 1.3.1 (Dec 07, 2016)
|
||||
* [CB-12224](https://issues.apache.org/jira/browse/CB-12224) Updated version and RELEASENOTES.md for release 1.3.1
|
||||
* [CB-11230](https://issues.apache.org/jira/browse/CB-11230) [CB-11505](https://issues.apache.org/jira/browse/CB-11505) iOS: Add compatibility with IPv6
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "cordova-plugin-network-information",
|
||||
"version": "1.3.2-dev",
|
||||
"version": "1.3.2",
|
||||
"description": "Cordova Network Information Plugin",
|
||||
"types": "./types/index.d.ts",
|
||||
"cordova": {
|
||||
|
@ -21,7 +21,7 @@
|
||||
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
id="cordova-plugin-network-information"
|
||||
version="1.3.2-dev">
|
||||
version="1.3.2">
|
||||
|
||||
<name>Network Information</name>
|
||||
<description>Cordova Network Information Plugin</description>
|
||||
@ -67,15 +67,15 @@ xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
<config-file target="res/xml/config.xml" parent="/*">
|
||||
<feature name="NetworkStatus">
|
||||
<param name="android-package" value="org.apache.cordova.networkinformation.NetworkManager"/>
|
||||
</feature>
|
||||
</feature>
|
||||
</config-file>
|
||||
|
||||
|
||||
<config-file target="AndroidManifest.xml" parent="/*">
|
||||
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
|
||||
</config-file>
|
||||
|
||||
<source-file src="src/android/NetworkManager.java" target-dir="src/org/apache/cordova/networkinformation" />
|
||||
|
||||
|
||||
</platform>
|
||||
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
id="cordova-plugin-network-information-tests"
|
||||
version="1.3.2-dev">
|
||||
version="1.3.2">
|
||||
<name>Cordova Network Information Plugin Tests</name>
|
||||
<license>Apache 2.0</license>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user