From 8b35e8b83eb7682c748e8c2e9cc30a0b2a5e7540 Mon Sep 17 00:00:00 2001 From: Ibrahima SOW Date: Mon, 24 Jul 2023 10:01:37 +0000 Subject: [PATCH] Release 4.5.1 (#605) --- config.xml | 2 +- ps_mbo.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config.xml b/config.xml index f7a037309..c106bc990 100644 --- a/config.xml +++ b/config.xml @@ -2,7 +2,7 @@ ps_mbo - + diff --git a/ps_mbo.php b/ps_mbo.php index 15d7050c2..d94649a06 100755 --- a/ps_mbo.php +++ b/ps_mbo.php @@ -53,7 +53,7 @@ class ps_mbo extends Module /** * @var string */ - public const VERSION = '4.5.0'; + public const VERSION = '4.5.1'; public const CONTROLLERS_WITH_CONNECTION_TOOLBAR = [ 'AdminPsMboModule', @@ -104,7 +104,7 @@ class ps_mbo extends Module public function __construct() { $this->name = 'ps_mbo'; - $this->version = '4.5.0'; + $this->version = '4.5.1'; $this->author = 'PrestaShop'; $this->tab = 'administration'; $this->module_key = '6cad5414354fbef755c7df4ef1ab74eb';