Updated version and RELEASENOTES.md for release 3.2.2
This commit is contained in:
parent
6863886d74
commit
14061d1999
@ -20,6 +20,13 @@
|
|||||||
-->
|
-->
|
||||||
# Release Notes
|
# 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)
|
### 3.2.1 (Mar 09, 2016)
|
||||||
* [CB-10764](https://issues.apache.org/jira/browse/CB-10764) Remove emoji in cordova-plugin-splashscreen
|
* [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**
|
* [CB-10650](https://issues.apache.org/jira/browse/CB-10650) Non-index content.src causes Splashscreen to be not displayed on **Browser**
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "cordova-plugin-splashscreen",
|
"name": "cordova-plugin-splashscreen",
|
||||||
"version": "3.2.2-dev",
|
"version": "3.2.2",
|
||||||
"description": "Cordova Splashscreen Plugin",
|
"description": "Cordova Splashscreen Plugin",
|
||||||
"cordova": {
|
"cordova": {
|
||||||
"id": "cordova-plugin-splashscreen",
|
"id": "cordova-plugin-splashscreen",
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
|
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
|
||||||
id="cordova-plugin-splashscreen"
|
id="cordova-plugin-splashscreen"
|
||||||
version="3.2.2-dev">
|
version="3.2.2">
|
||||||
<name>Splashscreen</name>
|
<name>Splashscreen</name>
|
||||||
<description>Cordova Splashscreen Plugin</description>
|
<description>Cordova Splashscreen Plugin</description>
|
||||||
<license>Apache 2.0</license>
|
<license>Apache 2.0</license>
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
|
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
|
||||||
id="cordova-plugin-splashscreen-tests"
|
id="cordova-plugin-splashscreen-tests"
|
||||||
version="3.2.2-dev">
|
version="3.2.2">
|
||||||
<name>Cordova Splashscreen Plugin Tests</name>
|
<name>Cordova Splashscreen Plugin Tests</name>
|
||||||
<license>Apache 2.0</license>
|
<license>Apache 2.0</license>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user