Skip to content

Commit

Permalink
version change
Browse files Browse the repository at this point in the history
  • Loading branch information
vladislav-padalka-hys committed Aug 31, 2021
1 parent 47301c5 commit 8434ae2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions buckaroo3.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand All @@ -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)');
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion config.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
4 changes: 2 additions & 2 deletions config.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<module>
<name>buckaroo3</name>
<displayName><![CDATA[Buckaroo Payments (v 3.3.9)]]></displayName>
<version><![CDATA[3.3.9]]></version>
<displayName><![CDATA[Buckaroo Payments (v 3.3.10)]]></displayName>
<version><![CDATA[3.3.10]]></version>
<description><![CDATA[Buckaroo Payment module. Compatible with PrestaShop version 1.6.x + 1.7.x]]></description>
<author><![CDATA[Buckaroo]]></author>
<tab><![CDATA[payments_gateways]]></tab>
Expand Down

0 comments on commit 8434ae2

Please sign in to comment.