From 0da2830e442edf189f609ec9c324177efb24c589 Mon Sep 17 00:00:00 2001 From: ellynoize Date: Thu, 19 Dec 2024 14:32:15 +0300 Subject: [PATCH] bump version --- CHANGELOG.md | 3 +++ VERSION | 2 +- src/readme.txt | 5 ++++- src/retailcrm.php | 4 ++-- src/uninstall.php | 2 +- 5 files changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 503a7a2..5977540 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 2024-12-19 4.8.15 +* Add export archive in CRM + ## 2024-11-07 4.8.14 * The method for determining the stock quantity has been optimized diff --git a/VERSION b/VERSION index ae9ac8e..fdee45c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.8.14 +4.8.15 diff --git a/src/readme.txt b/src/readme.txt index 7a82f70..98ea359 100644 --- a/src/readme.txt +++ b/src/readme.txt @@ -5,7 +5,7 @@ Tags: Интеграция, Simla.com, simla Requires PHP: 7.1 Requires at least: 5.3 Tested up to: 6.5 -Stable tag: 4.8.14 +Stable tag: 4.8.15 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.15 = +* Add export archive in CRM + = 4.8.14 = * The method for determining the stock quantity has been optimized diff --git a/src/retailcrm.php b/src/retailcrm.php index 8178e7d..d73a1df 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.14 + * Version: 4.8.15 * Tested up to: 6.5 * Requires Plugins: woocommerce * WC requires at least: 5.4 @@ -27,7 +27,7 @@ if (!class_exists( 'WC_Integration_Retailcrm')) : class WC_Integration_Retailcrm { const WOOCOMMERCE_SLUG = 'woocommerce'; const WOOCOMMERCE_PLUGIN_PATH = 'woocommerce/woocommerce.php'; - const MODULE_VERSION = '4.8.11'; + const MODULE_VERSION = '4.8.15'; private static $instance; diff --git a/src/uninstall.php b/src/uninstall.php index 60118d9..6aadd01 100644 --- a/src/uninstall.php +++ b/src/uninstall.php @@ -16,7 +16,7 @@ * * @link https://wordpress.org/plugins/woo-retailcrm/ * - * @version 4.8.14 + * @version 4.8.15 * * @package RetailCRM */