layout: post author: name: Norman Breau title: “WKWebView Engine Plugin Released!” categories: news tags: release plugins

We are happy to announce that we have just released an update to our WKWebView Engine plugin!

Release Highlights

This plugin does not support cordova-ios@6 because the iOS platform now has WKWebView Engine built in. Therefore this patch release updates the plugin to not install when cordova-ios@6 or later is installed. It is safe to remove this plugin if running cordova-ios@6 or later.

Changes include:

Fix

  • Added iOS platform version restrictions (#158)

Chore

  • chore: adds package-lock file (#165)
  • chore(npm): use short notation in package.json (#163)
  • chore(asf): update git notification settings (306a0ee)
  • chore(npm): improve ignore list (#137)
  • refactor(eslint): use cordova-eslint /w fix (#164)

CI

  • ci: updates Node.js versions (#136)

Docs

  • Update CONTRIBUTING.md (6c4cd10)
  • added WKWebViewOnly to README (#161)