Skip to content

Commit 31481e1

Browse files
chore: bump version 5.3.1 -> 5.3.2
1 parent 37f866e commit 31481e1

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<module>
33
<name>ps_mbo</name>
44
<displayName><![CDATA[PrestaShop Marketplace in your Back Office]]></displayName>
5-
<version><![CDATA[5.3.1]]></version>
5+
<version><![CDATA[5.3.2]]></version>
66
<description><![CDATA[Browse the Addons marketplace directly from your back office to better meet your needs.]]></description>
77
<author><![CDATA[PrestaShop]]></author>
88
<tab><![CDATA[administration]]></tab>

ps_mbo.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class ps_mbo extends Module
4545

4646
public const MODULE_NAME = 'ps_mbo';
4747

48-
public const VERSION = '5.3.1';
48+
public const VERSION = '5.3.2';
4949

5050
public array $configurationList = [
5151
'PS_MBO_SHOP_ADMIN_UUID' => '', // 'ADMIN' because there will be only one for all shops in a multishop context
@@ -74,7 +74,7 @@ public function __construct()
7474
{
7575
// This value must be hard-coded to respect Addons rules, so we must make sure that the const value is always synced with this one
7676
$this->name = 'ps_mbo';
77-
$this->version = '5.3.1';
77+
$this->version = '5.3.2';
7878
$this->author = 'PrestaShop';
7979
$this->tab = 'administration';
8080
$this->module_key = '6cad5414354fbef755c7df4ef1ab74eb';

0 commit comments

Comments
 (0)