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

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

View File

@ -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

View File

@ -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",

View File

@ -20,7 +20,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
id="cordova-plugin-splashscreen"
version="3.0.0-dev">
version="3.0.0">
<name>Splashscreen</name>
<description>Cordova Splashscreen Plugin</description>
<license>Apache 2.0</license>

View File

@ -20,7 +20,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
id="cordova-plugin-splashscreen-tests"
version="2.1.1-dev">
version="3.0.0">
<name>Cordova Splashscreen Plugin Tests</name>
<license>Apache 2.0</license>