mirror of
https://github.com/retailcrm/prestashop-module.git
synced 2025-04-04 21:53:36 +03:00
Добавлены подсказки в настройках (#228)
This commit is contained in:
parent
cc2f33eb7b
commit
11248f5309
5 changed files with 6 additions and 3 deletions
|
@ -1,3 +1,6 @@
|
|||
## v3.6.11
|
||||
* Добавлены подсказки в настройках модуля
|
||||
|
||||
## v3.6.10
|
||||
* Изменена валидация ключа коллектора
|
||||
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
3.6.10
|
||||
3.6.11
|
||||
|
|
|
@ -48,7 +48,7 @@ require_once dirname(__FILE__) . '/bootstrap.php';
|
|||
|
||||
class RetailCRM extends Module
|
||||
{
|
||||
const VERSION = '3.6.10';
|
||||
const VERSION = '3.6.11';
|
||||
|
||||
const API_URL = 'RETAILCRM_ADDRESS';
|
||||
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…
Add table
Reference in a new issue