From 5bf6557fea124f22ceabfa5a46f650d525c7b1cb Mon Sep 17 00:00:00 2001 From: Thomas Nabord Date: Fri, 24 Oct 2025 09:25:44 +0100 Subject: [PATCH] Bump to v2.2.1 --- config.xml | 2 +- ps_wirepayment.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.xml b/config.xml index 2b9a337..db9ef90 100644 --- a/config.xml +++ b/config.xml @@ -2,7 +2,7 @@ ps_wirepayment - + diff --git a/ps_wirepayment.php b/ps_wirepayment.php index 8e3f575..cbcb99e 100644 --- a/ps_wirepayment.php +++ b/ps_wirepayment.php @@ -48,7 +48,7 @@ public function __construct() { $this->name = 'ps_wirepayment'; $this->tab = 'payments_gateways'; - $this->version = '2.2.0'; + $this->version = '2.2.1'; $this->ps_versions_compliancy = ['min' => '1.7.6.0', 'max' => _PS_VERSION_]; $this->author = 'PrestaShop'; $this->controllers = ['payment', 'validation'];