mirror of
https://github.com/retailcrm/opencart-module.git
synced 2025-04-05 14:23:37 +03:00
bump
This commit is contained in:
parent
d6596964bd
commit
06f0ff45c9
3 changed files with 5 additions and 2 deletions
|
@ -1,3 +1,6 @@
|
|||
## v4.1.19
|
||||
* Added option to round order amount
|
||||
|
||||
## v4.1.18
|
||||
* Fixed constant with version of module.
|
||||
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
4.1.18
|
||||
4.1.19
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue