From c1da7ab855e9b57e5afe95c073cd6af9aac16fde Mon Sep 17 00:00:00 2001 From: Ivan Chaplygin Date: Fri, 13 Sep 2024 15:40:03 +0300 Subject: [PATCH] Update version module --- 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 ce47b43..e950806 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 2024-09-13 4.8.4 +* Updated work with promotional items when loyalty program is enabled + ## 2024-09-11 4.8.3 * Added loyalty program coupon entry in the form by click diff --git a/VERSION b/VERSION index f99c658..57c4b30 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.8.3 +4.8.4 diff --git a/src/readme.txt b/src/readme.txt index 45e1b7c..19bc3dd 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.5 -Stable tag: 4.8.3 +Stable tag: 4.8.4 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.8.4 = +* Updated work with promotional items when loyalty program is enabled + = 4.8.3 = * Added loyalty program coupon entry in the form by click diff --git a/src/retailcrm.php b/src/retailcrm.php index 327dc43..222313a 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.8.3 + * Version: 4.8.4 * Tested up to: 6.5 * Requires Plugins: woocommerce * WC requires at least: 5.4 diff --git a/src/uninstall.php b/src/uninstall.php index 15381d1..4ea8c5c 100644 --- a/src/uninstall.php +++ b/src/uninstall.php @@ -16,7 +16,7 @@ * * @link https://wordpress.org/plugins/woo-retailcrm/ * - * @version 4.8.3 + * @version 4.8.4 * * @package RetailCRM */