You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2017/11/06 22:39:45 UTC

[cordova-plugin-splashscreen] tag 4.1.0 created (now 326f132)

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

steven pushed a change to tag 4.1.0
in repository https://gitbox.apache.org/repos/asf/cordova-plugin-splashscreen.git.


      at 326f132  (commit)
This tag includes the following new commits:

     new 326f132  CB-13542 Updated version and RELEASENOTES.md for release 4.1.0 (via coho)

The 1 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.


-- 
To stop receiving notification emails like this one, please contact
['"commits@cordova.apache.org" <co...@cordova.apache.org>'].

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


[cordova-plugin-splashscreen] 01/01: CB-13542 Updated version and RELEASENOTES.md for release 4.1.0 (via coho)

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

steven pushed a commit to tag 4.1.0
in repository https://gitbox.apache.org/repos/asf/cordova-plugin-splashscreen.git

commit 326f13220e97b7794bdff00ca0cbd352d4c1622c
Author: Steve Gill <st...@gmail.com>
AuthorDate: Mon Nov 6 14:37:46 2017 -0800

    CB-13542 Updated version and RELEASENOTES.md for release 4.1.0 (via coho)
---
 RELEASENOTES.md  | 11 +++++++++++
 package.json     |  2 +-
 plugin.xml       |  2 +-
 tests/plugin.xml |  2 +-
 4 files changed, 14 insertions(+), 3 deletions(-)

diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 9f153be..023fcfd 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,17 @@
 -->
 # Release Notes
 
+### 4.1.0 (Nov 06, 2017)
+* [CB-13473](https://issues.apache.org/jira/browse/CB-13473) (CI) Removed **Browser** builds from AppVeyor
+* [CB-12011](https://issues.apache.org/jira/browse/CB-12011) (android) added the possibility to change the spinner color on **Android 5.0**+ apps
+* [CB-13028](https://issues.apache.org/jira/browse/CB-13028) (CI) **Browser** builds on Travis and AppVeyor
+* [CB-13094](https://issues.apache.org/jira/browse/CB-13094) (android) Don't show splash when activity being finished
+* [CB-11487](https://issues.apache.org/jira/browse/CB-11487) (browser) Documented `AutoHideSplashScreen` for **Browser**
+* [CB-11488](https://issues.apache.org/jira/browse/CB-11488) (browser) The `hide()` call became non re-entrant after the addition of fade out. This fixes the issue.
+* [CB-11487](https://issues.apache.org/jira/browse/CB-11487) (browser) The standard `AutoHideSplashScreen` `config.xml` property is now supported by the **Browser** platform.
+* [CB-11486](https://issues.apache.org/jira/browse/CB-11486) (browser) `splashScreenDelay` now feed through `parseInt` to ensure it is an integer by the time it's value is passed in to `setTimeout()` in `hide()`.
+* [CB-12847](https://issues.apache.org/jira/browse/CB-12847) added `bugs` entry to `package.json`.
+
 ### 4.0.3 (Apr 27, 2017)
 * [CB-12622](https://issues.apache.org/jira/browse/CB-12622) Added **Android 6.0** build badge to `README`
 * [CB-12685](https://issues.apache.org/jira/browse/CB-12685) added `package.json` to tests folder
diff --git a/package.json b/package.json
index 27c9f82..1cae4ab 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-splashscreen",
-  "version": "4.0.4-dev",
+  "version": "4.1.0",
   "description": "Cordova Splashscreen Plugin",
   "types": "./types/index.d.ts",
   "cordova": {
diff --git a/plugin.xml b/plugin.xml
index 0497ca3..29bac56 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="4.0.4-dev">
+      version="4.1.0">
     <name>Splashscreen</name>
     <description>Cordova Splashscreen Plugin</description>
     <license>Apache 2.0</license>
diff --git a/tests/plugin.xml b/tests/plugin.xml
index a0602d4..a977c2e 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="4.0.4-dev">
+    version="4.1.0">
     <name>Cordova Splashscreen Plugin Tests</name>
     <license>Apache 2.0</license>
 

-- 
To stop receiving notification emails like this one, please contact
"commits@cordova.apache.org" <co...@cordova.apache.org>.

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