Repository: cordova-docs Updated Branches: refs/heads/master 220ea2883 -> 8a41edce6
updated datae for plugins release blog post Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/8a41edce Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/8a41edce Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/8a41edce Branch: refs/heads/master Commit: 8a41edce623fabba9b0ebc14f94c00da6ed94bf5 Parents: 220ea28 Author: Steve Gill <[email protected]> Authored: Mon Dec 14 14:08:24 2015 -0800 Committer: Steve Gill <[email protected]> Committed: Mon Dec 14 14:08:24 2015 -0800 ---------------------------------------------------------------------- www/_posts/2015-12-10-plugins-release.md | 40 --------------------------- www/_posts/2015-12-14-plugins-release.md | 40 +++++++++++++++++++++++++++ 2 files changed, 40 insertions(+), 40 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/8a41edce/www/_posts/2015-12-10-plugins-release.md ---------------------------------------------------------------------- diff --git a/www/_posts/2015-12-10-plugins-release.md b/www/_posts/2015-12-10-plugins-release.md deleted file mode 100644 index 66e3579..0000000 --- a/www/_posts/2015-12-10-plugins-release.md +++ /dev/null @@ -1,40 +0,0 @@ ---- -layout: post -author: - name: Shazron Abdullah - url: https://twitter.com/shazron -title: "Plugins Release" -categories: news -tags: release plugins ---- - -The following plugins were updated today: - -* [email protected] -* [email protected] - -This release brings `[email protected]` platform compatibility to the `cordova-plugin-inappbrowser` plugin, and it is also backwards compatible with cordova-ios@3. - -The `cordova-plugin-wkwebview-engine` plugin was updated to fix a bug related to loading pages in `cordova-plugin-inappbrowser`. - -To install: - - cordova plugin add cordova-plugin-inappbrowser --save - cordova plugin add cordova-plugin-wkwebview-engine --save - -Changes include: -<!--more--> - [email protected] - -* [CB-10190](https://issues.apache.org/jira/browse/CB-10190) - WKWebView engine is not releasing the user-agent lock - [email protected] - -* [CB-9445](https://issues.apache.org/jira/browse/CB-9445) Improves executeScript callbacks on iOS -* [CB-10035](https://issues.apache.org/jira/browse/CB-10035) Incremented plugin version. -* [CB-10040](https://issues.apache.org/jira/browse/CB-10040) - re-fix: backwards compatible with cordova-ios < 4.0 -* [CB-8534](https://issues.apache.org/jira/browse/CB-8534): Allow plugins to respond to onReceivedHttpAuthRequest. This closes #82 -* [CB-3750](https://issues.apache.org/jira/browse/CB-3750): Fixes spinner on iOS. This closes #89 -* [CB-7696](https://issues.apache.org/jira/browse/CB-7696) Document target=_self behavior for Windows -* [CB-10040](https://issues.apache.org/jira/browse/CB-10040) - Compile Error in InAppBrowser Plugin for iOS - No known instance method for selector 'URLIsWhitelisted:' http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/8a41edce/www/_posts/2015-12-14-plugins-release.md ---------------------------------------------------------------------- diff --git a/www/_posts/2015-12-14-plugins-release.md b/www/_posts/2015-12-14-plugins-release.md new file mode 100644 index 0000000..66e3579 --- /dev/null +++ b/www/_posts/2015-12-14-plugins-release.md @@ -0,0 +1,40 @@ +--- +layout: post +author: + name: Shazron Abdullah + url: https://twitter.com/shazron +title: "Plugins Release" +categories: news +tags: release plugins +--- + +The following plugins were updated today: + +* [email protected] +* [email protected] + +This release brings `[email protected]` platform compatibility to the `cordova-plugin-inappbrowser` plugin, and it is also backwards compatible with cordova-ios@3. + +The `cordova-plugin-wkwebview-engine` plugin was updated to fix a bug related to loading pages in `cordova-plugin-inappbrowser`. + +To install: + + cordova plugin add cordova-plugin-inappbrowser --save + cordova plugin add cordova-plugin-wkwebview-engine --save + +Changes include: +<!--more--> + [email protected] + +* [CB-10190](https://issues.apache.org/jira/browse/CB-10190) - WKWebView engine is not releasing the user-agent lock + [email protected] + +* [CB-9445](https://issues.apache.org/jira/browse/CB-9445) Improves executeScript callbacks on iOS +* [CB-10035](https://issues.apache.org/jira/browse/CB-10035) Incremented plugin version. +* [CB-10040](https://issues.apache.org/jira/browse/CB-10040) - re-fix: backwards compatible with cordova-ios < 4.0 +* [CB-8534](https://issues.apache.org/jira/browse/CB-8534): Allow plugins to respond to onReceivedHttpAuthRequest. This closes #82 +* [CB-3750](https://issues.apache.org/jira/browse/CB-3750): Fixes spinner on iOS. This closes #89 +* [CB-7696](https://issues.apache.org/jira/browse/CB-7696) Document target=_self behavior for Windows +* [CB-10040](https://issues.apache.org/jira/browse/CB-10040) - Compile Error in InAppBrowser Plugin for iOS - No known instance method for selector 'URLIsWhitelisted:' --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
