From 3cf7638fc28c0d39e8b316f991e0b22a020c4424 Mon Sep 17 00:00:00 2001 From: ellynoize <111681973+ellynoize@users.noreply.github.com> Date: Tue, 15 Oct 2024 15:44:37 +0600 Subject: [PATCH] Fix tests (#230) Co-authored-by: anton --- .github/workflows/presta.yml | 4 ++-- CHANGELOG.md | 3 +++ VERSION | 2 +- retailcrm/retailcrm.php | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/workflows/presta.yml b/.github/workflows/presta.yml index 9a57705..26b63bf 100644 --- a/.github/workflows/presta.yml +++ b/.github/workflows/presta.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index ef2d471..d778eba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## v3.6.13 +* Внесены правки в тесты + ## v3.6.12 * Добавлена передача дополнительных параметров в GET запросах diff --git a/VERSION b/VERSION index 8b7b0b5..3609cf7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.6.12 +3.6.13 diff --git a/retailcrm/retailcrm.php b/retailcrm/retailcrm.php index c573401..946eab3 100755 --- a/retailcrm/retailcrm.php +++ b/retailcrm/retailcrm.php @@ -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';