diff --git a/CHANGELOG.md b/CHANGELOG.md index b795aa7..a34304e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## 2022-07-18 4.4.5 +* Change logic work with delivery cost +* Add price rounding from WC settings +* Add functionality for changing the time interval for cron tasks +* Fix error with empty 'paidAt' +* Change processing history by sinceId +* Fix spanish accents processing in ICML +* Fix WA icon positioning + ## 2022-05-26 4.4.4 * Add product description to ICML * Fix fatal error using API without api_key diff --git a/VERSION b/VERSION index f15ec04..5f70498 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.4.4 \ No newline at end of file +4.4.5 \ No newline at end of file diff --git a/src/readme.txt b/src/readme.txt index d3c4c69..10ee19c 100644 --- a/src/readme.txt +++ b/src/readme.txt @@ -5,7 +5,7 @@ Tags: Интеграция, Simla.com, simla Requires PHP: 5.6 Requires at least: 5.3 Tested up to: 5.9 -Stable tag: 4.4.4 +Stable tag: 4.4.5 License: GPLv1 or later License URI: http://www.gnu.org/licenses/gpl-1.0.html @@ -82,6 +82,15 @@ Asegúrate de tener una clave API específica para cada tienda. Las siguientes i == Changelog == += 4.4.5 = +* Change logic work with delivery cost +* Add price rounding from WC settings +* Add functionality for changing the time interval for cron tasks +* Fix error with empty 'paidAt' +* Change processing history by sinceId +* Fix spanish accents processing in ICML +* Fix WA icon positioning + = 4.4.4 = * Add product description to ICML * Fix fatal error using API without api_key diff --git a/src/retailcrm.php b/src/retailcrm.php index f79e780..aec28bd 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.4.4 + * Version: 4.4.5 * Tested up to: 5.9 * WC requires at least: 5.4 * WC tested up to: 6.5 diff --git a/src/uninstall.php b/src/uninstall.php index bce0011..ee491bb 100644 --- a/src/uninstall.php +++ b/src/uninstall.php @@ -16,7 +16,7 @@ * * @link https://wordpress.org/plugins/woo-retailcrm/ * - * @version 4.4.4 + * @version 4.4.5 * * @package RetailCRM */