Skip to content

Commit

Permalink
Merge pull request #239 from PayU/credit-presentation-fix
Browse files Browse the repository at this point in the history
Update version
  • Loading branch information
mfalewicz committed Aug 21, 2018
2 parents 6f4fa80 + e09dddb commit cf2c697
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.0.11
* Fixed payment methods icon alignment
* Fixed css class naming for mini installment widget displaying

## 3.0.10
* Promoting credit payment methods feature: https://github.com/PayU/plugin_prestashop/tree/master#promowanie-p%C5%82atno%C5%9Bci-ratalnych-i-odroczonych
* Add missing nofilter after display hook
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.0.10]]></version>
<version><![CDATA[3.0.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 @@ -46,7 +46,7 @@ public function __construct()
$this->name = 'payu';
$this->displayName = 'PayU';
$this->tab = 'payments_gateways';
$this->version = '3.0.10';
$this->version = '3.0.11';
$this->author = 'PayU';
$this->need_instance = 1;
$this->bootstrap = true;
Expand Down

0 comments on commit cf2c697

Please sign in to comment.