From 0aefc304a4c6728e414b2a844148daa5d6e2116b Mon Sep 17 00:00:00 2001 From: tomjas1997 Date: Mon, 27 Mar 2023 16:30:05 +0300 Subject: [PATCH] 1.0.24 --- changelog.md | 4 ++++ saferpayofficial.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 0e161ec4..493d00e8 100755 --- a/changelog.md +++ b/changelog.md @@ -104,3 +104,7 @@ ## [1.0.23] - * - BO: Fixed release script. + +## [1.0.24] - * + +- BO: Fixed uninstall functionality not working for later versions of PrestaShop. diff --git a/saferpayofficial.php b/saferpayofficial.php index 30c2e695..dcecc140 100755 --- a/saferpayofficial.php +++ b/saferpayofficial.php @@ -41,7 +41,7 @@ public function __construct($name = null) { $this->name = 'saferpayofficial'; $this->author = 'Invertus'; - $this->version = '1.0.23'; + $this->version = '1.0.24'; $this->module_key = '3d3506c3e184a1fe63b936b82bda1bdf'; $this->displayName = 'SaferpayOfficial'; $this->description = 'Saferpay Payment module';