Skip to content

Commit

Permalink
Merge pull request #15 from paynl/version-number-change
Browse files Browse the repository at this point in the history
Version number change
  • Loading branch information
woutse authored Sep 28, 2021
2 parents 1ef68c1 + b751f19 commit 59ae7a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.5</version>
<version>1.1.6</version>
<priority>1000</priority>
<settings layout="separate">
<sections>
Expand Down
4 changes: 2 additions & 2 deletions 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.5';
$payPlugin = '1.1.6';

return substr('cscart ' . $payPlugin . ' | ' . $cscartVersion . ' | ' . $phpVersion, 0, 64);
}
Expand Down Expand Up @@ -337,4 +337,4 @@ function paynl_nearest($number, $numbers)
$output = $NDat[0];
}
return $output;
}
}

0 comments on commit 59ae7a9

Please sign in to comment.