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 2014/02/11 00:23:46 UTC

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

CB-5980 Updated version and RELEASENOTES.md for release 0.2.7


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/91234e2d
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/tree/91234e2d
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/diff/91234e2d

Branch: refs/heads/master
Commit: 91234e2d593e67933a41b22070290f7b1bfd2050
Parents: 61a7a6d
Author: Steven Gill <st...@gmail.com>
Authored: Wed Feb 5 17:53:59 2014 -0800
Committer: Steven Gill <st...@gmail.com>
Committed: Wed Feb 5 17:53:59 2014 -0800

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/blob/91234e2d/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 78e1c8d..a508e31 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -28,7 +28,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-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.
@@ -45,3 +45,7 @@
 ### 0.2.6 (Jan 02, 2014)
 * CB-5658 Add doc/index.md for Splashscreen plugin
 * Handle error when splash image is missing.
+
+### 0.2.7 (Feb 05, 2014)
+* [CB-3562] Fix aspect ratio on landscape-only iPhone applications
+* CB-4051 fix for splashscreen rotation problem

http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/blob/91234e2d/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 84a8f84..9341748 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.7-dev">
+      version="0.2.7">
     <name>Splashscreen</name>
     <description>Cordova Splashscreen Plugin</description>
     <license>Apache 2.0</license>