Skip to content

Commit

Permalink
Version update (#328)
Browse files Browse the repository at this point in the history
Co-authored-by: Wojciech Przybylski <wojciech.przybylski@payu.com>
  • Loading branch information
wprzybylski and Wojciech Przybylski committed Mar 22, 2024
1 parent 1a0e67d commit 289d50a
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.19
* Klarna as separate payment method
* PayPo as separate payment method

## 3.2.18
* Fixed #323 - added validation when creating refunds
* Fixed multiple assignment payu order to Presta order
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.18]]></version>
<version><![CDATA[3.2.19]]></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.18';
$this->version = '3.2.19';
$this->author = 'PayU';
$this->need_instance = 1;
$this->bootstrap = true;
Expand Down

0 comments on commit 289d50a

Please sign in to comment.