From 18a519764465be0f7aeb8ea33e6cb41b5956020c Mon Sep 17 00:00:00 2001 From: "themeisle[bot]" Date: Thu, 4 Jun 2020 16:15:18 +0000 Subject: [PATCH] chore(release): 3.2.11 [skip ci] ##### [Version 3.2.11](https://github.com/Codeinwp/themeisle-sdk/compare/v3.2.10...v3.2.11) (2020-06-04) * remove non-printable chars --- CHANGELOG.md | 4 ++++ composer.json | 2 +- load.php | 2 +- package.json | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a972a48e..bf222cf6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +##### [Version 3.2.11](https://github.com/Codeinwp/themeisle-sdk/compare/v3.2.10...v3.2.11) (2020-06-04) + +* remove non-printable chars + ##### [Version 3.2.10](https://github.com/Codeinwp/themeisle-sdk/compare/v3.2.9...v3.2.10) (2020-05-28) * Remove extra files on export diff --git a/composer.json b/composer.json index 66f1c427..adc2cf05 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ "homepage": "https://themeisle.com" } ], - "version": "3.2.10", + "version": "3.2.11", "require-dev": { "dealerdirect/phpcodesniffer-composer-installer": "^0.4.4", "squizlabs/php_codesniffer": "^3.1", diff --git a/load.php b/load.php index 8b00a337..685636f5 100644 --- a/load.php +++ b/load.php @@ -14,7 +14,7 @@ return; } // Current SDK version and path. -$themeisle_sdk_version = '3.2.10'; +$themeisle_sdk_version = '3.2.11'; $themeisle_sdk_path = dirname( __FILE__ ); global $themeisle_sdk_max_version; diff --git a/package.json b/package.json index e8dbfb1b..f95373f0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "themeisle-sdk", "description": "Themeisle SDK", - "version": "3.2.10", + "version": "3.2.11", "scripts": { "release": "semantic-release --debug" },