mirror of
https://github.com/apache/cordova-plugin-statusbar.git
synced 2025-01-31 10:35:41 +08:00
CB-7571 Updated version and RELEASENOTES.md for release 0.1.8
This commit is contained in:
parent
921daccd2c
commit
6cce513237
@ -44,3 +44,10 @@
|
|||||||
* ios: Fix hide to adjust webview's frame only when status bar is not overlaying webview
|
* ios: Fix hide to adjust webview's frame only when status bar is not overlaying webview
|
||||||
* CB-6127 Updated translations for docs
|
* CB-6127 Updated translations for docs
|
||||||
* android: Fix StatusBar.initialize() not running on UI thread
|
* android: Fix StatusBar.initialize() not running on UI thread
|
||||||
|
|
||||||
|
### 0.1.8 (Sep 17, 2014)
|
||||||
|
* CB-7549 [StatusBar][iOS 8] Landscape issue
|
||||||
|
* CB-7486 Remove StatusBarBackgroundColor intial preference (black background) so background will be initially transparent
|
||||||
|
* Renamed test dir, added nested plugin.xml
|
||||||
|
* added documentation for manual tests, moved background color test below overlay test
|
||||||
|
* CB-7195 ported statusbar tests to framework
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
xmlns:rim="http://www.blackberry.com/ns/widgets"
|
xmlns:rim="http://www.blackberry.com/ns/widgets"
|
||||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
id="org.apache.cordova.statusbar"
|
id="org.apache.cordova.statusbar"
|
||||||
version="0.1.8-dev">
|
version="0.1.8">
|
||||||
<name>StatusBar</name>
|
<name>StatusBar</name>
|
||||||
<description>Cordova StatusBar Plugin</description>
|
<description>Cordova StatusBar Plugin</description>
|
||||||
<license>Apache 2.0</license>
|
<license>Apache 2.0</license>
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
xmlns:rim="http://www.blackberry.com/ns/widgets"
|
xmlns:rim="http://www.blackberry.com/ns/widgets"
|
||||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
id="org.apache.cordova.statusbar.tests"
|
id="org.apache.cordova.statusbar.tests"
|
||||||
version="0.1.7-dev">
|
version="0.1.8">
|
||||||
<name>Cordova StatusBar Plugin Tests</name>
|
<name>Cordova StatusBar Plugin Tests</name>
|
||||||
<license>Apache 2.0</license>
|
<license>Apache 2.0</license>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user