You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ja...@apache.org on 2019/05/09 20:44:00 UTC

[cordova-plugin-splashscreen] branch master updated (49769ba -> e44f9d1)

This is an automated email from the ASF dual-hosted git repository.

janpio pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-plugin-splashscreen.git.


    from 49769ba  Remove unsupported iOS10 Saucelabs simulator
     new 5339fcf  Updated version and RELEASENOTES.md for release 5.0.3 (splash20190509)
     new e44f9d1  Incremented plugin version. (splash20190509)

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 RELEASENOTES.md    | 6 ++++++
 package.json       | 2 +-
 plugin.xml         | 2 +-
 tests/package.json | 2 +-
 tests/plugin.xml   | 2 +-
 5 files changed, 10 insertions(+), 4 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[cordova-plugin-splashscreen] 02/02: Incremented plugin version. (splash20190509)

Posted by ja...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

janpio pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-plugin-splashscreen.git

commit e44f9d1f1f4724ea1d2bd7335bb4f3c5be1727ae
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Thu May 9 22:43:34 2019 +0200

    Incremented plugin version. (splash20190509)
---
 package.json       | 2 +-
 plugin.xml         | 2 +-
 tests/package.json | 2 +-
 tests/plugin.xml   | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/package.json b/package.json
index 5488588..bf0d9e0 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-splashscreen",
-  "version": "5.0.3",
+  "version": "5.0.4-dev",
   "description": "Cordova Splashscreen Plugin",
   "types": "./types/index.d.ts",
   "cordova": {
diff --git a/plugin.xml b/plugin.xml
index 3c3b5b4..39e635d 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="5.0.3">
+      version="5.0.4-dev">
     <name>Splashscreen</name>
     <description>Cordova Splashscreen Plugin</description>
     <license>Apache 2.0</license>
diff --git a/tests/package.json b/tests/package.json
index 4561731..b1f011c 100644
--- a/tests/package.json
+++ b/tests/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-splashscreen-tests",
-  "version": "5.0.3",
+  "version": "5.0.4-dev",
   "description": "",
   "cordova": {
     "id": "cordova-plugin-splashscreen-tests",
diff --git a/tests/plugin.xml b/tests/plugin.xml
index 71628dd..7057144 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="5.0.3">
+    version="5.0.4-dev">
     <name>Cordova Splashscreen Plugin Tests</name>
     <license>Apache 2.0</license>
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[cordova-plugin-splashscreen] 01/02: Updated version and RELEASENOTES.md for release 5.0.3 (splash20190509)

Posted by ja...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

janpio pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-plugin-splashscreen.git

commit 5339fcf37751df948aaf40aba27d02e14f33add0
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Thu May 9 22:41:12 2019 +0200

    Updated version and RELEASENOTES.md for release 5.0.3 (splash20190509)
---
 RELEASENOTES.md    | 6 ++++++
 package.json       | 2 +-
 plugin.xml         | 2 +-
 tests/package.json | 2 +-
 tests/plugin.xml   | 2 +-
 5 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index e0c90c9..73b2a1e 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -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
diff --git a/package.json b/package.json
index 4b79af8..5488588 100644
--- a/package.json
+++ b/package.json
@@ -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": {
diff --git a/plugin.xml b/plugin.xml
index fea1a57..3c3b5b4 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="5.0.3-dev">
+      version="5.0.3">
     <name>Splashscreen</name>
     <description>Cordova Splashscreen Plugin</description>
     <license>Apache 2.0</license>
diff --git a/tests/package.json b/tests/package.json
index 199a6f5..4561731 100644
--- a/tests/package.json
+++ b/tests/package.json
@@ -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",
diff --git a/tests/plugin.xml b/tests/plugin.xml
index deee541..71628dd 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="5.0.3-dev">
+    version="5.0.3">
     <name>Cordova Splashscreen Plugin Tests</name>
     <license>Apache 2.0</license>
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org