1
0
Fork 0
mirror of synced 2025-04-06 07:13:33 +03:00

Bump version

This commit is contained in:
dima-uryvskiy 2022-07-18 12:18:16 +03:00
parent 7e9e0d8040
commit 83e4d7337c
5 changed files with 22 additions and 4 deletions

View file

@ -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

View file

@ -1 +1 @@
4.4.4
4.4.5

View file

@ -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

View file

@ -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

View file

@ -16,7 +16,7 @@
*
* @link https://wordpress.org/plugins/woo-retailcrm/
*
* @version 4.4.4
* @version 4.4.5
*
* @package RetailCRM
*/