3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change
1
+ # [ 2.3.0] ( https://github.com/ionic-team/cordova-plugin-ionic-webview/compare/v2.2.5...v2.3.0 ) (2018-12-05)
2
+
3
+
4
+ ### Features
5
+
6
+ * ** ios:** Add URLSchemeHandler for iOS 11+ ([ #221 ] ( https://github.com/ionic-team/cordova-plugin-ionic-webview/issues/221 ) ) ([ 4a973f4] ( https://github.com/ionic-team/cordova-plugin-ionic-webview/commit/4a973f4 ) )
7
+
1
8
## [ 2.2.5] ( https://github.com/ionic-team/cordova-plugin-ionic-webview/compare/v2.2.4...v2.2.5 ) (2018-11-20)
2
9
3
10
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " cordova-plugin-ionic-webview" ,
3
- "version" : " 2.2.5 " ,
3
+ "version" : " 2.3.0 " ,
4
4
"description" : " Ionic Web View Engine Plugin" ,
5
5
"scripts" : {
6
6
"sync_plugin_xml" : " sync-cordova-xml package.json plugin.xml --output=plugin.xml" ,
Original file line number Diff line number Diff line change 19
19
under the License.
20
20
-->
21
21
22
- <plugin xmlns =" http://apache.org/cordova/ns/plugins/1.0" xmlns : rim =" http://www.blackberry.com/ns/widgets" xmlns : android =" http://schemas.android.com/apk/res/android" id =" cordova-plugin-ionic-webview" version =" 2.2.5 " >
22
+ <plugin xmlns =" http://apache.org/cordova/ns/plugins/1.0" xmlns : rim =" http://www.blackberry.com/ns/widgets" xmlns : android =" http://schemas.android.com/apk/res/android" id =" cordova-plugin-ionic-webview" version =" 2.3.0 " >
23
23
<name >cordova-plugin-ionic-webview</name >
24
24
<description >Ionic Web View Engine Plugin</description >
25
25
<license >Apache-2.0</license >
62
62
<config-file target =" config.xml" parent =" /*" >
63
63
<allow-navigation href =" http://localhost:8080/*" />
64
64
<allow-navigation href =" http://127.0.0.1:8080/*" />
65
- <allow-navigation href =" ionic://*" />
65
+ <allow-navigation href =" ionic://*" />
66
66
<feature name =" IonicWebView" >
67
67
<param name =" ios-package" value =" CDVWKWebViewEngine" />
68
68
</feature >
0 commit comments