Skip to content

Commit

Permalink
Version update
Browse files Browse the repository at this point in the history
  • Loading branch information
regdos committed Aug 3, 2018
1 parent 633f01e commit 2559ff3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion payu/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<module>
<name>payu</name>
<displayName><![CDATA[PayU]]></displayName>
<version><![CDATA[2.5.1]]></version>
<version><![CDATA[2.5.2]]></version>
<description><![CDATA[Accepts payments by PayU]]></description>
<author><![CDATA[PayU]]></author>
<tab><![CDATA[payments_gateways]]></tab>
Expand Down
2 changes: 1 addition & 1 deletion payu/payu.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public function __construct()
{
$this->name = 'payu';
$this->tab = 'payments_gateways';
$this->version = '2.5.1';
$this->version = '2.5.2';
$this->author = 'PayU';
$this->need_instance = 1;
$this->ps_versions_compliancy = array('min' => '1.4.4', 'max' => '1.6');
Expand Down

0 comments on commit 2559ff3

Please sign in to comment.