diff --git a/CHANGELOG.md b/CHANGELOG.md index fdda217..3882422 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 3.2.15 +* IP address from Prestashop Tools +* SDK update + ## 3.2.14 * Fixed warnings in cart * Fixed warnings in payu logger diff --git a/payu/config.xml b/payu/config.xml index 0dec307..561a1b8 100644 --- a/payu/config.xml +++ b/payu/config.xml @@ -2,7 +2,7 @@ payu - + diff --git a/payu/payu.php b/payu/payu.php index 6d61598..37243f3 100644 --- a/payu/payu.php +++ b/payu/payu.php @@ -36,7 +36,7 @@ public function __construct() $this->name = 'payu'; $this->displayName = 'PayU'; $this->tab = 'payments_gateways'; - $this->version = '3.2.14'; + $this->version = '3.2.15'; $this->author = 'PayU'; $this->need_instance = 1; $this->bootstrap = true;