CB-8056 Implement splashscreen for Windows platform

The plugin implementation has been moved to the platform code
Documented SplashScreenBackgroundColor preference for Windows
Updated the docs
Updated plugin dependencies - cordova-windows@5 is required
Updated the plugin version to 4.0.0
This commit is contained in:
daserge
2016-01-14 19:15:06 +03:00
parent 8d66b9e353
commit acb45f3a38
4 changed files with 68 additions and 90 deletions
+2 -1
View File
@@ -20,7 +20,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
id="cordova-plugin-splashscreen"
version="3.2.3-dev">
version="4.0.0">
<name>Splashscreen</name>
<description>Cordova Splashscreen Plugin</description>
<license>Apache 2.0</license>
@@ -30,6 +30,7 @@
<engines>
<engine name="cordova-android" version=">=3.6.0" /><!-- Requires CordovaPlugin.preferences -->
<engine name="cordova-windows" version=">=5.0.0" />
</engines>
<js-module src="www/splashscreen.js" name="SplashScreen">