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 2014/12/03 01:10:40 UTC

[1/2] cordova-plugin-splashscreen git commit: CB-8110 Updated version and RELEASENOTES.md for release 0.3.5

Repository: cordova-plugin-splashscreen
Updated Branches:
  refs/heads/master 29ac24ff9 -> f67216d64
Updated Tags:  refs/tags/r0.3.5 [created] 67e8b9f01


CB-8110 Updated version and RELEASENOTES.md for release 0.3.5


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/67e8b9f0
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/tree/67e8b9f0
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/diff/67e8b9f0

Branch: refs/heads/master
Commit: 67e8b9f01d29813dae9f15ff8b550ee35c92f85c
Parents: 29ac24f
Author: Steve Gill <st...@gmail.com>
Authored: Tue Dec 2 16:07:02 2014 -0800
Committer: Steve Gill <st...@gmail.com>
Committed: Tue Dec 2 16:07:02 2014 -0800

----------------------------------------------------------------------
 RELEASENOTES.md  | 4 ++++
 plugin.xml       | 2 +-
 tests/plugin.xml | 2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/blob/67e8b9f0/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 2f33544..cd1e211 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -94,3 +94,7 @@
 * Added 'npm test'
 * CB-7663 - iOS unit tests for splash screen
 * Properly formatted splashscreen preference docs.
+
+### 0.3.5 (Dec 02, 2014)
+* CB-7204 - Race condition when hiding and showing spinner (closes #21)
+* CB-7700 cordova-plugin-splashscreen documentation translation: cordova-plugin-splashscreen

http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/blob/67e8b9f0/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index ec41037..38a5063 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -20,7 +20,7 @@
 
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
            id="org.apache.cordova.splashscreen"
-      version="0.3.5-dev">
+      version="0.3.5">
     <name>Splashscreen</name>
     <description>Cordova Splashscreen Plugin</description>
     <license>Apache 2.0</license>

http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/blob/67e8b9f0/tests/plugin.xml
----------------------------------------------------------------------
diff --git a/tests/plugin.xml b/tests/plugin.xml
index 214adab..3fe35be 100644
--- a/tests/plugin.xml
+++ b/tests/plugin.xml
@@ -20,7 +20,7 @@
 
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
     id="org.apache.cordova.splashscreen.tests"
-    version="0.3.5-dev">
+    version="0.3.5">
     <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


[2/2] cordova-plugin-splashscreen git commit: CB-8110 Incremented plugin version.

Posted by st...@apache.org.
CB-8110 Incremented plugin version.


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/f67216d6
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/tree/f67216d6
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/diff/f67216d6

Branch: refs/heads/master
Commit: f67216d64a5c5e48c17981b7fb5c71690dde244d
Parents: 67e8b9f
Author: Steve Gill <st...@gmail.com>
Authored: Tue Dec 2 16:08:50 2014 -0800
Committer: Steve Gill <st...@gmail.com>
Committed: Tue Dec 2 16:08:50 2014 -0800

----------------------------------------------------------------------
 plugin.xml       | 2 +-
 tests/plugin.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/blob/f67216d6/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 38a5063..5367655 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -20,7 +20,7 @@
 
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
            id="org.apache.cordova.splashscreen"
-      version="0.3.5">
+      version="0.3.6-dev">
     <name>Splashscreen</name>
     <description>Cordova Splashscreen Plugin</description>
     <license>Apache 2.0</license>

http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/blob/f67216d6/tests/plugin.xml
----------------------------------------------------------------------
diff --git a/tests/plugin.xml b/tests/plugin.xml
index 3fe35be..e9df326 100644
--- a/tests/plugin.xml
+++ b/tests/plugin.xml
@@ -20,7 +20,7 @@
 
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
     id="org.apache.cordova.splashscreen.tests"
-    version="0.3.5">
+    version="0.3.6-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