Repository: cordova-plugin-splashscreen Updated Branches: refs/heads/master 0f63861e8 -> 0b001fb20 Updated Tags: refs/tags/r0.3.3 [created] e4d8b7702
CB-7571 Updated version and RELEASENOTES.md for release 0.3.3 Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/commit/e4d8b770 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/tree/e4d8b770 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/diff/e4d8b770 Branch: refs/heads/master Commit: e4d8b77027cef09b765457469dfffb0c3cbd4c66 Parents: 0f63861 Author: Marcel Kinard <[email protected]> Authored: Wed Sep 17 15:27:44 2014 -0400 Committer: Marcel Kinard <[email protected]> Committed: Wed Sep 17 15:27:44 2014 -0400 ---------------------------------------------------------------------- RELEASENOTES.md | 6 ++++++ plugin.xml | 2 +- tests/plugin.xml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/blob/e4d8b770/RELEASENOTES.md ---------------------------------------------------------------------- diff --git a/RELEASENOTES.md b/RELEASENOTES.md index b402524..1ac702b 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -77,3 +77,9 @@ * CB-7041 ios: Fix image filename logic when setting the iPad splash screen * fixes Splashscreen crash on WP8 * Remove outdated doc + +### 0.3.3 (Sep 17, 2014) +* CB-7249 cordova-plugin-splashscreen documentation translation +* Renamed test dir, added nested plugin.xml +* added documentation for manual tests +* CB-7196 port splashscreen tests to framework http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/blob/e4d8b770/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index be6273a..be0b0d4 100644 --- a/plugin.xml +++ b/plugin.xml @@ -20,7 +20,7 @@ <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="org.apache.cordova.splashscreen" - version="0.3.3-dev"> + version="0.3.3"> <name>Splashscreen</name> <description>Cordova Splashscreen Plugin</description> <license>Apache 2.0</license> http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/blob/e4d8b770/tests/plugin.xml ---------------------------------------------------------------------- diff --git a/tests/plugin.xml b/tests/plugin.xml index 2938677..c732e27 100644 --- a/tests/plugin.xml +++ b/tests/plugin.xml @@ -20,7 +20,7 @@ <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="org.apache.cordova.splashscreen.tests" - version="0.3.2-dev"> + version="0.3.3"> <name>Cordova Splashscreen Plugin Tests</name> <license>Apache 2.0</license>
