From f5751523bd11f9c3357fa23496bf31b9d54f5655 Mon Sep 17 00:00:00 2001 From: Ivan Chaplygin Date: Thu, 31 Aug 2023 12:24:44 +0300 Subject: [PATCH] =?UTF-8?q?ref=20#89649=20=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2?= =?UTF-8?q?=D0=BB=D0=B5=D0=BD=D0=B0=20=D0=B2=D0=B5=D1=80=D1=81=D0=B8=D1=8F?= =?UTF-8?q?=20=D0=BC=D0=BE=D0=B4=D1=83=D0=BB=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 3 +++ VERSION | 2 +- src/readme.txt | 5 ++++- src/retailcrm.php | 2 +- src/uninstall.php | 2 +- 5 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b56b849..9008b43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 2023-08-31 4.6.11 +* Added the ability to work with coupons through the CRM system + ## 2023-07-19 4.6.10 * Abandoned cart transfer fix diff --git a/VERSION b/VERSION index e26a327..4381da6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.6.10 \ No newline at end of file +4.6.11 \ No newline at end of file diff --git a/src/readme.txt b/src/readme.txt index 388e8e5..1ba4236 100644 --- a/src/readme.txt +++ b/src/readme.txt @@ -5,7 +5,7 @@ Tags: Интеграция, Simla.com, simla Requires PHP: 7.0 Requires at least: 5.3 Tested up to: 6.2 -Stable tag: 4.6.10 +Stable tag: 4.6.11 License: GPLv1 or later License URI: http://www.gnu.org/licenses/gpl-1.0.html @@ -82,6 +82,9 @@ Asegúrate de tener una clave API específica para cada tienda. Las siguientes i == Changelog == += 4.6.11 = +* Added the ability to work with coupons through the CRM system + = 4.6.10 = * Abandoned cart transfer fix diff --git a/src/retailcrm.php b/src/retailcrm.php index cedfb0d..c55b08e 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.6.10 + * Version: 4.6.11 * Tested up to: 6.2 * WC requires at least: 5.4 * WC tested up to: 7.8 diff --git a/src/uninstall.php b/src/uninstall.php index 44a93bc..dab4ce7 100644 --- a/src/uninstall.php +++ b/src/uninstall.php @@ -16,7 +16,7 @@ * * @link https://wordpress.org/plugins/woo-retailcrm/ * - * @version 4.6.10 + * @version 4.6.11 * * @package RetailCRM */