From 245a6ffa2c711db8cb58056588d0824ee50bf785 Mon Sep 17 00:00:00 2001 From: Tomasz Regdos Date: Fri, 14 Sep 2018 12:15:18 +0200 Subject: [PATCH] Update version --- CHANGELOG.md | 4 ++++ payu/config.xml | 2 +- payu/payu.php | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 81373bf..c4c6aaf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 3.0.13 + * Fixed configuration form generates notices (lukasz-zaroda) + * Fixed generate urls + ## 3.0.12 * Fix image path for logo * Fixed min & max credit edge cases diff --git a/payu/config.xml b/payu/config.xml index 1349354..27aa095 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 38f3b47..043b901 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.12'; + $this->version = '3.0.13'; $this->author = 'PayU'; $this->need_instance = 1; $this->bootstrap = true;