Compare commits

...

5 Commits

Author SHA1 Message Date
Steve Gill
261f9576fe CB-8858 Updated version in package.json for release 1.0.0 2015-04-15 15:50:47 -07:00
Steve Gill
7c59f7dac6 Revert "CB-8858 Incremented plugin version."
This reverts commit 18e33cafc7.
2015-04-15 14:31:13 -07:00
Steve Gill
18e33cafc7 CB-8858 Incremented plugin version. 2015-04-15 13:55:47 -07:00
Steve Gill
aa07a30c3c CB-8858 Updated version and RELEASENOTES.md for release 1.0.0 2015-04-15 11:06:38 -07:00
Steve Gill
07c18077e5 CB-8746 gave plugin major version bump 2015-04-09 17:04:26 -07:00
4 changed files with 17 additions and 3 deletions

View File

@@ -66,3 +66,17 @@
### 0.1.10 (Feb 04, 2015)
* CB-8351 ios: Use argumentForIndex rather than NSArray extension
### 1.0.0 (Apr 15, 2015)
* CB-8746 gave plugin major version bump
* CB-8683 changed plugin-id to pacakge-name
* CB-8653 properly updated translated docs to use new id
* CB-8653 updated translated docs to use new id
* Use TRAVIS_BUILD_DIR, install paramedic by npm
* CB-8653 Updated Readme
* - Use StatusBarBackgroundColor instead of AndroidStatusBarBackgroundColor, and added a quirk to the readme.
* - Add support for StatusBar.backgroundColorByHexString (and StatusBar.backgroundColorByName) on Android 5 and up
* Allow setting the statusbar backgroundcolor on Android
* CB-8575 Integrate TravisCI
* CB-8438 cordova-plugin-statusbar documentation translation: cordova-plugin-statusbar
* CB-8538 Added package.json file

View File

@@ -1,6 +1,6 @@
{
"name": "cordova-plugin-statusbar",
"version": "0.1.11-dev",
"version": "1.0.0",
"description": "Cordova StatusBar Plugin",
"cordova": {
"id": "cordova-plugin-statusbar",

View File

@@ -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="0.1.11-dev">
version="1.0.0">
<name>StatusBar</name>
<description>Cordova StatusBar Plugin</description>
<license>Apache 2.0</license>

View File

@@ -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="0.1.11-dev">
version="1.0.0">
<name>Cordova StatusBar Plugin Tests</name>
<license>Apache 2.0</license>