Skip to content

Commit f491215

Browse files
Version bump
1 parent ba8948d commit f491215

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

packages/webview_flutter/webview_flutter_android/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 4.8.0
2+
3+
* Adds `AndroidWebViewController.setMixedContentMode` to control how
4+
mixed-content pages load.
5+
16
## 4.7.0
27

38
* Adds support to respond to recoverable SSL certificate errors. See `AndroidNavigationDelegate.setOnSSlAuthError`.

packages/webview_flutter/webview_flutter_android/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: webview_flutter_android
22
description: A Flutter plugin that provides a WebView widget on Android.
33
repository: https://github.com/flutter/packages/tree/main/packages/webview_flutter/webview_flutter_android
44
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+webview%22
5-
version: 4.7.0
5+
version: 4.8.0
66

77
environment:
88
sdk: ^3.6.0

0 commit comments

Comments
 (0)