Skip to content

Commit ca5dd49

Browse files
committed
chore(release): 3.3.42 [skip ci]
##### [Version 3.3.42](Codeinwp/themeisle-sdk-main@v3.3.41...v3.3.42) (2025-02-17) - Updated Formbricks package version - Added support for Formbrick script loading via Internal Pages hooks
1 parent 20f3ab5 commit ca5dd49

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
##### [Version 3.3.42](https://github.com/Codeinwp/themeisle-sdk-main/compare/v3.3.41...v3.3.42) (2025-02-17)
2+
3+
- Updated Formbricks package version
4+
- Added support for Formbrick script loading via Internal Pages hooks
5+
16
##### [Version 3.3.41](https://github.com/Codeinwp/themeisle-sdk-main/compare/v3.3.40...v3.3.41) (2025-02-05)
27

38
- fixed a minor issue that prevented the translation checking for Hestia PRO

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"homepage": "https://themeisle.com"
1515
}
1616
],
17-
"version": "3.3.41",
17+
"version": "3.3.42",
1818
"require-dev": {
1919
"codeinwp/phpcs-ruleset": "dev-main",
2020
"yoast/phpunit-polyfills": "^2.0"

load.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
return;
1515
}
1616
// Current SDK version and path.
17-
$themeisle_sdk_version = '3.3.41';
17+
$themeisle_sdk_version = '3.3.42';
1818
$themeisle_sdk_path = dirname( __FILE__ );
1919

2020
global $themeisle_sdk_max_version;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "themeisle-sdk",
33
"description": "Themeisle SDK",
4-
"version": "3.3.41",
4+
"version": "3.3.42",
55
"scripts": {
66
"dev": "npm run start",
77
"start:promos": "wp-scripts start assets/js/src/index.js --output-path=assets/js/build/promos",

0 commit comments

Comments
 (0)