Skip to content

Commit

Permalink
chore(release): 3.3.23 [skip ci]
Browse files Browse the repository at this point in the history
##### [Version 3.3.23](v3.3.22...v3.3.23) (2024-06-19)

- fix: compress images
- fix: replace huge SVG logo with png version
- fix: improve text on float widget
  • Loading branch information
pirate-bot committed Jun 19, 2024
1 parent 23b0169 commit 24d9c93
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
##### [Version 3.3.23](https://github.com/Codeinwp/themeisle-sdk/compare/v3.3.22...v3.3.23) (2024-06-19)

- fix: compress images
- fix: replace huge SVG logo with png version
- fix: improve text on float widget

##### [Version 3.3.22](https://github.com/Codeinwp/themeisle-sdk/compare/v3.3.21...v3.3.22) (2024-05-17)

- Updated NPM packages
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"homepage": "https://themeisle.com"
}
],
"version": "3.3.22",
"version": "3.3.23",
"require-dev": {
"codeinwp/phpcs-ruleset": "dev-main"
},
Expand Down
2 changes: 1 addition & 1 deletion load.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
return;
}
// Current SDK version and path.
$themeisle_sdk_version = '3.3.22';
$themeisle_sdk_version = '3.3.23';
$themeisle_sdk_path = dirname( __FILE__ );

global $themeisle_sdk_max_version;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "themeisle-sdk",
"description": "Themeisle SDK",
"version": "3.3.22",
"version": "3.3.23",
"scripts": {
"dev": "npm run start",
"start:promos": "wp-scripts start assets/js/src/index.js --output-path=assets/js/build/promos",
Expand Down

0 comments on commit 24d9c93

Please sign in to comment.