CB-10035 Updated version and RELEASENOTES.md for release 3.0.0
This commit is contained in:
parent
d348168e08
commit
ea3f7f7b07
@ -20,6 +20,16 @@
|
|||||||
-->
|
-->
|
||||||
# Release Notes
|
# 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)
|
### 2.1.0 (Jun 17, 2015)
|
||||||
* added missing license headers
|
* added missing license headers
|
||||||
* CB-9128 cordova-plugin-splashscreen documentation translation: cordova-plugin-splashscreen
|
* CB-9128 cordova-plugin-splashscreen documentation translation: cordova-plugin-splashscreen
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "cordova-plugin-splashscreen",
|
"name": "cordova-plugin-splashscreen",
|
||||||
"version": "3.0.0-dev",
|
"version": "3.0.0",
|
||||||
"description": "Cordova Splashscreen Plugin",
|
"description": "Cordova Splashscreen Plugin",
|
||||||
"cordova": {
|
"cordova": {
|
||||||
"id": "cordova-plugin-splashscreen",
|
"id": "cordova-plugin-splashscreen",
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
|
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
|
||||||
id="cordova-plugin-splashscreen"
|
id="cordova-plugin-splashscreen"
|
||||||
version="3.0.0-dev">
|
version="3.0.0">
|
||||||
<name>Splashscreen</name>
|
<name>Splashscreen</name>
|
||||||
<description>Cordova Splashscreen Plugin</description>
|
<description>Cordova Splashscreen Plugin</description>
|
||||||
<license>Apache 2.0</license>
|
<license>Apache 2.0</license>
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
|
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
|
||||||
id="cordova-plugin-splashscreen-tests"
|
id="cordova-plugin-splashscreen-tests"
|
||||||
version="2.1.1-dev">
|
version="3.0.0">
|
||||||
<name>Cordova Splashscreen Plugin Tests</name>
|
<name>Cordova Splashscreen Plugin Tests</name>
|
||||||
<license>Apache 2.0</license>
|
<license>Apache 2.0</license>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user