diff --git a/CHANGELOG.md b/CHANGELOG.md index ac2f9c6..7b154d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 3.0.17 + * New copy for DP + ## 3.0.16 * Fixed submitting payment for Prestashop v1.7.5.0 diff --git a/payu/config.xml b/payu/config.xml index ace9c7d..484dbfa 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 086b9e2..633c8c2 100644 --- a/payu/payu.php +++ b/payu/payu.php @@ -46,7 +46,7 @@ public function __construct() $this->name = 'payu'; $this->displayName = 'PayU'; $this->tab = 'payments_gateways'; - $this->version = '3.0.16'; + $this->version = '3.0.17'; $this->author = 'PayU'; $this->need_instance = 1; $this->bootstrap = true;