Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 6AD11200B8A for ; Sat, 10 Sep 2016 01:22:35 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 69963160AC2; Fri, 9 Sep 2016 23:22:35 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id B1E8D160ACE for ; Sat, 10 Sep 2016 01:22:34 +0200 (CEST) Received: (qmail 704 invoked by uid 500); 9 Sep 2016 23:22:33 -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 239 invoked by uid 99); 9 Sep 2016 23:22:33 -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, 09 Sep 2016 23:22:33 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id EC20EEEE1C; Fri, 9 Sep 2016 23:22:32 +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: Fri, 09 Sep 2016 23:22:42 -0000 Message-Id: <2b9e2f69b51640da951108987e461a5b@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [11/11] cordova-plugin-test-framework git commit: CB-11832 Updated version and RELEASENOTES.md for release 1.1.3 archived-at: Fri, 09 Sep 2016 23:22:35 -0000 CB-11832 Updated version and RELEASENOTES.md for release 1.1.3 Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-test-framework/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-test-framework/commit/d6e02480 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-test-framework/tree/d6e02480 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-test-framework/diff/d6e02480 Branch: refs/heads/1.1.x Commit: d6e0248035b89c5a46617ded27ef3459dc756730 Parents: b869626 Author: Steve Gill Authored: Thu Sep 8 23:38:55 2016 -0700 Committer: Steve Gill Committed: Thu Sep 8 23:38:55 2016 -0700 ---------------------------------------------------------------------- RELEASENOTES.md | 12 +++++++++--- package.json | 2 +- plugin.xml | 2 +- 3 files changed, 11 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-test-framework/blob/d6e02480/RELEASENOTES.md ---------------------------------------------------------------------- diff --git a/RELEASENOTES.md b/RELEASENOTES.md index cf8f6f9..0971307 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -20,12 +20,18 @@ --> # Release Notes +### 1.1.3 (Sep 08, 2016) +* [CB-9071](https://issues.apache.org/jira/browse/CB-9071) Update test framework plugin to use Jasmine 2.4.1 +* Add pull request template. +* [CB-11124](https://issues.apache.org/jira/browse/CB-11124) Fixing cordova-ios build failure due to unnecessary post calls to couchdb and adding handlers to xhr call +* Add spec started/completed log + ### 1.1.2 (Apr 15, 2016) -* CB-10876 Enable inertia scrolling in test framework -* CB-10636 Add `JSHint` for plugins +* [CB-10876](https://issues.apache.org/jira/browse/CB-10876) Enable inertia scrolling in test framework +* [CB-10636](https://issues.apache.org/jira/browse/CB-10636) Add `JSHint` for plugins ### 1.1.1 (Jan 15, 2016) -* CB-10318 Do not wrap test title +* [CB-10318](https://issues.apache.org/jira/browse/CB-10318) Do not wrap test title ### 1.1.0 (Nov 18, 2015) * [CB-10035](https://issues.apache.org/jira/browse/CB-10035) Updated `RELEASENOTES` to be newest to oldest http://git-wip-us.apache.org/repos/asf/cordova-plugin-test-framework/blob/d6e02480/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json index 8d405ea..12ca95d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-test-framework", - "version": "1.1.3-dev", + "version": "1.1.3", "description": "Cordova Test Framework Plugin", "cordova": { "id": "cordova-plugin-test-framework", http://git-wip-us.apache.org/repos/asf/cordova-plugin-test-framework/blob/d6e02480/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index 7cea632..31829c4 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-test-framework" - version="1.1.3-dev"> + version="1.1.3"> Test Framework Cordova Test Framework Plugin Apache 2.0 --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org For additional commands, e-mail: commits-help@cordova.apache.org