Skip to content
This repository has been archived by the owner on Dec 5, 2019. It is now read-only.

Commit

Permalink
#36 Dynamically choose the port for the HTTP server, then load from i…
Browse files Browse the repository at this point in the history
…t. - version bump
  • Loading branch information
EddyVerbruggen committed Dec 14, 2014
1 parent 4aa4b38 commit 5f54a29
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ by [Eddy Verbruggen](http://twitter.com/eddyverbruggen) / [Telerik](http://www.t

## 1. Description

_BETA_ (a little less with __0.1.0__) - things may break, [please post your feedback :)](https://github.com/EddyVerbruggen/cordova-plugin-wkwebview/issues)
_BETA_ - things may break, [please post your feedback :)](https://github.com/EddyVerbruggen/cordova-plugin-wkwebview/issues)

* Allows you to use the new WKWebView on iOS 8 (the simulator is supported as well).
* Falls back to UIWebView on iOS 7 and lower.
Expand Down Expand Up @@ -41,6 +41,7 @@ $ cordova prepare
No need for anything else - you can now open the project in XCode 6 if you like.

## 4. Changelog
* __0.3.0__ Enhanced loading files with the embedded HTTP server, thanks #36!
* __0.2.7__ Cut app startup time in half - not noticable unless you have a lot of files in your app, see #32
* __0.2.6__ `Config.xml` settings like `MediaPlaybackRequiresUserAction` (autoplay HTML 5 video) are now supported, see #25.
* __0.2.5__ Fixed a script error for Cordova 3.5.0 and lower, see #17.
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
id="com.telerik.plugins.wkwebview"
version="0.2.7">
version="0.3.0">

<name>WKWebView Polyfill</name>

Expand Down

0 comments on commit 5f54a29

Please sign in to comment.