Skip to content

Commit b9ba569

Browse files
committed
chore(release): 3.3.24 [skip ci]
##### [Version 3.3.24](v3.3.23...v3.3.24) (2024-06-25) - Feat: Allow affiliate url change via DB option. - Fix: Featured plugins displaying on some non-pro products.
1 parent fa0b207 commit b9ba569

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.24](https://github.com/Codeinwp/themeisle-sdk/compare/v3.3.23...v3.3.24) (2024-06-25)
2+
3+
- Feat: Allow affiliate url change via DB option.
4+
- Fix: Featured plugins displaying on some non-pro products.
5+
16
##### [Version 3.3.23](https://github.com/Codeinwp/themeisle-sdk/compare/v3.3.22...v3.3.23) (2024-06-19)
27

38
- fix: compress images

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.23",
17+
"version": "3.3.24",
1818
"require-dev": {
1919
"codeinwp/phpcs-ruleset": "dev-main"
2020
},

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.23';
17+
$themeisle_sdk_version = '3.3.24';
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.23",
4+
"version": "3.3.24",
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)