From b9ba5697b150eddacb4aa482b363d9f459f822c5 Mon Sep 17 00:00:00 2001 From: "themeisle[bot]" Date: Tue, 25 Jun 2024 09:38:29 +0000 Subject: [PATCH] chore(release): 3.3.24 [skip ci] ##### [Version 3.3.24](https://github.com/Codeinwp/themeisle-sdk/compare/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. --- CHANGELOG.md | 5 +++++ composer.json | 2 +- load.php | 2 +- package.json | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59ace621..d3f7662f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +##### [Version 3.3.24](https://github.com/Codeinwp/themeisle-sdk/compare/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. + ##### [Version 3.3.23](https://github.com/Codeinwp/themeisle-sdk/compare/v3.3.22...v3.3.23) (2024-06-19) - fix: compress images diff --git a/composer.json b/composer.json index db8e02ea..3efa502c 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ "homepage": "https://themeisle.com" } ], - "version": "3.3.23", + "version": "3.3.24", "require-dev": { "codeinwp/phpcs-ruleset": "dev-main" }, diff --git a/load.php b/load.php index 133407c4..996c478d 100644 --- a/load.php +++ b/load.php @@ -14,7 +14,7 @@ return; } // Current SDK version and path. -$themeisle_sdk_version = '3.3.23'; +$themeisle_sdk_version = '3.3.24'; $themeisle_sdk_path = dirname( __FILE__ ); global $themeisle_sdk_max_version; diff --git a/package.json b/package.json index 99132f01..87f596c0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "themeisle-sdk", "description": "Themeisle SDK", - "version": "3.3.23", + "version": "3.3.24", "scripts": { "dev": "npm run start", "start:promos": "wp-scripts start assets/js/src/index.js --output-path=assets/js/build/promos",