You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ia...@apache.org on 2014/04/17 17:10:43 UTC

[1/2] git commit: CB-6452 Updated version and RELEASENOTES.md for release 0.1.5

Repository: cordova-plugin-statusbar
Updated Branches:
  refs/heads/dev 004b08534 -> 50febd81b
Updated Tags:  refs/tags/r0.1.5 [created] 50febd81b


CB-6452 Updated version and RELEASENOTES.md for release 0.1.5


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

Branch: refs/heads/dev
Commit: d9c9f0bc6d0d83cd90d0dd7e3fe1bb7d1e9c83ef
Parents: 004b085
Author: Ian Clelland <ic...@chromium.org>
Authored: Thu Apr 17 10:53:20 2014 -0400
Committer: Ian Clelland <ic...@chromium.org>
Committed: Thu Apr 17 10:53:20 2014 -0400

----------------------------------------------------------------------
 plugin.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-statusbar/blob/d9c9f0bc/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 9c65f53..20088ea 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -22,7 +22,7 @@
     xmlns:rim="http://www.blackberry.com/ns/widgets"
     xmlns:android="http://schemas.android.com/apk/res/android"
     id="org.apache.cordova.statusbar"
-    version="0.1.4">
+    version="0.1.5">
     <name>StatusBar</name>
     <description>Cordova StatusBar Plugin</description>
     <license>Apache 2.0</license>


[2/2] git commit: CB-6452 Actually added RELEASENOTES.md for release 0.1.5

Posted by ia...@apache.org.
CB-6452 Actually added RELEASENOTES.md for release 0.1.5


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-statusbar/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-statusbar/commit/50febd81
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-statusbar/tree/50febd81
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-statusbar/diff/50febd81

Branch: refs/heads/dev
Commit: 50febd81ba536eaa9db14454cfd73c914f6b49fa
Parents: d9c9f0b
Author: Ian Clelland <ic...@chromium.org>
Authored: Thu Apr 17 11:06:11 2014 -0400
Committer: Ian Clelland <ic...@chromium.org>
Committed: Thu Apr 17 11:06:11 2014 -0400

----------------------------------------------------------------------
 RELEASENOTES.md | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-statusbar/blob/50febd81/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
new file mode 100644
index 0000000..ef3c505
--- /dev/null
+++ b/RELEASENOTES.md
@@ -0,0 +1,28 @@
+<!--
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+# 
+# http://www.apache.org/licenses/LICENSE-2.0
+# 
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+#  KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+-->
+# Release Notes
+
+### 0.1.5 (Apr 17, 2014) (First release as a core Cordova Plugin)
+* CB-6316: Added README.md which point to the new location for docs
+* CB-6316: Added license header to the documentation. Added README.md which point to the new location for docs
+* CB-6316: Moved StatusBar plugin documentation to docs folder
+* CB-6314: [android] Add StatusBar.isVisible support to Android
+* CB-6460: Update license headers