mirror of
https://gitee.com/shuto/cordova-plugin-network-information.git
synced 2025-01-18 21:52:48 +08:00
CB-10368 Updated version and RELEASENOTES.md for release 1.2.0
This commit is contained in:
parent
3968f2069d
commit
b0375e549b
@ -20,6 +20,12 @@
|
||||
-->
|
||||
# Release Notes
|
||||
|
||||
### 1.2.0 (Jan 15, 2016)
|
||||
* Adding `CoreTelephony` to `plugin.xml`
|
||||
* Adding notification for `CT radio` information
|
||||
* Adding `CT radio` information
|
||||
* CB-10160: Fixed the case mismatch issue
|
||||
|
||||
### 1.1.0 (Nov 18, 2015)
|
||||
* [CB-10035](https://issues.apache.org/jira/browse/CB-10035) Updated `RELEASENOTES` to be newest to oldest
|
||||
* Fixing contribute link.
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "cordova-plugin-network-information",
|
||||
"version": "1.1.1-dev",
|
||||
"version": "1.2.0",
|
||||
"description": "Cordova Network Information Plugin",
|
||||
"cordova": {
|
||||
"id": "cordova-plugin-network-information",
|
||||
|
@ -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.1.1-dev">
|
||||
version="1.2.0">
|
||||
|
||||
<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="cordova-plugin-network-information-tests"
|
||||
version="1.1.1-dev">
|
||||
version="1.2.0">
|
||||
<name>Cordova Network Information Plugin Tests</name>
|
||||
<license>Apache 2.0</license>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user