CB-10820 Updated version and RELEASENOTES.md for release 3.2.1

This commit is contained in:
Carlos Santana 2016-03-09 14:28:26 -05:00
parent 617ad81090
commit e877722bac
4 changed files with 10 additions and 3 deletions

View File

@ -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

View File

@ -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",

View File

@ -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>

View File

@ -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>