Merge branch 'dev'
This commit is contained in:
commit
4b757c8e73
@ -32,3 +32,7 @@
|
|||||||
* [CB-4934] plugin-splashscreen should not show by default on Windows8
|
* [CB-4934] plugin-splashscreen should not show by default on Windows8
|
||||||
* [CB-4929] plugin-splashscreen not loading proxy windows8
|
* [CB-4929] plugin-splashscreen not loading proxy windows8
|
||||||
* [CB-4915] Incremented plugin version on dev branch.
|
* [CB-4915] Incremented plugin version on dev branch.
|
||||||
|
|
||||||
|
### 0.2.4 (Oct 28, 2013)
|
||||||
|
* CB-5128: add repo + issue tag to plugin.xml for splashscreen plugin
|
||||||
|
* [CB-5010] Incremented plugin version on dev branch.
|
||||||
|
@ -2,11 +2,13 @@
|
|||||||
|
|
||||||
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
|
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
|
||||||
id="org.apache.cordova.splashscreen"
|
id="org.apache.cordova.splashscreen"
|
||||||
version="0.2.3">
|
version="0.2.4">
|
||||||
<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>
|
||||||
<keywords>cordova,splashscreen</keywords>
|
<keywords>cordova,splashscreen</keywords>
|
||||||
|
<repo>https://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen.git</repo>
|
||||||
|
<issue>https://issues.apache.org/jira/browse/CB/component/12320653</issue>
|
||||||
|
|
||||||
|
|
||||||
<js-module src="www/splashscreen.js" name="SplashScreen">
|
<js-module src="www/splashscreen.js" name="SplashScreen">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user