From 91969066eab5d31173611232431b9b1111903aba Mon Sep 17 00:00:00 2001 From: Ibrahima SOW Date: Mon, 8 Apr 2024 12:28:05 +0000 Subject: [PATCH] Bump version to 4.11.1 + limit PS Version to 8.99.99 --- config.xml | 2 +- ps_mbo.php | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config.xml b/config.xml index 5a9007f59..6473e95f6 100644 --- a/config.xml +++ b/config.xml @@ -2,7 +2,7 @@ ps_mbo - + diff --git a/ps_mbo.php b/ps_mbo.php index 04dab64f5..c945754b1 100755 --- a/ps_mbo.php +++ b/ps_mbo.php @@ -49,7 +49,7 @@ class ps_mbo extends Module /** * @var string */ - public const VERSION = '4.11.0'; + public const VERSION = '4.11.1'; public const CONTROLLERS_WITH_CONNECTION_TOOLBAR = [ 'AdminModulesManage', @@ -94,14 +94,14 @@ class ps_mbo extends Module public function __construct() { $this->name = 'ps_mbo'; - $this->version = '4.11.0'; + $this->version = '4.11.1'; $this->author = 'PrestaShop'; $this->tab = 'administration'; $this->module_key = '6cad5414354fbef755c7df4ef1ab74eb'; $this->need_instance = 0; $this->ps_versions_compliancy = [ 'min' => '8.0.2', - 'max' => _PS_VERSION_, + 'max' => '8.99.99', ]; parent::__construct();