From e7a2e9495879888c505c83779dc08eb8840a8c21 Mon Sep 17 00:00:00 2001 From: regdos Date: Tue, 18 Apr 2023 11:25:20 +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 732ea3f..c128b73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 3.2.12 +* Fixed payment for non classic themes + ## 3.2.11 * Cleanup hooks names (#312) * Add option 'Without changing status' for CANCELED notification diff --git a/payu/config.xml b/payu/config.xml index 9e029ed..a92fc89 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 3b55f7f..fed7222 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.11'; + $this->version = '3.2.12'; $this->author = 'PayU'; $this->need_instance = 1; $this->bootstrap = true;