This commit is contained in:
ellynoize 2025-01-23 16:18:02 +03:00
parent a2309e3a5b
commit a2a844a37f
3 changed files with 5 additions and 2 deletions

View file

@ -1,3 +1,6 @@
## v4.1.20
* Added option to upload inventories
## v4.1.19
* Added option to round order amount

View file

@ -1 +1 @@
4.1.19
4.1.20

View file

@ -16,7 +16,7 @@ class Retailcrm {
const RETAILCRM_DISCOUNT = 'retailcrm_discount';
const RETAILCRM_DISCOUNT_SORT_ORDER = 8;
const VERSION_MODULE = '4.1.19';
const VERSION_MODULE = '4.1.20';
protected $registry;