diff --git a/CHANGELOG.md b/CHANGELOG.md index 844da2c..198fa91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 2024-10-24 4.8.12 +* Fixed multiple execution of order updates + ## 2024-10-14 4.8.11 * Added additional parameters to GET requests diff --git a/VERSION b/VERSION index c1b6143..332911c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.8.11 +4.8.12 diff --git a/src/readme.txt b/src/readme.txt index 96bd8d4..7866dd6 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.11 +Stable tag: 4.8.12 License: GPLv1 or later License URI: http://www.gnu.org/licenses/gpl-1.0.html @@ -82,6 +82,8 @@ Asegúrate de tener una clave API específica para cada tienda. Las siguientes i == Changelog == += 4.8.12 = +* Fixed multiple execution of order updates = 4.8.11 = * Added additional parameters to GET requests diff --git a/src/retailcrm.php b/src/retailcrm.php index a29573c..256d61b 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.11 + * Version: 4.8.12 * 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 bbb5360..71df6d4 100644 --- a/src/uninstall.php +++ b/src/uninstall.php @@ -16,7 +16,7 @@ * * @link https://wordpress.org/plugins/woo-retailcrm/ * - * @version 4.8.11 + * @version 4.8.12 * * @package RetailCRM */