Skip to content

Commit

Permalink
Version update
Browse files Browse the repository at this point in the history
  • Loading branch information
regdos committed Apr 13, 2023
1 parent 6074c4e commit 0a00e5a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
## 3.2.11
* Cleanup hooks names (#312)
* Add option 'Without changing status' for CANCELED notification

## 3.2.10
* Fixed incompatible with php <7.1

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.2.10]]></version>
<version><![CDATA[3.2.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 @@ -36,7 +36,7 @@ public function __construct()
$this->name = 'payu';
$this->displayName = 'PayU';
$this->tab = 'payments_gateways';
$this->version = '3.2.10';
$this->version = '3.2.11';
$this->author = 'PayU';
$this->need_instance = 1;
$this->bootstrap = true;
Expand Down

0 comments on commit 0a00e5a

Please sign in to comment.