mirror of
https://github.com/retailcrm/prestashop-module.git
synced 2025-03-01 19:03:14 +03:00
Добавлены подсказки в настройках (#228)
This commit is contained in:
parent
cc2f33eb7b
commit
11248f5309
@ -1,3 +1,6 @@
|
|||||||
|
## v3.6.11
|
||||||
|
* Добавлены подсказки в настройках модуля
|
||||||
|
|
||||||
## v3.6.10
|
## v3.6.10
|
||||||
* Изменена валидация ключа коллектора
|
* Изменена валидация ключа коллектора
|
||||||
|
|
||||||
|
@ -48,7 +48,7 @@ require_once dirname(__FILE__) . '/bootstrap.php';
|
|||||||
|
|
||||||
class RetailCRM extends Module
|
class RetailCRM extends Module
|
||||||
{
|
{
|
||||||
const VERSION = '3.6.10';
|
const VERSION = '3.6.11';
|
||||||
|
|
||||||
const API_URL = 'RETAILCRM_ADDRESS';
|
const API_URL = 'RETAILCRM_ADDRESS';
|
||||||
const API_KEY = 'RETAILCRM_API_TOKEN';
|
const API_KEY = 'RETAILCRM_API_TOKEN';
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 74 KiB After Width: | Height: | Size: 100 KiB |
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user