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 00AFA10524 for ; Thu, 5 Feb 2015 03:44:56 +0000 (UTC) Received: (qmail 24799 invoked by uid 500); 5 Feb 2015 01:58:16 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 24768 invoked by uid 500); 5 Feb 2015 01:58:16 -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 24753 invoked by uid 99); 5 Feb 2015 01:58:16 -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; Thu, 05 Feb 2015 01:58:16 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 43EDCE03E8; Thu, 5 Feb 2015 01:58:16 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: agrieve@apache.org To: commits@cordova.apache.org Date: Thu, 05 Feb 2015 01:58:16 -0000 Message-Id: <9d254c37f9924da183a54161cb2b6de1@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/2] cordova-plugin-media git commit: CB-8429 Updated version and RELEASENOTES.md for release 0.2.16 Repository: cordova-plugin-media Updated Branches: refs/heads/master 590ef9a4d -> 7a8314c3e Updated Tags: refs/tags/r0.2.16 [created] 10df21dea CB-8429 Updated version and RELEASENOTES.md for release 0.2.16 Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/commit/10df21de Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/tree/10df21de Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/diff/10df21de Branch: refs/heads/master Commit: 10df21dea8640f71473383a27e65fccaa3c3fbc1 Parents: 590ef9a Author: Andrew Grieve Authored: Wed Feb 4 20:12:45 2015 -0500 Committer: Andrew Grieve Committed: Wed Feb 4 20:12:45 2015 -0500 ---------------------------------------------------------------------- RELEASENOTES.md | 6 ++++++ plugin.xml | 2 +- tests/plugin.xml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/blob/10df21de/RELEASENOTES.md ---------------------------------------------------------------------- diff --git a/RELEASENOTES.md b/RELEASENOTES.md index b2617db..d6fa87f 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -103,3 +103,9 @@ * CB-7977 Mention `deviceready` in plugin docs * CB-7945 Made media.spec.15 and media.spec.16 auto tests green * CB-7700 cordova-plugin-media documentation translation: cordova-plugin-media + +### 0.2.16 (Feb 04, 2015) +* CB-8351 ios: Stop using (newly) deprecated CDVJSON.h +* CB-8351 ios: Use argumentForIndex rather than NSArray extension +* CB-8252 android: Fire audio events from native via message channel +* CB-8152 ios: Remove deprecated methods in Media plugin (deprecated since 2.5) http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/blob/10df21de/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index 2a0f233..676665d 100644 --- a/plugin.xml +++ b/plugin.xml @@ -21,7 +21,7 @@ + version="0.2.16"> Media Cordova Media Plugin http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/blob/10df21de/tests/plugin.xml ---------------------------------------------------------------------- diff --git a/tests/plugin.xml b/tests/plugin.xml index da7f87a..5c20c50 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="org.apache.cordova.media.tests" - version="0.2.16-dev"> + version="0.2.16"> Cordova Media Plugin Tests Apache 2.0 --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org For additional commands, e-mail: commits-help@cordova.apache.org