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