From b00b3781ef48459cef127ff9071fb95615a1b88e Mon Sep 17 00:00:00 2001 From: Lorenzo Pichilli Date: Mon, 12 Jun 2023 17:39:15 +0200 Subject: [PATCH] updated CHANGELOG.md --- CHANGELOG.md | 4 ++++ example/assets/index.html | 2 +- example/assets/{page 1.html => page-1.html} | 0 pubspec.yaml | 2 +- 4 files changed, 6 insertions(+), 2 deletions(-) rename example/assets/{page 1.html => page-1.html} (100%) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28c265c4..849299e6 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 6.0.0-beta.25 + +- Merged "feat: InAppLocalhostServer decode assets url when loading them" [#1657](https://github.com/pichillilorenzo/flutter_inappwebview/pull/1657) (thanks to [Nirajn2311](https://github.com/Nirajn2311)) + ## 6.0.0-beta.24+1 - Fixed "Can't compile on Android" [#1691](https://github.com/pichillilorenzo/flutter_inappwebview/issues/1691) diff --git a/example/assets/index.html b/example/assets/index.html index 87c30291..276ed0e1 100755 --- a/example/assets/index.html +++ b/example/assets/index.html @@ -17,7 +17,7 @@

Flutter InAppWebView

diff --git a/example/assets/page 1.html b/example/assets/page-1.html similarity index 100% rename from example/assets/page 1.html rename to example/assets/page-1.html diff --git a/pubspec.yaml b/pubspec.yaml index 1cd99cb4..281a2aad 100755 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_inappwebview description: A Flutter plugin that allows you to add an inline webview, to use an headless webview, and to open an in-app browser window. -version: 6.0.0-beta.24+1 +version: 6.0.0-beta.25 homepage: https://inappwebview.dev/ repository: https://github.com/pichillilorenzo/flutter_inappwebview issue_tracker: https://github.com/pichillilorenzo/flutter_inappwebview/issues