Skip to content

Commit d4ca7e2

Browse files
chore(release): 7.26.6
1 parent 1e9eba3 commit d4ca7e2

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
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.26.6](https://github.com/Cap-go/capacitor-inappbrowser/compare/7.26.5...7.26.6) (2025-10-29)
6+
7+
8+
### Bug Fixes
9+
10+
* CI/CD config ([aba3268](https://github.com/Cap-go/capacitor-inappbrowser/commit/aba32681a6fa06df83a7dec51c629dc0198b3611))
11+
* update AI model in build workflow ([9748164](https://github.com/Cap-go/capacitor-inappbrowser/commit/9748164ab2f4f601bf67f4537331998639570c70))
12+
* update github action ([4a26793](https://github.com/Cap-go/capacitor-inappbrowser/commit/4a2679321ce8f51758c4d020034530db8f4ebf56))
13+
514
## [7.26.5](https://github.com/Cap-go/capacitor-inappbrowser/compare/7.26.4...7.26.5) (2025-10-27)
615

716

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 PLUGIN_VERSION = "7.26.5";
53+
private final String PLUGIN_VERSION = "7.26.6";
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 PLUGIN_VERSION: String = "7.26.5"
27+
private let PLUGIN_VERSION: String = "7.26.6"
2828
public let identifier = "InAppBrowserPlugin"
2929
public let jsName = "InAppBrowser"
3030
public let pluginMethods: [CAPPluginMethod] = [

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.26.5",
3+
"version": "7.26.6",
44
"description": "Capacitor plugin in app browser",
55
"main": "dist/plugin.cjs.js",
66
"module": "dist/esm/index.js",

0 commit comments

Comments
 (0)