Skip to content

Commit

Permalink
chore(release): 3.2.8 [skip ci]
Browse files Browse the repository at this point in the history
##### [Version 3.2.8](v3.2.7...v3.2.8) (2020-03-24)

* change license handler method access
  • Loading branch information
pirate-bot committed Mar 24, 2020
1 parent dee220c commit ce152ed
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
##### [Version 3.2.8](https://github.com/Codeinwp/themeisle-sdk/compare/v3.2.7...v3.2.8) (2020-03-24)

* change license handler method access

##### [Version 3.2.7](https://github.com/Codeinwp/themeisle-sdk/compare/v3.2.6...v3.2.7) (2020-03-24)

* fix callback for license processing hook
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.7",
"version": "3.2.8",
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
"squizlabs/php_codesniffer": "^3.1",
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.7';
$themeisle_sdk_version = '3.2.8';
$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.7",
"version": "3.2.8",
"scripts": {
"release": "semantic-release --debug"
},
Expand Down

0 comments on commit ce152ed

Please sign in to comment.