Skip to content

Commit

Permalink
Merge branch 'hotfix/1.17.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
Alima Grine committed Jul 1, 2024
2 parents 5e8adbf + b6b3181 commit f725d10
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
1.17.4, 2024-07-01:
- [technical] Enabled some features by plugin variant.

1.17.3, 2024-06-21:
- [smartform] Bug fix: Fix error related to countries restriction for Smartform payment means filter.
- Bug fix: Fix error related to order status update on IPN when order is in final status.
Expand Down
2 changes: 1 addition & 1 deletion payzen/classes/PayzenTools.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class PayzenTools

private static $CMS_IDENTIFIER = 'PrestaShop_1.5-8.x';
private static $SUPPORT_EMAIL = '[email protected]';
private static $PLUGIN_VERSION = '1.17.3';
private static $PLUGIN_VERSION = '1.17.4';
private static $GATEWAY_VERSION = 'V2';

const ORDER_ID_REGEX = '#^[a-zA-Z0-9]{1,9}$#';
Expand Down
2 changes: 1 addition & 1 deletion payzen/payzen.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public function __construct()
{
$this->name = 'payzen';
$this->tab = 'payments_gateways';
$this->version = '1.17.3';
$this->version = '1.17.4';
$this->author = 'Lyra Network';
$this->controllers = array('redirect', 'submit', 'rest', 'iframe');
$this->module_key = 'f3e5d07f72a9d27a5a09196d54b9648e';
Expand Down

0 comments on commit f725d10

Please sign in to comment.