CB-10035 Updated version and RELEASENOTES.md for release 1.1.0

This commit is contained in:
Steve Gill 2015-11-18 19:45:06 -08:00
parent bbc2ffcb52
commit 552890074f
4 changed files with 11 additions and 3 deletions

View File

@ -20,6 +20,14 @@
--> -->
# Release Notes # Release Notes
### 1.1.0 (Nov 18, 2015)
* CB-10035 Updated `RELEASENOTES` to be newest to oldest
* Fixing contribute link.
* These notifications are objects so their address always evaluates to true.
* Update `NetworkManager.java`
* CB-9542 `Browser Proxy` not defined correctly
* Solved `toLowerCase` issue with `Locale.US`
### 1.0.1 (Jun 17, 2015) ### 1.0.1 (Jun 17, 2015)
* Adding .ratignore file. * Adding .ratignore file.
* CB-9128 cordova-plugin-network-information documentation translation: cordova-plugin-network-information * CB-9128 cordova-plugin-network-information documentation translation: cordova-plugin-network-information

View File

@ -1,6 +1,6 @@
{ {
"name": "cordova-plugin-network-information", "name": "cordova-plugin-network-information",
"version": "1.0.2-dev", "version": "1.1.0",
"description": "Cordova Network Information Plugin", "description": "Cordova Network Information Plugin",
"cordova": { "cordova": {
"id": "cordova-plugin-network-information", "id": "cordova-plugin-network-information",

View File

@ -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="cordova-plugin-network-information" id="cordova-plugin-network-information"
version="1.0.2-dev"> version="1.1.0">
<name>Network Information</name> <name>Network Information</name>
<description>Cordova Network Information Plugin</description> <description>Cordova Network Information Plugin</description>

View File

@ -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="cordova-plugin-network-information-tests" id="cordova-plugin-network-information-tests"
version="1.0.2-dev"> version="1.1.0">
<name>Cordova Network Information Plugin Tests</name> <name>Cordova Network Information Plugin Tests</name>
<license>Apache 2.0</license> <license>Apache 2.0</license>