diff --git a/RELEASENOTES.md b/RELEASENOTES.md index fffabdc..daaad9c 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -20,6 +20,16 @@ --> # Release Notes +### 3.0.0 (Nov 18, 2015) +* CB-10035 Updated `RELEASENOTES` to be newest to oldest +* Fixing contribute link. +* CB-9750 `FadeSplashDuration` is now in `msecs` +* CB-8875 `FadeSplashScreen` was not fading +* CB-9467 SplashScreen does not show any image in hosted app on **Windows 10** +* CB-7282 Document `AutoHideSplashScreenpreference` +* CB-9327 - Splashscreen not receiving `CDVPageLoadNotification` +* WP8: Avoid config `value` of a wrong element. + ### 2.1.0 (Jun 17, 2015) * added missing license headers * CB-9128 cordova-plugin-splashscreen documentation translation: cordova-plugin-splashscreen diff --git a/package.json b/package.json index 27bc458..1c0a840 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-splashscreen", - "version": "3.0.0-dev", + "version": "3.0.0", "description": "Cordova Splashscreen Plugin", "cordova": { "id": "cordova-plugin-splashscreen", diff --git a/plugin.xml b/plugin.xml index 1ed3dee..6477ad6 100644 --- a/plugin.xml +++ b/plugin.xml @@ -20,7 +20,7 @@ + version="3.0.0"> Splashscreen Cordova Splashscreen Plugin Apache 2.0 diff --git a/tests/plugin.xml b/tests/plugin.xml index 25effec..36652d9 100644 --- a/tests/plugin.xml +++ b/tests/plugin.xml @@ -20,7 +20,7 @@ + version="3.0.0"> Cordova Splashscreen Plugin Tests Apache 2.0