Skip to content

Commit

Permalink
Updated versions
Browse files Browse the repository at this point in the history
  • Loading branch information
woutse committed Aug 14, 2024
1 parent fe3a28b commit c483e63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/addons/paynl_addon/addon.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<id>paynl_addon</id>
<name>PAY.</name>
<description>PAY. Gateway addon</description>
<version>1.1.9</version>
<version>1.2.0</version>
<priority>1000</priority>
<settings layout="separate">
<sections>
Expand Down
2 changes: 1 addition & 1 deletion app/addons/paynl_addon/func.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ function getObjectData()
{
$phpVersion = substr(phpversion(), 0, 3);
$cscartVersion = defined('PRODUCT_VERSION') ? PRODUCT_VERSION : '-';
$payPlugin = '1.1.10';
$payPlugin = '1.2.0';

return substr('cscart ' . $payPlugin . ' | ' . $cscartVersion . ' | ' . $phpVersion, 0, 64);
}
Expand Down

0 comments on commit c483e63

Please sign in to comment.