From 5861d30637fa1ac29e24c72caba7336d9476d050 Mon Sep 17 00:00:00 2001 From: Mateusz Falewicz Date: Wed, 12 May 2021 12:07:17 +0200 Subject: [PATCH] Version update --- CHANGELOG.md | 3 +++ payu/config.xml | 2 +- payu/payu.php | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fef8765..7bcb1ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 3.1.10 + * Added credit section to order for installment and delayed payment methods + ## 3.1.9 * Quick fix #279 diff --git a/payu/config.xml b/payu/config.xml index ba5b9d4..4a38b68 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 63f5469..307613b 100644 --- a/payu/payu.php +++ b/payu/payu.php @@ -44,7 +44,7 @@ public function __construct() $this->name = 'payu'; $this->displayName = 'PayU'; $this->tab = 'payments_gateways'; - $this->version = '3.1.9'; + $this->version = '3.1.10'; $this->author = 'PayU'; $this->need_instance = 1; $this->bootstrap = true;