Repository: cordova-plugin-splashscreen Updated Branches: refs/heads/master 617ad8109 -> 2012ba9ab
CB-10820 Updated version and RELEASENOTES.md for release 3.2.1 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/e877722b Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/tree/e877722b Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/diff/e877722b Branch: refs/heads/master Commit: e877722bacb8153cfffc9450103af8bdd622bb90 Parents: 617ad81 Author: Carlos Santana <[email protected]> Authored: Wed Mar 9 14:28:26 2016 -0500 Committer: Carlos Santana <[email protected]> Committed: Wed Mar 9 22:14:25 2016 -0500 ---------------------------------------------------------------------- RELEASENOTES.md | 7 +++++++ package.json | 2 +- plugin.xml | 2 +- tests/plugin.xml | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/blob/e877722b/RELEASENOTES.md ---------------------------------------------------------------------- diff --git a/RELEASENOTES.md b/RELEASENOTES.md index ff277a5..14060f1 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -20,6 +20,13 @@ --> # Release Notes +### 3.2.1 (Mar 09, 2016) +* CB-10764: Remove emoji in cordova-plugin-splashscreen +* CB-10650 Non-index content.src causes Splashscreen to be not displayed on ** Browser ** +* CB-10636 Add JSHint for plugins +* CB-10606 fix deprecation warning for interfaceOrientation on ** iOS ** +* chore: edit package.json license to match SPDX id + ### 3.2.0 (Feb 09, 2016) * [CB-10422](https://issues.apache.org/jira/browse/CB-10422) Splashscreen displays black screen with no image on Android * [CB-10412](https://issues.apache.org/jira/browse/CB-10412) AutoHideSplashScreen "false" isn't taken in account on iOS http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/blob/e877722b/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json index 64a61ae..09d4e80 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-splashscreen", - "version": "3.2.1-dev", + "version": "3.2.1", "description": "Cordova Splashscreen Plugin", "cordova": { "id": "cordova-plugin-splashscreen", http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/blob/e877722b/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index c00aa7e..be71e0d 100644 --- a/plugin.xml +++ b/plugin.xml @@ -20,7 +20,7 @@ <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="cordova-plugin-splashscreen" - version="3.2.1-dev"> + version="3.2.1"> <name>Splashscreen</name> <description>Cordova Splashscreen Plugin</description> <license>Apache 2.0</license> http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/blob/e877722b/tests/plugin.xml ---------------------------------------------------------------------- diff --git a/tests/plugin.xml b/tests/plugin.xml index 437e12d..62db44d 100644 --- a/tests/plugin.xml +++ b/tests/plugin.xml @@ -20,7 +20,7 @@ <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="cordova-plugin-splashscreen-tests" - version="3.2.1-dev"> + version="3.2.1"> <name>Cordova Splashscreen Plugin Tests</name> <license>Apache 2.0</license> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
