You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2013/10/10 19:56:55 UTC

[6/7] git commit: [CB-5010] Updated version and RELEASENOTES.md for release 0.2.3

[CB-5010] Updated version and RELEASENOTES.md for release 0.2.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/0b733d17
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/tree/0b733d17
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/diff/0b733d17

Branch: refs/heads/master
Commit: 0b733d179739b9c6f81d583cc9d4962d8bc0eb98
Parents: c2dea2f
Author: Steven Gill <st...@gmail.com>
Authored: Wed Oct 9 15:33:12 2013 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Wed Oct 9 15:33:12 2013 -0700

----------------------------------------------------------------------
 RELEASENOTES.md | 6 ++++++
 plugin.xml      | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/blob/0b733d17/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index d5950f2..85e9b6e 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -26,3 +26,9 @@
 * Rename CHANGELOG.md -> RELEASENOTES.md
 * [CB-4806] Update splashscreen image bounds for iOS 7
 * [CB-4752] Incremented plugin version on dev branch.
+
+### 0.2.3 (Oct 9, 2013)
+* [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

http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/blob/0b733d17/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index cf3ae76..245720e 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -2,7 +2,7 @@
 
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
            id="org.apache.cordova.splashscreen"
-      version="0.2.3-dev">
+      version="0.2.3">
     <name>Splashscreen</name>
     <description>Cordova Splashscreen Plugin</description>
     <license>Apache 2.0</license>