Skip to content

Commit 879affa

Browse files
chore(release): 7.28.2
1 parent 3a018f3 commit 879affa

File tree

5 files changed

+12
-5
lines changed

5 files changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
44

5+
## [7.28.2](https://github.com/Cap-go/capacitor-inappbrowser/compare/7.28.1...7.28.2) (2025-10-30)
6+
7+
8+
### Bug Fixes
9+
10+
* update URL in buttonNearDoneClick event listener to point to the console ([3a018f3](https://github.com/Cap-go/capacitor-inappbrowser/commit/3a018f3409c60fe7bc703db4c9c4fc18468d9c17))
11+
512
## [7.28.1](https://github.com/Cap-go/capacitor-inappbrowser/compare/7.28.0...7.28.1) (2025-10-30)
613

714
## [7.28.0](https://github.com/Cap-go/capacitor-inappbrowser/compare/7.27.3...7.28.0) (2025-10-30)

android/src/main/java/ee/forgr/capacitor_inappbrowser/InAppBrowserPlugin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
)
5151
public class InAppBrowserPlugin extends Plugin implements WebViewDialog.PermissionHandler {
5252

53-
private final String pluginVersion = "7.28.1";
53+
private final String pluginVersion = "7.28.2";
5454

5555
public static final String CUSTOM_TAB_PACKAGE_NAME = "com.android.chrome"; // Change when in stable
5656
private CustomTabsClient customTabsClient;

ios/Sources/InAppBrowserPlugin/InAppBrowserPlugin.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ extension UIColor {
2424
*/
2525
@objc(InAppBrowserPlugin)
2626
public class InAppBrowserPlugin: CAPPlugin, CAPBridgedPlugin {
27-
private let pluginVersion: String = "7.28.1"
27+
private let pluginVersion: String = "7.28.2"
2828
public let identifier = "InAppBrowserPlugin"
2929
public let jsName = "InAppBrowser"
3030
public let pluginMethods: [CAPPluginMethod] = [

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@capgo/inappbrowser",
3-
"version": "7.28.1",
3+
"version": "7.28.2",
44
"description": "Capacitor plugin in app browser",
55
"main": "dist/plugin.cjs.js",
66
"module": "dist/esm/index.js",

0 commit comments

Comments
 (0)