Skip to content

Commit

Permalink
chore(release): 3.2.0 [skip ci]
Browse files Browse the repository at this point in the history
#### [Version 3.2.0](v3.1.9...v3.2.0) (2020-03-04)

* adds license activation/deactivation handlers for wp cli
* adds compatibility with the newest license API
  • Loading branch information
pirate-bot committed Mar 4, 2020
1 parent e6873cd commit 57291ff
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.2.0](https://github.com/Codeinwp/themeisle-sdk/compare/v3.1.9...v3.2.0) (2020-03-04)

* adds license activation/deactivation handlers for wp cli
* adds compatibility with the newest license API

##### [Version 3.1.9](https://github.com/Codeinwp/themeisle-sdk/compare/v3.1.8...v3.1.9) (2020-02-24)

* Add integration with GitHub actions
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.1.9",
"version": "3.2.0",
"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.1.9';
$themeisle_sdk_version = '3.2.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,6 +1,6 @@
{
"name": "themeisle-sdk",
"version": "3.1.9",
"version": "3.2.0",
"scripts": {
"release": "semantic-release --debug"
},
Expand Down

0 comments on commit 57291ff

Please sign in to comment.