Updated version and RELEASENOTES.md for release 3.2.2

This commit is contained in:
Steve Gill 2016-04-15 13:08:27 -07:00
parent 6863886d74
commit 14061d1999
4 changed files with 10 additions and 3 deletions

View File

@ -20,6 +20,13 @@
-->
# Release Notes
### 3.2.2 (Apr 15, 2016)
* CB-10979 Fix splashscreen **iOS** native tests. Added `jshintignore` for tests/ios
* CB-10895 Transparent Splashscreen view sometimes remains
* CB-10562 `hide()` not working in latest splashscreen plug in 3.1.0 in **iOS**
* CB-10688 Plugin Splashscreen Readme must have examples.
* CB-10864 Run **iOS** native tests on Travis
### 3.2.1 (Mar 09, 2016)
* [CB-10764](https://issues.apache.org/jira/browse/CB-10764) Remove emoji in cordova-plugin-splashscreen
* [CB-10650](https://issues.apache.org/jira/browse/CB-10650) Non-index content.src causes Splashscreen to be not displayed on **Browser**

View File

@ -1,6 +1,6 @@
{
"name": "cordova-plugin-splashscreen",
"version": "3.2.2-dev",
"version": "3.2.2",
"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.2-dev">
version="3.2.2">
<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.2-dev">
version="3.2.2">
<name>Cordova Splashscreen Plugin Tests</name>
<license>Apache 2.0</license>