Skip to content

Commit ea0bb9c

Browse files
chore(release): 4.0.1 [skip ci]
## [4.0.1](v4.0.0...v4.0.1) (2026-07-08) ### Bug Fixes * **android:** bump ioninappbrowser-android to 2.0.1 for Android 18 URI grant fix ([#112](#112)) ([e46c41a](e46c41a))
1 parent e46c41a commit ea0bb9c

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [4.0.1](https://github.com/ionic-team/capacitor-os-inappbrowser/compare/v4.0.0...v4.0.1) (2026-07-08)
2+
3+
4+
### Bug Fixes
5+
6+
* **android:** bump ioninappbrowser-android to 2.0.1 for Android 18 URI grant fix ([#112](https://github.com/ionic-team/capacitor-os-inappbrowser/issues/112)) ([e46c41a](https://github.com/ionic-team/capacitor-os-inappbrowser/commit/e46c41a90e9b1a5025dab1310c40a4b004052f3b))
7+
18
# [4.0.0](https://github.com/ionic-team/capacitor-os-inappbrowser/compare/v3.0.3...v4.0.0) (2026-05-14)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@capacitor/inappbrowser",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "The InAppBrowser Plugin provides a web browser view that allows you to load any web page externally. It behaves as a standard web browser and is useful to load untrusted content without risking your application's security. It offers three different ways to open URLs; in a WebView, in an in-app system browser (Custom Tabs for Android and SFSafariViewController for iOS), and in the device's default browser.",
55
"main": "./dist/plugin.cjs",
66
"module": "./dist/plugin.mjs",

0 commit comments

Comments
 (0)