From 9ea70003d4f1d89c665894e75298f9bb3fc2f9c3 Mon Sep 17 00:00:00 2001 From: Steve Gill Date: Wed, 15 Apr 2015 11:06:38 -0700 Subject: [PATCH] CB-8858 Updated version and RELEASENOTES.md for release 1.0.0 --- RELEASENOTES.md | 14 ++++++++++++++ plugin.xml | 2 +- tests/plugin.xml | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 8552a10..1935b2a 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -95,3 +95,17 @@ * 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 + +### 1.0.0 (Apr 15, 2015) +* CB-8746 gave plugin major version bump +* CB-8683 changed plugin-id to pacakge-name +* CB-8653 properly updated translated docs to use new id +* CB-8653 updated translated docs to use new id +* CB-8185 Fixes typo in `cordova.platformId` +* Use TRAVIS_BUILD_DIR, install paramedic by npm +* CB-8185 Use `navigator.onLine` as connection information source on browser platform +* CB-8653 Updated Readme +* CB-8659: ios: 4.0.x Compatibility: Remove use of initWebView method +* CB-8573 Integrate TravisCI +* CB-8438 cordova-plugin-network-information documentation translation: cordova-plugin-network-information +* CB-8538 Added package.json file diff --git a/plugin.xml b/plugin.xml index 06c44d6..e51c9db 100644 --- a/plugin.xml +++ b/plugin.xml @@ -21,7 +21,7 @@ + version="1.0.0"> Network Information Cordova Network Information Plugin diff --git a/tests/plugin.xml b/tests/plugin.xml index 6bc745d..50bde99 100644 --- a/tests/plugin.xml +++ b/tests/plugin.xml @@ -21,7 +21,7 @@ + version="1.0.0"> Cordova Network Information Plugin Tests Apache 2.0