mirror of
https://github.com/retailcrm/prestashop-module.git
synced 2025-03-01 19:03:14 +03:00
parent
c20b285b11
commit
3cf7638fc2
4
.github/workflows/presta.yml
vendored
4
.github/workflows/presta.yml
vendored
@ -26,10 +26,10 @@ jobs:
|
||||
# - php-version: '7.1' - Error install PrestaShop
|
||||
# branch: '1.7.8.10'
|
||||
- php-version: '7.2'
|
||||
branch: '1.7.8.10'
|
||||
branch: '1.7.8.11'
|
||||
coverage: 1
|
||||
- php-version: '7.3'
|
||||
branch: '1.7.8.10'
|
||||
branch: '1.7.8.11'
|
||||
services:
|
||||
mysql:
|
||||
image: mysql:5.7
|
||||
|
@ -1,3 +1,6 @@
|
||||
## v3.6.13
|
||||
* Внесены правки в тесты
|
||||
|
||||
## v3.6.12
|
||||
* Добавлена передача дополнительных параметров в GET запросах
|
||||
|
||||
|
@ -48,7 +48,7 @@ require_once dirname(__FILE__) . '/bootstrap.php';
|
||||
|
||||
class RetailCRM extends Module
|
||||
{
|
||||
const VERSION = '3.6.12';
|
||||
const VERSION = '3.6.13';
|
||||
const API_URL = 'RETAILCRM_ADDRESS';
|
||||
const API_KEY = 'RETAILCRM_API_TOKEN';
|
||||
const DELIVERY = 'RETAILCRM_API_DELIVERY';
|
||||
|
Loading…
x
Reference in New Issue
Block a user