From a9fdc2a20434ee64ed3d588ad58139dce2ba872e Mon Sep 17 00:00:00 2001 From: jakub-gardo-payu <46598933+jakub-gardo-payu@users.noreply.github.com> Date: Thu, 4 Nov 2021 23:06:25 +0100 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 1f115ff..1240df1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 3.1.14 + * Apply new credit mini widget with automatic configuration based on posId + ## 3.1.13 * Return to Prestashop standard order-confirmation page diff --git a/payu/config.xml b/payu/config.xml index 4225890..1085d44 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 3420705..f550b43 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.13'; + $this->version = '3.1.14'; $this->author = 'PayU'; $this->need_instance = 1; $this->bootstrap = true;