diff --git a/CHANGELOG.md b/CHANGELOG.md index fd3f36a..4d4a2d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 2025-02-19 4.8.21 +* Fix version of module + ## 2025-02-18 4.8.20 * Add returned types for methods offsetExists, offsetSet, offsetUnset in WC_Retailcrm_Response diff --git a/VERSION b/VERSION index 0e94cb8..a70a836 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.8.20 +4.8.21 diff --git a/src/readme.txt b/src/readme.txt index ed32ad2..e5984cb 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.20 +Stable tag: 4.8.21 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.21 = +* Fix version of module + = 4.8.20 = * Add returned types for methods offsetExists, offsetSet, offsetUnset in WC_Retailcrm_Response diff --git a/src/retailcrm.php b/src/retailcrm.php index f6d53e7..f30071f 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.19 + * Version: 4.8.21 * 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.20'; + const MODULE_VERSION = '4.8.21'; private static $instance; diff --git a/src/uninstall.php b/src/uninstall.php index de1c25e..8ebb6e8 100644 --- a/src/uninstall.php +++ b/src/uninstall.php @@ -16,7 +16,7 @@ * * @link https://wordpress.org/plugins/woo-retailcrm/ * - * @version 4.8.20 + * @version 4.8.21 * * @package RetailCRM */