You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# [5.0.0](v4.2.1...v5.0.0) (2020-05-27)
### Features
* **android:** remove RequiresApi annotation and drop support for API 19 ([#540](#540)) ([17d2ada](17d2ada))
* **ios:** remove normalizeURL function ([#576](#576)) ([d5bdbaa](d5bdbaa))
* **ios:** remove wkRewriteURL function ([#577](#577)) ([02c18ea](02c18ea))
### BREAKING CHANGES
* **ios:** wkRewriteURL was deprecated and has been removed, use
window.Ionic.WebView.convertFileSrc instead
* **ios:** normalizeURL was deprecated and has been removed, use
window.Ionic.WebView.convertFileSrc instead
* **android:** Drop Android 4.4 support (SDK API level 19). Min required is 21.
***android:** remove RequiresApi annotation and drop support for API 19 ([#540](https://github.com/ionic-team/cordova-plugin-ionic-webview/issues/540)) ([17d2ada](https://github.com/ionic-team/cordova-plugin-ionic-webview/commit/17d2ada038cbd6548ed14887b1b7a0cbc98f1d83))
7
+
***ios:** remove normalizeURL function ([#576](https://github.com/ionic-team/cordova-plugin-ionic-webview/issues/576)) ([d5bdbaa](https://github.com/ionic-team/cordova-plugin-ionic-webview/commit/d5bdbaaf128bdd49cebe50fff52fbcf226998e7d))
8
+
***ios:** remove wkRewriteURL function ([#577](https://github.com/ionic-team/cordova-plugin-ionic-webview/issues/577)) ([02c18ea](https://github.com/ionic-team/cordova-plugin-ionic-webview/commit/02c18ea359e344ab904733b8dc582ceb4e25d581))
9
+
10
+
11
+
### BREAKING CHANGES
12
+
13
+
***ios:** wkRewriteURL was deprecated and has been removed, use
14
+
window.Ionic.WebView.convertFileSrc instead
15
+
***ios:** normalizeURL was deprecated and has been removed, use
16
+
window.Ionic.WebView.convertFileSrc instead
17
+
***android:** Drop Android 4.4 support (SDK API level 19). Min required is 21.
0 commit comments