From 8326da4ee2f1197f0aa8bba278bcf6762eecb292 Mon Sep 17 00:00:00 2001 From: Steven Gill Date: Wed, 9 Oct 2013 16:06:49 -0700 Subject: [PATCH 1/3] [CB-5010] Incremented plugin version on dev branch. --- plugin.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.xml b/plugin.xml index 245720e..91a6b14 100644 --- a/plugin.xml +++ b/plugin.xml @@ -2,7 +2,7 @@ + version="0.2.4-dev"> Splashscreen Cordova Splashscreen Plugin Apache 2.0 From 1cfd009c9150a2c36674bc031ebb50ae2c93c577 Mon Sep 17 00:00:00 2001 From: hermwong Date: Tue, 22 Oct 2013 14:02:04 -0700 Subject: [PATCH 2/3] CB-5128: add repo + issue tag to plugin.xml for splashscreen plugin --- plugin.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugin.xml b/plugin.xml index 91a6b14..94cb3cb 100644 --- a/plugin.xml +++ b/plugin.xml @@ -7,6 +7,8 @@ Cordova Splashscreen Plugin Apache 2.0 cordova,splashscreen + https://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen.git + https://issues.apache.org/jira/browse/CB/component/12320653 From 71ea946746cc52d5a5bfaa6cb39f69722e7090a2 Mon Sep 17 00:00:00 2001 From: Steven Gill Date: Mon, 28 Oct 2013 12:08:11 -0700 Subject: [PATCH 3/3] [CB-5188] Updated version and RELEASENOTES.md for release 0.2.4 --- RELEASENOTES.md | 6 +++++- plugin.xml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 85e9b6e..e870512 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -31,4 +31,8 @@ * [CB-4806] (Re-fix) Update splashscreen image bounds for iOS 7 * [CB-4934] plugin-splashscreen should not show by default on Windows8 * [CB-4929] plugin-splashscreen not loading proxy windows8 -* [CB-4915] Incremented plugin version on dev branch. \ No newline at end of file +* [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. diff --git a/plugin.xml b/plugin.xml index 94cb3cb..5500ad3 100644 --- a/plugin.xml +++ b/plugin.xml @@ -2,7 +2,7 @@ + version="0.2.4"> Splashscreen Cordova Splashscreen Plugin Apache 2.0