Skip to content

Commit eccdfdc

Browse files
committed
minor doc changes
1 parent ea5cf26 commit eccdfdc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log
22

3-
## cordova-plugin-wkwebview-file-xhr v2.1.0 (TBD)
3+
## cordova-plugin-wkwebview-file-xhr v2.1.0 (12/1/2017)
44
* Added a FormData polyfill that works in tandem with the XMLHttpRequest polyfill (issue #4).
55
* Fixed compatibility issues with iOS 11 (issue #6).
66
* Rewired incorrect firing of the onerror event (issue #9).

plugin.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323
id="cordova-plugin-wkwebview-file-xhr"
2424
version="2.1.0">
2525
<name>Cordova WKWebView File XHR Plugin</name>
26-
<description>This plugin includes the Apache Cordova WKWebView plugin and resolves the issues of loading resources from the application bundle's www folder and sending XHR requests to remote endpoints.</description>
26+
<description>This plugin includes the Apache Cordova WKWebView plugin and resolves XHR Cross-Origin Resource Sharing (CORS) constraints.</description>
2727
<license>UPL 1.0</license>
2828
<keywords>cordova,wkwebview,webview</keywords>
29-
<repo>https://alm.oraclecorp.com/uitech/#projects/uitech_cordova-plugins/scm/cordova-plugin-wkwebview-file-xhr.git</repo>
29+
<repo>https://github.com/oracle/cordova-plugin-wkwebview-file-xhr.git</repo>
3030
<dependency id="cordova-plugin-wkwebview-engine" />
3131
<engines>
3232
<engine name="cordova-ios" version=">=4.0.0" />

0 commit comments

Comments
 (0)