From ea391f611a145f59d7663a43b3c0b1fd88bc2be4 Mon Sep 17 00:00:00 2001 From: Mantas Date: Fri, 14 Apr 2023 11:21:21 +0300 Subject: [PATCH] module version increase --- changelog.md | 5 +++++ saferpayofficial.php | 7 +------ 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/changelog.md b/changelog.md index 493d00e8..fac27bb5 100755 --- a/changelog.md +++ b/changelog.md @@ -108,3 +108,8 @@ ## [1.0.24] - * - BO: Fixed uninstall functionality not working for later versions of PrestaShop. + +## [1.1.0] - * + +- BO : Module compatible with PS 1.6.* - 8.0.* +- FO : Module compatible with PS 1.6.* - 8.0.* diff --git a/saferpayofficial.php b/saferpayofficial.php index cc2ccc94..3b7594ff 100755 --- a/saferpayofficial.php +++ b/saferpayofficial.php @@ -32,16 +32,11 @@ class SaferPayOfficial extends PaymentModule const DISABLE_CACHE = true; - /** - * Symfony DI Container - **/ - private $moduleContainer; - public function __construct($name = null) { $this->name = 'saferpayofficial'; $this->author = 'Invertus'; - $this->version = '1.0.24'; + $this->version = '1.1.0'; $this->module_key = '3d3506c3e184a1fe63b936b82bda1bdf'; $this->displayName = 'SaferpayOfficial'; $this->description = 'Saferpay Payment module';