From be8d340f31fd40e42c46b37679b1f21358acaad9 Mon Sep 17 00:00:00 2001 From: Staci Cooper Date: Fri, 1 Aug 2014 16:40:01 -0400 Subject: [PATCH 1/3] Renamed test dir, added nested plugin.xml --- tests/plugin.xml | 29 +++++++++++++++++++++++++++++ {test => tests}/tests.js | 0 2 files changed, 29 insertions(+) create mode 100644 tests/plugin.xml rename {test => tests}/tests.js (100%) diff --git a/tests/plugin.xml b/tests/plugin.xml new file mode 100644 index 0000000..2938677 --- /dev/null +++ b/tests/plugin.xml @@ -0,0 +1,29 @@ + + + + + Cordova Splashscreen Plugin Tests + Apache 2.0 + + + + diff --git a/test/tests.js b/tests/tests.js similarity index 100% rename from test/tests.js rename to tests/tests.js From 3b58cd69b3e31c4f72f7bd8fe0758411a7c2010e Mon Sep 17 00:00:00 2001 From: Steven Gill Date: Wed, 6 Aug 2014 18:58:24 -0700 Subject: [PATCH 2/3] CB-7244 Updated version and RELEASENOTES.md for release 0.3.2 --- RELEASENOTES.md | 6 ++++++ plugin.xml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 9936bb3..b402524 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -71,3 +71,9 @@ * CB-6483 Use splash screen image from manifest on Windows8 * CB-6491 add CONTRIBUTING.md * Revert "Merge branch 'tizen' of http://github.com/siovene/cordova-plugin-splashscreen" + +### 0.3.2 (Aug 06, 2014) +* CB-6127 Updated translations for docs +* CB-7041 ios: Fix image filename logic when setting the iPad splash screen +* fixes Splashscreen crash on WP8 +* Remove outdated doc diff --git a/plugin.xml b/plugin.xml index 51c8985..b1a8ef0 100644 --- a/plugin.xml +++ b/plugin.xml @@ -20,7 +20,7 @@ + version="0.3.2"> Splashscreen Cordova Splashscreen Plugin Apache 2.0 From 333b0e7f90833c8ff7f39d7e0b4f51e5bf1cc355 Mon Sep 17 00:00:00 2001 From: Steven Gill Date: Wed, 6 Aug 2014 19:24:29 -0700 Subject: [PATCH 3/3] CB-7244 Incremented plugin version. --- plugin.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.xml b/plugin.xml index b1a8ef0..be6273a 100644 --- a/plugin.xml +++ b/plugin.xml @@ -20,7 +20,7 @@ + version="0.3.3-dev"> Splashscreen Cordova Splashscreen Plugin Apache 2.0