diff --git a/CHANGELOG.md b/CHANGELOG.md index 510fc03..7f2db50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +##### [Version 3.3.28](https://github.com/Codeinwp/themeisle-sdk/compare/v3.3.27...v3.3.28) (2024-08-09) + + +- fix: remove the delay on woo plugins promos [closes Codeinwp/themeisle[#1655](https://github.com/Codeinwp/themeisle-sdk/issues/1655)] +- fix: swap Neve FSE notice with Neve [closes Codeinwp/themeisle[#1654](https://github.com/Codeinwp/themeisle-sdk/issues/1654)] +- fix: rework optimole promo [closes Codeinwp/themeisle[#1656](https://github.com/Codeinwp/themeisle-sdk/issues/1656)] +- fix: translations workflow always requiring updates [closes Codeinwp/neve-pro-addon[#2840](https://github.com/Codeinwp/themeisle-sdk/issues/2840)] + ##### [Version 3.3.27](https://github.com/Codeinwp/themeisle-sdk/compare/v3.3.26...v3.3.27) (2024-07-30) - fix: array out of bounds index diff --git a/composer.json b/composer.json index 2247cee..edf6542 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ "homepage": "https://themeisle.com" } ], - "version": "3.3.27", + "version": "3.3.28", "require-dev": { "codeinwp/phpcs-ruleset": "dev-main" }, diff --git a/load.php b/load.php index 888187c..1e67093 100644 --- a/load.php +++ b/load.php @@ -14,7 +14,7 @@ return; } // Current SDK version and path. -$themeisle_sdk_version = '3.3.27'; +$themeisle_sdk_version = '3.3.28'; $themeisle_sdk_path = dirname( __FILE__ ); global $themeisle_sdk_max_version; diff --git a/package.json b/package.json index d49e854..d8de7d4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "themeisle-sdk", "description": "Themeisle SDK", - "version": "3.3.27", + "version": "3.3.28", "scripts": { "dev": "npm run start", "start:promos": "wp-scripts start assets/js/src/index.js --output-path=assets/js/build/promos",