Skip to content

Commit 6d21d53

Browse files
committed
chore(release): 5.0.0 [skip ci]
# [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.
1 parent 02c18ea commit 6d21d53

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# [5.0.0](https://github.com/ionic-team/cordova-plugin-ionic-webview/compare/v4.2.1...v5.0.0) (2020-05-27)
2+
3+
4+
### Features
5+
6+
* **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.
18+
119
## [4.2.1](https://github.com/ionic-team/cordova-plugin-ionic-webview/compare/v4.2.0...v4.2.1) (2020-04-28)
220

321

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova-plugin-ionic-webview",
3-
"version": "4.2.1",
3+
"version": "5.0.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

Lines changed: 1 addition & 1 deletion
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="4.2.1">
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="5.0.0">
2323
<name>cordova-plugin-ionic-webview</name>
2424
<description>Ionic Web View Engine Plugin</description>
2525
<license>Apache-2.0</license>

0 commit comments

Comments
 (0)