From 76bf7655a05ddd76adc727199f0e4c5c372fed86 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 2.0.0 --- RELEASENOTES.md | 25 +++++++++++++++++++++++++ plugin.xml | 2 +- tests/plugin.xml | 2 +- 3 files changed, 27 insertions(+), 2 deletions(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 1be9790..5dd12fd 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -103,3 +103,28 @@ * 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 + +### 2.0.0 (Apr 15, 2015) +* give users a way to install the bleeding edge. +* CB-8746 gave plugin major version bump +* CB-8797 - Splashscreen preferences FadeSplashScreenDuration and FadeSplashScreen (iOS) are missing +* CB-8836 - Crashes after animating splashscreen +* CB-8753 android: Fix missing import in previous commit +* CB-8753 android: Adds `SplashMaintainAspectRatio` preference (close #43) +* 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-8345 Make default for splashscreen resource "screen" (which is what template and CLI assume it to be) +* Revert "CB-8345 android: Make "splash" the default resource ID instead of null" +* Use TRAVIS_BUILD_DIR, install paramedic by npm +* CB-8345 android: Make "splash" the default resource ID instead of null +* docs: added Windows to supported platforms +* CB-7964 Add cordova-plugin-splashscreen support for browser platform +* CB-8653 Updated Readme +* [wp8] oops, Added back config parse result checks +* [WP8] code cleanup, minor refactors, comments to clarify some stuff. +* Extend WP8 Splash Screen to respect SplashScreen and SplashScreenDelay preferences from config file +* CB-8574 Integrate TravisCI +* CB-8438 cordova-plugin-splashscreen documentation translation: cordova-plugin-splashscreen +* CB-8538 Added package.json file +* CB-8397 Add support to 'windows' for showing the Windows Phone splashscreen diff --git a/plugin.xml b/plugin.xml index 927cb01..78ce877 100644 --- a/plugin.xml +++ b/plugin.xml @@ -20,7 +20,7 @@ + version="2.0.0"> Splashscreen Cordova Splashscreen Plugin Apache 2.0 diff --git a/tests/plugin.xml b/tests/plugin.xml index f3bc74d..304a37b 100644 --- a/tests/plugin.xml +++ b/tests/plugin.xml @@ -20,7 +20,7 @@ + version="2.0.0"> Cordova Splashscreen Plugin Tests Apache 2.0