Updated version and RELEASENOTES.md for release 5.0.3 (splash20190509)

This commit is contained in:
Jan Piotrowski 2019-05-09 22:41:12 +02:00
parent 49769ba2d4
commit 5339fcf377
5 changed files with 10 additions and 4 deletions

View File

@ -20,6 +20,12 @@
-->
# Release Notes
### 5.0.3 (May 09, 2019)
* Update CI configuration and README ([#210](https://github.com/apache/cordova-plugin-splashscreen/pull/210), [#208](https://github.com/apache/cordova-plugin-splashscreen/pull/208), [#198](https://github.com/apache/cordova-plugin-splashscreen/pull/198), [#194](https://github.com/apache/cordova-plugin-splashscreen/pull/194))
* Add or update GitHub pull request and issue template
* [CB-13826](https://issues.apache.org/jira/browse/CB-13826) Incremented plugin version.
* [CB-12277](https://issues.apache.org/jira/browse/CB-12277) (android) avoid NullPointerException on splashImageView when removing splashscreen
### 5.0.2 (Jan 24, 2018)
* [CB-13750](https://issues.apache.org/jira/browse/CB-13750) Add build-tools-26.0.2 to travis
* [CB-13737](https://issues.apache.org/jira/browse/CB-13737) (iOS): fix Splash screen images for iPhone X

View File

@ -1,6 +1,6 @@
{
"name": "cordova-plugin-splashscreen",
"version": "5.0.3-dev",
"version": "5.0.3",
"description": "Cordova Splashscreen Plugin",
"types": "./types/index.d.ts",
"cordova": {

View File

@ -20,7 +20,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
id="cordova-plugin-splashscreen"
version="5.0.3-dev">
version="5.0.3">
<name>Splashscreen</name>
<description>Cordova Splashscreen Plugin</description>
<license>Apache 2.0</license>

View File

@ -1,6 +1,6 @@
{
"name": "cordova-plugin-splashscreen-tests",
"version": "4.0.3-dev",
"version": "5.0.3",
"description": "",
"cordova": {
"id": "cordova-plugin-splashscreen-tests",

View File

@ -20,7 +20,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
id="cordova-plugin-splashscreen-tests"
version="5.0.3-dev">
version="5.0.3">
<name>Cordova Splashscreen Plugin Tests</name>
<license>Apache 2.0</license>