Skip to content

Commit f2dad2a

Browse files
committedDec 5, 2018
chore(release): 2.3.0 [skip ci]
# [2.3.0](ionic-team/cordova-plugin-ionic-webview@v2.2.5...v2.3.0) (2018-12-05) ### Features * **ios:** Add URLSchemeHandler for iOS 11+ ([ionic-team#221](ionic-team#221)) ([4a973f4](ionic-team@4a973f4))
1 parent 4a973f4 commit f2dad2a

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed
 

‎CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
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+
18
## [2.2.5](https://github.com/ionic-team/cordova-plugin-ionic-webview/compare/v2.2.4...v2.2.5) (2018-11-20)
29

310

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova-plugin-ionic-webview",
3-
"version": "2.2.5",
3+
"version": "2.3.0",
44
"description": "Ionic Web View Engine Plugin",
55
"scripts": {
66
"sync_plugin_xml": "sync-cordova-xml package.json plugin.xml --output=plugin.xml",

‎plugin.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
under the License.
2020
-->
2121

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">
2323
<name>cordova-plugin-ionic-webview</name>
2424
<description>Ionic Web View Engine Plugin</description>
2525
<license>Apache-2.0</license>
@@ -62,7 +62,7 @@
6262
<config-file target="config.xml" parent="/*">
6363
<allow-navigation href="http://localhost:8080/*"/>
6464
<allow-navigation href="http://127.0.0.1:8080/*"/>
65-
<allow-navigation href="ionic://*" />
65+
<allow-navigation href="ionic://*"/>
6666
<feature name="IonicWebView">
6767
<param name="ios-package" value="CDVWKWebViewEngine"/>
6868
</feature>

0 commit comments

Comments
 (0)
Failed to load comments.