CB-5719 Updated version and RELEASENOTES.md for release 0.2.6
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/3c2813f5 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/tree/3c2813f5 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/diff/3c2813f5 Branch: refs/heads/master Commit: 3c2813f505284eb3943cdded83bc0d4e2d4b7076 Parents: 7c52018 Author: Andrew Grieve <[email protected]> Authored: Thu Jan 2 12:24:02 2014 -0500 Committer: Andrew Grieve <[email protected]> Committed: Thu Jan 2 12:24:02 2014 -0500 ---------------------------------------------------------------------- RELEASENOTES.md | 4 ++++ plugin.xml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/blob/3c2813f5/RELEASENOTES.md ---------------------------------------------------------------------- diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 09a48e0..78e1c8d 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -41,3 +41,7 @@ * add ubuntu platform * Added amazon-fireos platform. Change to use amazon-fireos as a platform if the user agent string contains 'cordova-amazon-fireos' * CB-5124 - Remove splashscreen config.xml values from iOS Configuration Docs, move to plugin docs + +### 0.2.6 (Jan 02, 2014) +* CB-5658 Add doc/index.md for Splashscreen plugin +* Handle error when splash image is missing. http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/blob/3c2813f5/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index 6c0041d..dd2636a 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.6-dev"> + version="0.2.6"> <name>Splashscreen</name> <description>Cordova Splashscreen Plugin</description> <license>Apache 2.0</license>
