From 8434ae25e607dd5f784949265a509d98442ee543 Mon Sep 17 00:00:00 2001 From: vladislav_padalka_hys Date: Tue, 31 Aug 2021 12:09:05 +0300 Subject: [PATCH] version change --- buckaroo3.php | 4 ++-- config.php | 2 +- config.xml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/buckaroo3.php b/buckaroo3.php index bc7269d68..9498cf279 100644 --- a/buckaroo3.php +++ b/buckaroo3.php @@ -35,7 +35,7 @@ public function __construct() { $this->name = 'buckaroo3'; $this->tab = 'payments_gateways'; - $this->version = '3.3.9'; + $this->version = '3.3.10'; $this->author = 'Buckaroo'; $this->need_instance = 1; $this->module_key = '8d2a2f65a77a8021da5d5ffccc9bbd2b'; @@ -60,7 +60,7 @@ public function __construct() if (isset($response->status) && $response->status > 0) { $this->displayName = $this->getPaymentTranslation($response->payment_method); } else { - $this->displayName = $this->l('Buckaroo Payments (v 3.3.9)'); + $this->displayName = $this->l('Buckaroo Payments (v 3.3.10)'); } } } diff --git a/config.php b/config.php index 7888c16a2..b284d2673 100644 --- a/config.php +++ b/config.php @@ -23,7 +23,7 @@ class Config extends ConfigCore { const NAME = 'buckaroo3'; const PLUGIN_NAME = 'Buckaroo Payments'; - const VERSION = '3.3.8'; + const VERSION = '3.3.10'; //ATTENTION: If log is enabled it can be potential vulnerability const LOG = false; diff --git a/config.xml b/config.xml index 01eb44462..e97269d04 100644 --- a/config.xml +++ b/config.xml @@ -1,8 +1,8 @@ buckaroo3 - - + +