Skip to content

Commit

Permalink
Version update
Browse files Browse the repository at this point in the history
  • Loading branch information
jakub-gardo-payu committed Feb 11, 2021
1 parent 2d7828d commit d05207a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 3.1.7
* Add delayed payment with Twisto support
* Remove delayed payment with Monedo support

## 3.1.6
* Fix classname conflict

Expand All @@ -20,6 +24,7 @@
* Fix covering other modules in admin panel
* Fix Cache'ing paymethods


## 3.1.0
* Separate card payment
* Card payment by widget
Expand Down
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[3.1.6]]></version>
<version><![CDATA[3.1.7]]></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 @@ -44,7 +44,7 @@ public function __construct()
$this->name = 'payu';
$this->displayName = 'PayU';
$this->tab = 'payments_gateways';
$this->version = '3.1.6';
$this->version = '3.1.7';
$this->author = 'PayU';
$this->need_instance = 1;
$this->bootstrap = true;
Expand Down

0 comments on commit d05207a

Please sign in to comment.