From a527017bc80bfb22e410fda2eb496609782b8bc5 Mon Sep 17 00:00:00 2001 From: Dima Uryvskiy Date: Mon, 30 Aug 2021 17:03:13 +0300 Subject: [PATCH] Bump version in MP --- CHANGELOG.md | 7 +++++++ VERSION | 2 +- src/readme.txt | 9 ++++++++- src/retailcrm.php | 2 +- src/uninstall.php | 2 +- 5 files changed, 18 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 880c334..25dcaac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 2021-08-30 4.3.8 +* Updated logic work address +* Added transfer of the client's comment to the WC order +* Added the ability to skip inactive statuses in settings module +* Deleted option 'Do not transmit the cost of delivery' +* Fix bug in archive upload + ## 2021-08-04 4.3.7 * Fixed an error with incorrect unloading of archived clients * Removed the "Client roles" option from the module settings diff --git a/VERSION b/VERSION index 4b8dea4..738a7f0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.3.7 \ No newline at end of file +4.3.8 \ No newline at end of file diff --git a/src/readme.txt b/src/readme.txt index d82df4c..31dbaf3 100644 --- a/src/readme.txt +++ b/src/readme.txt @@ -5,7 +5,7 @@ Tags: Интеграция, Simla.com, simla Requires PHP: 5.3 Requires at least: 5.3 Tested up to: 5.8 -Stable tag: 4.3.7 +Stable tag: 4.3.8 License: GPLv1 or later License URI: http://www.gnu.org/licenses/gpl-1.0.html @@ -83,6 +83,13 @@ Asegúrate de tener una clave API específica para cada tienda. Las siguientes i == Changelog == += 4.3.8 = +* Updated logic work address +* Added transfer of the client's comment to the WC order +* Added the ability to skip inactive statuses in settings module +* Deleted option 'Do not transmit the cost of delivery' +* Fix bug in archive upload + = 4.3.7 = * Fixed an error with incorrect unloading of archived clients * Removed the "Client roles" option from the module settings diff --git a/src/retailcrm.php b/src/retailcrm.php index 4d0c085..4103372 100644 --- a/src/retailcrm.php +++ b/src/retailcrm.php @@ -5,7 +5,7 @@ * Description: Integration plugin for WooCommerce & Simla.com * Author: RetailDriver LLC * Author URI: http://retailcrm.pro/ - * Version: 4.3.7 + * Version: 4.3.8 * Tested up to: 5.8 * WC requires at least: 3.0 * WC tested up to: 5.4 diff --git a/src/uninstall.php b/src/uninstall.php index 4054b83..8ca4d3e 100644 --- a/src/uninstall.php +++ b/src/uninstall.php @@ -16,7 +16,7 @@ * * @link https://wordpress.org/plugins/woo-retailcrm/ * - * @version 4.3.7 + * @version 4.3.8 * * @package RetailCRM */