From 6dc188533466dfa0dc56b4e94fb99683b1ac7ebb Mon Sep 17 00:00:00 2001 From: Matt75 <5262628+Matt75@users.noreply.github.com> Date: Fri, 10 Jan 2025 09:29:43 +0100 Subject: [PATCH] Bump module version to 7.4.3.0 --- config.xml | 2 +- ps_checkout.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config.xml b/config.xml index a648c2b93..faf74ee70 100644 --- a/config.xml +++ b/config.xml @@ -2,7 +2,7 @@ ps_checkout - + diff --git a/ps_checkout.php b/ps_checkout.php index 608c8ef5f..5baf0e28a 100755 --- a/ps_checkout.php +++ b/ps_checkout.php @@ -116,7 +116,7 @@ class Ps_checkout extends PaymentModule // Needed in order to retrieve the module version easier (in api call headers) than instanciate // the module each time to get the version - const VERSION = '7.4.2.2'; + const VERSION = '7.4.3.0'; const INTEGRATION_DATE = '2024-04-01'; @@ -137,7 +137,7 @@ public function __construct() // We cannot use the const VERSION because the const is not computed by addons marketplace // when the zip is uploaded - $this->version = '7.4.2.2'; + $this->version = '7.4.3.0'; $this->author = 'PrestaShop'; $this->currencies = true; $this->currencies_mode = 'checkbox';