From 8eeda06149508ba8b00585b1609165061ac95cb4 Mon Sep 17 00:00:00 2001 From: tblivet Date: Wed, 10 Jan 2024 15:22:39 +0100 Subject: [PATCH] Release 3.1.4 --- config.xml | 2 +- ps_imageslider.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.xml b/config.xml index f94a30e..49fe122 100644 --- a/config.xml +++ b/config.xml @@ -2,7 +2,7 @@ ps_imageslider - + diff --git a/ps_imageslider.php b/ps_imageslider.php index 861c0b3..3dbbf28 100644 --- a/ps_imageslider.php +++ b/ps_imageslider.php @@ -52,7 +52,7 @@ public function __construct() { $this->name = 'ps_imageslider'; $this->tab = 'front_office_features'; - $this->version = '3.1.3'; + $this->version = '3.1.4'; $this->author = 'PrestaShop'; $this->need_instance = 0; $this->secure_key = Tools::hash($this->name);