diff --git a/buckaroo3.php b/buckaroo3.php index c0842f9d2..9bbc8ec26 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.11'; + $this->version = '3.4.0'; $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.11)'); + $this->displayName = $this->l('Buckaroo Payments (v 3.4.0)'); } } } diff --git a/config.php b/config.php index ffef5c706..b897e2578 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.11'; + const VERSION = '3.4.0'; //ATTENTION: If log is enabled it can be potential vulnerability const LOG = false; diff --git a/config.xml b/config.xml index d7c58a1ed..cdf4b36f3 100644 --- a/config.xml +++ b/config.xml @@ -1,8 +1,8 @@ buckaroo3 - - + +