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 83AB318690 for ; Sat, 16 Jan 2016 01:12:18 +0000 (UTC) Received: (qmail 51689 invoked by uid 500); 16 Jan 2016 01:12:18 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 51660 invoked by uid 500); 16 Jan 2016 01:12:18 -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 51645 invoked by uid 99); 16 Jan 2016 01:12:18 -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; Sat, 16 Jan 2016 01:12:18 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 43980E045B; Sat, 16 Jan 2016 01:12:18 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: steven@apache.org To: commits@cordova.apache.org Date: Sat, 16 Jan 2016 01:12:18 -0000 Message-Id: <51860f98cd234c7a8b1e3702375c66a3@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/2] cordova-plugin-device git commit: CB-10368 Updated version and RELEASENOTES.md for release 1.1.1 Repository: cordova-plugin-device Updated Branches: refs/heads/master 8846ac877 -> 6bd130b5e CB-10368 Updated version and RELEASENOTES.md for release 1.1.1 Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/commit/d42fb80c Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/tree/d42fb80c Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/diff/d42fb80c Branch: refs/heads/master Commit: d42fb80ca10defbedc433c53ab2288efbff17087 Parents: 8846ac8 Author: Steve Gill Authored: Fri Jan 15 16:35:05 2016 -0800 Committer: Steve Gill Committed: Fri Jan 15 16:35:05 2016 -0800 ---------------------------------------------------------------------- RELEASENOTES.md | 4 ++++ package.json | 2 +- plugin.xml | 2 +- tests/plugin.xml | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/blob/d42fb80c/RELEASENOTES.md ---------------------------------------------------------------------- diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 0c89a5a..96376cf 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -20,6 +20,10 @@ --> # Release Notes +### 1.1.1 (Jan 15, 2016) +* CB-10238 **OSX** Move `device-plugin` out from `cordovalib` to the plugin repository +* CB-9923 Update `device.platform` documentation for **Browser** platform + ### 1.1.0 (Nov 18, 2015) * [CB-10035](https://issues.apache.org/jira/browse/CB-10035) Updated `RELEASENOTES` to be newest to oldest * Add `isVirtual` for **Windows Phone 8.x** http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/blob/d42fb80c/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json index ce2f481..0eb3806 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-device", - "version": "1.1.1-dev", + "version": "1.1.1", "description": "Cordova Device Plugin", "cordova": { "id": "cordova-plugin-device", http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/blob/d42fb80c/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index fbb1470..7719b9b 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="cordova-plugin-device" - version="1.1.1-dev"> + version="1.1.1"> Device Cordova Device Plugin Apache 2.0 http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/blob/d42fb80c/tests/plugin.xml ---------------------------------------------------------------------- diff --git a/tests/plugin.xml b/tests/plugin.xml index b9a0ab4..4d53c7a 100644 --- a/tests/plugin.xml +++ b/tests/plugin.xml @@ -22,7 +22,7 @@ xmlns:rim="http://www.blackberry.com/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" id="cordova-plugin-device-tests" - version="1.1.1-dev"> + version="1.1.1"> Cordova Device Plugin Tests Apache 2.0 --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org For additional commands, e-mail: commits-help@cordova.apache.org