Skip to content

Commit 751c997

Browse files
chore(release): 2.5.5 [skip ci]
## [2.5.5](v2.5.4...v2.5.5) (2026-04-17) ### Bug Fixes * **android:** Duplicate requests for checking if a url hosts PDF ([#108](#108)) ([37c05f4](37c05f4)) * **ios:** `window.open()` and `target="_blank"` inside webview ([#110](#110)) ([018fe43](018fe43))
1 parent 018fe43 commit 751c997

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [2.5.5](https://github.com/ionic-team/capacitor-os-inappbrowser/compare/v2.5.4...v2.5.5) (2026-04-17)
2+
3+
4+
### Bug Fixes
5+
6+
* **android:** Duplicate requests for checking if a url hosts PDF ([#108](https://github.com/ionic-team/capacitor-os-inappbrowser/issues/108)) ([37c05f4](https://github.com/ionic-team/capacitor-os-inappbrowser/commit/37c05f4af827b635f0758c60d0781dd9974d3998))
7+
* **ios:** `window.open()` and `target="_blank"` inside webview ([#110](https://github.com/ionic-team/capacitor-os-inappbrowser/issues/110)) ([018fe43](https://github.com/ionic-team/capacitor-os-inappbrowser/commit/018fe4374e1bb0ee58851baed7600755ce809e02))
8+
19
## [2.5.4](https://github.com/ionic-team/capacitor-os-inappbrowser/compare/v2.5.3...v2.5.4) (2026-02-11)
210

311

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": "2.5.4",
3+
"version": "2.5.5",
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)