Repository: cordova-plugin-test-framework Updated Branches: refs/heads/master b86962697 -> 89dd3538d
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/master Commit: d6e0248035b89c5a46617ded27ef3459dc756730 Parents: b869626 Author: Steve Gill <[email protected]> Authored: Thu Sep 8 23:38:55 2016 -0700 Committer: Steve Gill <[email protected]> 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"> <name>Test Framework</name> <description>Cordova Test Framework Plugin</description> <license>Apache 2.0</license> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
