Skip to content

Commit

Permalink
Sync branch [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
pirate-bot authored Jun 21, 2023
2 parents 0dc4e99 + 3fa043e commit 212243f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
#### [Version 3.3.0](https://github.com/Codeinwp/themeisle-sdk/compare/v3.2.41...v3.3.0) (2023-05-30)

- Adds About Page Integration
- Adds promos for Neve FSE, Sparks & PPOM

##### [Version 3.2.41](https://github.com/Codeinwp/themeisle-sdk/compare/v3.2.40...v3.2.41) (2023-05-10)

- Delay product recommendation mentions
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.2.41",
"version": "3.3.0",
"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.2.41';
$themeisle_sdk_version = '3.3.0';
$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.2.41",
"version": "3.3.0",
"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 212243f

Please sign in to comment.