mirror of
https://github.com/apache/cordova-plugin-statusbar.git
synced 2025-03-15 03:21:06 +08:00
CB-10368 Updated version and RELEASENOTES.md for release 2.1.0
This commit is contained in:
parent
a4a1065c4f
commit
e6e8c5be10
@ -20,6 +20,11 @@
|
||||
-->
|
||||
# Release Notes
|
||||
|
||||
### 2.1.0 (Jan 15, 2016)
|
||||
* CB-9513 Allow to show/hide status bar in fullscreen mode.
|
||||
* CB-8720 Fix status bar position when app started upside down on **iOS 7**.
|
||||
* CB-10118 Fixes plugin loading error for **Browser** platform
|
||||
|
||||
### 2.0.0 (Nov 18, 2015)
|
||||
* [CB-10035](https://issues.apache.org/jira/browse/CB-10035) Updated `RELEASENOTES` to be newest to oldest
|
||||
* Added `weakSelf` reference for block use
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "cordova-plugin-statusbar",
|
||||
"version": "2.0.1-dev",
|
||||
"version": "2.1.0",
|
||||
"description": "Cordova StatusBar Plugin",
|
||||
"cordova": {
|
||||
"id": "cordova-plugin-statusbar",
|
||||
|
@ -22,7 +22,7 @@
|
||||
xmlns:rim="http://www.blackberry.com/ns/widgets"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
id="cordova-plugin-statusbar"
|
||||
version="2.0.1-dev">
|
||||
version="2.1.0">
|
||||
<name>StatusBar</name>
|
||||
<description>Cordova StatusBar Plugin</description>
|
||||
<license>Apache 2.0</license>
|
||||
|
@ -22,7 +22,7 @@
|
||||
xmlns:rim="http://www.blackberry.com/ns/widgets"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
id="cordova-plugin-statusbar-tests"
|
||||
version="2.0.1-dev">
|
||||
version="2.1.0">
|
||||
<name>Cordova StatusBar Plugin Tests</name>
|
||||
<license>Apache 2.0</license>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user