Repository: cordova-docs Updated Branches: refs/heads/master e87313c35 -> 220ea2883
Added [email protected] and [email protected] release blog post This closes #439 Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/220ea288 Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/220ea288 Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/220ea288 Branch: refs/heads/master Commit: 220ea2883944144ef05f1d3dbdd25db8bc211b0a Parents: e87313c Author: Shazron Abdullah <[email protected]> Authored: Mon Dec 14 11:20:20 2015 -0800 Committer: Shazron Abdullah <[email protected]> Committed: Mon Dec 14 11:20:20 2015 -0800 ---------------------------------------------------------------------- www/_posts/2015-12-10-plugins-release.md | 40 +++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/220ea288/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 new file mode 100644 index 0000000..66e3579 --- /dev/null +++ b/www/_posts/2015-12-10-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]
