Skip to content

Commit 09a5802

Browse files
committed
[webview_flutter_android][webview_flutter_wkwebview] Bump version, add changelog
1 parent 5c25776 commit 09a5802

4 files changed

Lines changed: 10 additions & 2 deletions

File tree

packages/webview_flutter/webview_flutter_android/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 4.11.0
2+
3+
* Adds support for retrieving cookies with `PlatformWebViewCookieManager.getCookies`.
4+
15
## 4.10.15
26

37
* Fixes dartdoc comments that accidentally used HTML.

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.10.15
5+
version: 4.11.0
66

77
environment:
88
sdk: ^3.9.0

packages/webview_flutter/webview_flutter_wkwebview/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 3.25.0
2+
3+
* Adds support for retrieving cookies with `PlatformWebViewCookieManager.getCookies`.
4+
15
## 3.24.2
26

37
* Fixes dartdoc comments that accidentally used HTML.

packages/webview_flutter/webview_flutter_wkwebview/pubspec.yaml

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

77
environment:
88
sdk: ^3.9.0

0 commit comments

Comments
 (0)