Skip to content

Commit 7818f17

Browse files
committed
chore(release): 3.2.3 [skip ci]
##### [Version 3.2.3](v3.2.2...v3.2.3) (2020-03-21) * use product slug instead of the one from api
1 parent 99693d5 commit 7818f17

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
##### [Version 3.2.3](https://github.com/Codeinwp/themeisle-sdk/compare/v3.2.2...v3.2.3) (2020-03-21)
2+
3+
* use product slug instead of the one from api
4+
15
##### [Version 3.2.2](https://github.com/Codeinwp/themeisle-sdk/compare/v3.2.1...v3.2.2) (2020-03-13)
26

37
* improve notice dismiss mechanism

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.2.2",
17+
"version": "3.2.3",
1818
"require-dev": {
1919
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
2020
"squizlabs/php_codesniffer": "^3.1",

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.2.2';
17+
$themeisle_sdk_version = '3.2.3';
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,6 +1,6 @@
11
{
22
"name": "themeisle-sdk",
3-
"version": "3.2.2",
3+
"version": "3.2.3",
44
"scripts": {
55
"release": "semantic-release --debug"
66
},

0 commit comments

Comments
 (0)