diff --git a/CHANGELOG.md b/CHANGELOG.md index 1313eee..00f8428 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## v4.1.19 +* Added option to round order amount + ## v4.1.18 * Fixed constant with version of module. diff --git a/VERSION b/VERSION index 60623b5..3cee4a0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.1.18 +4.1.19 diff --git a/src/upload/system/library/retailcrm/retailcrm.php b/src/upload/system/library/retailcrm/retailcrm.php index 5207368..7c980ed 100644 --- a/src/upload/system/library/retailcrm/retailcrm.php +++ b/src/upload/system/library/retailcrm/retailcrm.php @@ -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;