Repository: cordova-plugin-splashscreen
Updated Branches:
  refs/heads/master ac39b04b6 -> 2eb78b372


CB-11832 Updated version and RELEASENOTES.md for release 4.0.0


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/commit/6e43615e
Tree: 
http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/tree/6e43615e
Diff: 
http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/diff/6e43615e

Branch: refs/heads/master
Commit: 6e43615e2501c3687d02aed1523e6a7f1c6d24e4
Parents: ac39b04
Author: Steve Gill <[email protected]>
Authored: Thu Sep 8 23:38:55 2016 -0700
Committer: Steve Gill <[email protected]>
Committed: Thu Sep 8 23:38:55 2016 -0700

----------------------------------------------------------------------
 RELEASENOTES.md  | 40 +++++++++++++++++++++++++++-------------
 tests/plugin.xml |  2 +-
 2 files changed, 28 insertions(+), 14 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/blob/6e43615e/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 2e96f10..f264fe6 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,12 +20,26 @@
 -->
 # Release Notes
 
+### 4.0.0 (Sep 08, 2016)
+* [CB-11795](https://issues.apache.org/jira/browse/CB-11795) Add 'protective' 
entry to cordovaDependencies
+* [CB-11326](https://issues.apache.org/jira/browse/CB-11326) Prevent crash 
when initializing plugin after navigating to another URL
+* Fix crash on **iOS** when reloading page from remote **Safari**
+* Add badges for paramedic builds on Jenkins
+* Add pull request template.
+* [CB-11179](https://issues.apache.org/jira/browse/CB-11179) Extend the 
windows-splashscreen docs
+* [CB-11159](https://issues.apache.org/jira/browse/CB-11159) Fix flaky 
splashscreen native tests
+* [CB-11156](https://issues.apache.org/jira/browse/CB-11156) Change default 
`FadeSplashScreenDuration` value
+* [CB-8056](https://issues.apache.org/jira/browse/CB-8056) Updated the 
dependency version, added it to the docs
+* [CB-10996](https://issues.apache.org/jira/browse/CB-10996) Adding front 
matter to README.md
+* [CB-8056](https://issues.apache.org/jira/browse/CB-8056) Implement 
splashscreen for **Windows** platform
+* [CB-6498](https://issues.apache.org/jira/browse/CB-6498) Misleading 
documentation in **Android** Quirks
+
 ### 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
+* [CB-10979](https://issues.apache.org/jira/browse/CB-10979) Fix splashscreen 
**iOS** native tests. Added `jshintignore` for tests/ios
+* [CB-10895](https://issues.apache.org/jira/browse/CB-10895) Transparent 
Splashscreen view sometimes remains
+* [CB-10562](https://issues.apache.org/jira/browse/CB-10562) `hide()` not 
working in latest splashscreen plug in 3.1.0 in **iOS**
+* [CB-10688](https://issues.apache.org/jira/browse/CB-10688) Plugin 
Splashscreen Readme must have examples.
+* [CB-10864](https://issues.apache.org/jira/browse/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
@@ -42,14 +56,14 @@
 * [CB-8396](https://issues.apache.org/jira/browse/CB-8396) Add 
AutoHideSplashScreen logic to Android's Splashscreen
 
 ### 3.1.0 (Jan 15, 2016)
-* CB-9538 Implementing `FadeSplashScreen` feature for **Android**
-* CB-9240 Cordova splash screen plugin **iPad** landscape mode issue
-* CB-10263 Fix splashscreen plugin filenames for Asset Catalog
-* CB-9374 **Android** add `SplashShowOnlyFirstTime` as preference
-* CB-10244 Don't rotate the **iPhone 6 Plus** splash
-* CB-9043 Fix the **ios** splashscreen being deformed on orientation change
-* CB-10079 Splashscreen plugin does not honor `SplashScreenDelay` on **iOS**
-* CB-10231 Fix `FadeSplashScreen` to default to true on **iOS**
+* [CB-9538](https://issues.apache.org/jira/browse/CB-9538) Implementing 
`FadeSplashScreen` feature for **Android**
+* [CB-9240](https://issues.apache.org/jira/browse/CB-9240) Cordova splash 
screen plugin **iPad** landscape mode issue
+* [CB-10263](https://issues.apache.org/jira/browse/CB-10263) Fix splashscreen 
plugin filenames for Asset Catalog
+* [CB-9374](https://issues.apache.org/jira/browse/CB-9374) **Android** add 
`SplashShowOnlyFirstTime` as preference
+* [CB-10244](https://issues.apache.org/jira/browse/CB-10244) Don't rotate the 
**iPhone 6 Plus** splash
+* [CB-9043](https://issues.apache.org/jira/browse/CB-9043) Fix the **ios** 
splashscreen being deformed on orientation change
+* [CB-10079](https://issues.apache.org/jira/browse/CB-10079) Splashscreen 
plugin does not honor `SplashScreenDelay` on **iOS**
+* [CB-10231](https://issues.apache.org/jira/browse/CB-10231) Fix 
`FadeSplashScreen` to default to true on **iOS**
 
 ### 3.0.0 (Nov 18, 2015)
 * [CB-10035](https://issues.apache.org/jira/browse/CB-10035) Updated 
`RELEASENOTES` to be newest to oldest

http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/blob/6e43615e/tests/plugin.xml
----------------------------------------------------------------------
diff --git a/tests/plugin.xml b/tests/plugin.xml
index 05255da..8accd86 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="3.2.3-dev">
+    version="4.0.0">
     <name>Cordova Splashscreen Plugin Tests</name>
     <license>Apache 2.0</license>
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to