From ede4dbdb119ad5b5d317f3866d68c90a45fe8179 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 23 Aug 2019 08:47:43 +0000 Subject: [PATCH] chore(release): 3.1.4 [skip ci] ## [3.1.4](https://github.com/Codeinwp/themeisle-sdk/compare/v3.1.3...v3.1.4) (2019-08-23) ### Bug Fixes * license key was missing on get_version call ([365cde6](https://github.com/Codeinwp/themeisle-sdk/commit/365cde6)) * license key was missing on get_version call ([c02f225](https://github.com/Codeinwp/themeisle-sdk/commit/c02f225)) --- CHANGELOG.md | 8 ++++++++ composer.json | 2 +- load.php | 2 +- package-lock.json | 2 +- package.json | 2 +- 5 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d0413e7..554e38ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [3.1.4](https://github.com/Codeinwp/themeisle-sdk/compare/v3.1.3...v3.1.4) (2019-08-23) + + +### Bug Fixes + +* license key was missing on get_version call ([365cde6](https://github.com/Codeinwp/themeisle-sdk/commit/365cde6)) +* license key was missing on get_version call ([c02f225](https://github.com/Codeinwp/themeisle-sdk/commit/c02f225)) + ## [3.1.3](https://github.com/Codeinwp/themeisle-sdk/compare/v3.1.2...v3.1.3) (2019-08-20) diff --git a/composer.json b/composer.json index 200ee74f..e8629b95 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ "homepage": "https://themeisle.com" } ], - "version": "3.1.3", + "version": "3.1.4", "require-dev": { "dealerdirect/phpcodesniffer-composer-installer": "^0.4.4", "squizlabs/php_codesniffer": "^3.1", diff --git a/load.php b/load.php index b803bb39..e20e5268 100644 --- a/load.php +++ b/load.php @@ -14,7 +14,7 @@ return; } // Current SDK version and path. -$themeisle_sdk_version = '3.1.3'; +$themeisle_sdk_version = '3.1.4'; $themeisle_sdk_path = dirname( __FILE__ ); global $themeisle_sdk_max_version; diff --git a/package-lock.json b/package-lock.json index 8ef84210..b8546b84 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "themeisle-sdk", - "version": "3.1.2", + "version": "3.1.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ae3382d9..d28ceef6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "themeisle-sdk", - "version": "3.1.3", + "version": "3.1.4", "scripts": { "semantic-release": "semantic-release --debug" },