Skip to content

Commit

Permalink
release: module update from ifthenpay/dev_prestashop_8 (ifthenpay/dev…
Browse files Browse the repository at this point in the history
  • Loading branch information
joaocouto-ifthenpay committed Jan 17, 2024
1 parent 5b409be commit ba23a41
Show file tree
Hide file tree
Showing 12 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ifthenpay/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<module>
<name>ifthenpay</name>
<displayName><![CDATA[Ifthenpay]]></displayName>
<version><![CDATA[8.0.4]]></version>
<version><![CDATA[8.1.0]]></version>
<description><![CDATA[Allows payments by Multibanco reference, MB WAY, Payshop, Credit Card and Cofidis Pay]]></description>
<author><![CDATA[Ifthenpay]]></author>
<tab><![CDATA[payments_gateways]]></tab>
Expand Down
2 changes: 1 addition & 1 deletion ifthenpay/ifthenpay.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public function __construct()
{
$this->name = 'ifthenpay';
$this->tab = 'payments_gateways';
$this->version = '8.0.4';
$this->version = '8.1.0';
$this->author = 'Ifthenpay';
$this->need_instance = 0;
$this->bootstrap = true;
Expand Down
File renamed without changes.

0 comments on commit ba23a41

Please sign in to comment.