This commit is contained in:
ellynoize 2025-01-17 14:27:37 +03:00
parent d6596964bd
commit 06f0ff45c9
3 changed files with 5 additions and 2 deletions

View file

@ -1,3 +1,6 @@
## v4.1.19
* Added option to round order amount
## v4.1.18
* Fixed constant with version of module.

View file

@ -1 +1 @@
4.1.18
4.1.19

View file

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