Repository: cordova-plugin-wkwebview-engine Updated Branches: refs/heads/master 73118f95e -> 81042af99
Updated version and RELEASENOTES.md for release 1.0.3 Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-wkwebview-engine/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-wkwebview-engine/commit/ac8bc996 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-wkwebview-engine/tree/ac8bc996 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-wkwebview-engine/diff/ac8bc996 Branch: refs/heads/master Commit: ac8bc9968be5d2ec1eb9ffc16e007a5f58c4b01d Parents: 73118f9 Author: Steve Gill <[email protected]> Authored: Fri Apr 15 13:08:27 2016 -0700 Committer: Steve Gill <[email protected]> Committed: Fri Apr 15 13:08:27 2016 -0700 ---------------------------------------------------------------------- RELEASENOTES.md | 3 +++ package.json | 2 +- plugin.xml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-wkwebview-engine/blob/ac8bc996/RELEASENOTES.md ---------------------------------------------------------------------- diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 12a7cc6..007962d 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -21,6 +21,9 @@ # Release Notes +### 1.0.3 (Apr 15, 2016) +* CB-10636 Add `JSHint` for plugins + ### 1.0.2 (Feb 09, 2016) * [CB-10269](https://issues.apache.org/jira/browse/CB-10269) - Replace cordova exec only when present in wkwebview * [CB-10202](https://issues.apache.org/jira/browse/CB-10202) - Add README quirk about WKWebview does not work with the AllowInlineMediaPlayback preference http://git-wip-us.apache.org/repos/asf/cordova-plugin-wkwebview-engine/blob/ac8bc996/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json index d64775f..fc752c6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-wkwebview-engine", - "version": "1.0.3-dev", + "version": "1.0.3", "description": "The official Apache Cordova WKWebView Engine Plugin", "main": "index.js", "scripts": { http://git-wip-us.apache.org/repos/asf/cordova-plugin-wkwebview-engine/blob/ac8bc996/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index da06044..0254ff9 100644 --- a/plugin.xml +++ b/plugin.xml @@ -23,7 +23,7 @@ xmlns:rim="http://www.blackberry.com/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" id="cordova-plugin-wkwebview-engine" - version="1.0.3-dev"> + version="1.0.3"> <name>Cordova WKWebView Engine</name> <description>Cordova WKWebView Engine Plugin</description> <license>Apache 2.0</license> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
