From 8ebc42d79ab5fff5b21901a8fa2c2e2541f3ad27 Mon Sep 17 00:00:00 2001 From: Jonathan LELIEVRE Date: Thu, 10 Sep 2026 10:18:10 +0200 Subject: [PATCH] Bump 5.0.0 --- config.xml | 2 +- contactform.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.xml b/config.xml index 04a175a..f4efaa3 100644 --- a/config.xml +++ b/config.xml @@ -2,7 +2,7 @@ contactform - + diff --git a/contactform.php b/contactform.php index 20d70e9..962ca28 100644 --- a/contactform.php +++ b/contactform.php @@ -54,7 +54,7 @@ public function __construct() $this->name = 'contactform'; $this->author = 'PrestaShop'; $this->tab = 'front_office_features'; - $this->version = '4.4.4'; + $this->version = '5.0.0'; $this->bootstrap = true; parent::__construct();