Return-Path: X-Original-To: apmail-cordova-commits-archive@www.apache.org Delivered-To: apmail-cordova-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9801A18F33 for ; Fri, 18 Sep 2015 19:54:24 +0000 (UTC) Received: (qmail 97373 invoked by uid 500); 18 Sep 2015 19:54:24 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 97345 invoked by uid 500); 18 Sep 2015 19:54:24 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 97336 invoked by uid 99); 18 Sep 2015 19:54:24 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Sep 2015 19:54:24 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 62AD7E042F; Fri, 18 Sep 2015 19:54:24 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: purplecabbage@apache.org To: commits@cordova.apache.org Message-Id: <46b23f56a3bf417a9b6a6b0df462f9ce@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: cordova-plugin-statusbar git commit: add JIRA issue tracker link Date: Fri, 18 Sep 2015 19:54:24 +0000 (UTC) Repository: cordova-plugin-statusbar Updated Branches: refs/heads/master 1b3fbf3f9 -> baefe6d10 add JIRA issue tracker link 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/baefe6d1 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-statusbar/tree/baefe6d1 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-statusbar/diff/baefe6d1 Branch: refs/heads/master Commit: baefe6d109d3c5bac202d567c96ab55d4c84e45c Parents: 1b3fbf3 Author: Julien Bouquillon Authored: Thu Sep 10 18:32:55 2015 +0200 Committer: Jesse MacFadyen Committed: Fri Sep 18 12:53:30 2015 -0700 ---------------------------------------------------------------------- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-statusbar/blob/baefe6d1/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index a8e3a78..e8a34a8 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,8 @@ StatusBar > The `StatusBar` object provides some functions to customize the iOS and Android StatusBar. +:warning: Report issues on the [Apache Cordova issue tracker](https://issues.apache.org/jira/issues/?jql=project%20%3D%20CB%20AND%20status%20in%20%28Open%2C%20%22In%20Progress%22%2C%20Reopened%29%20AND%20resolution%20%3D%20Unresolved%20AND%20component%20%3D%20%22Plugin%20Statusbar%22%20ORDER%20BY%20priority%20DESC%2C%20summary%20ASC%2C%20updatedDate%20DESC) + ## Installation @@ -36,7 +38,7 @@ Older versions of cordova can still install via the __deprecated__ id It is also possible to install via repo url directly ( unstable ) cordova plugin add https://github.com/apache/cordova-plugin-statusbar.git - + Preferences ----------- @@ -300,5 +302,3 @@ Supported Platforms - Windows Phone 7 - Windows Phone 8 - Windows Phone 8.1 - - --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org For additional commands, e-mail: commits-help@cordova.apache.org