From a9f0faa499fc43f274fa42d5284704fabe5f4a83 Mon Sep 17 00:00:00 2001 From: Andrew Grieve Date: Wed, 4 Feb 2015 20:12:45 -0500 Subject: [PATCH] CB-8429 Updated version and RELEASENOTES.md for release 1.0.0 --- RELEASENOTES.md | 5 +++++ plugin.xml | 2 +- tests/plugin.xml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index cd1e211..1be9790 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -98,3 +98,8 @@ ### 0.3.5 (Dec 02, 2014) * CB-7204 - Race condition when hiding and showing spinner (closes #21) * CB-7700 cordova-plugin-splashscreen documentation translation: cordova-plugin-splashscreen + +### 1.0.0 (Feb 04, 2015) +* CB-8351 ios: Stop using deprecated IsIpad macro +* CB-3679 Add engine tag for Android >= 3.6.0 due to use of `preferences` +* CB-3679 Make SplashScreen plugin compatible with cordova-android@4.0.x diff --git a/plugin.xml b/plugin.xml index eefc788..fd70fd2 100644 --- a/plugin.xml +++ b/plugin.xml @@ -20,7 +20,7 @@ + version="1.0.0"> Splashscreen Cordova Splashscreen Plugin Apache 2.0 diff --git a/tests/plugin.xml b/tests/plugin.xml index e9df326..008a851 100644 --- a/tests/plugin.xml +++ b/tests/plugin.xml @@ -20,7 +20,7 @@ + version="0.4.0"> Cordova Splashscreen Plugin Tests Apache 2.0