Skip to content

Commit

Permalink
Version update
Browse files Browse the repository at this point in the history
  • Loading branch information
mfalewicz committed May 12, 2021
1 parent 252c4fb commit f9b3abd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,6 @@
## 3.1.11
* Fix sending selected credit payment methods in order

## 3.1.10
* Added credit section to order for installment and delayed payment methods

Expand Down
2 changes: 1 addition & 1 deletion payu/config.xml
Expand Up @@ -2,7 +2,7 @@
<module>
<name>payu</name>
<displayName><![CDATA[PayU]]></displayName>
<version><![CDATA[3.1.10]]></version>
<version><![CDATA[3.1.11]]></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
Expand Up @@ -44,7 +44,7 @@ public function __construct()
$this->name = 'payu';
$this->displayName = 'PayU';
$this->tab = 'payments_gateways';
$this->version = '3.1.10';
$this->version = '3.1.11';
$this->author = 'PayU';
$this->need_instance = 1;
$this->bootstrap = true;
Expand Down

0 comments on commit f9b3abd

Please sign in to comment.