Skip to content

Commit 759411c

Browse files
committed
bump version
1 parent ef62694 commit 759411c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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.2.0]]></version>
5+
<version><![CDATA[5.2.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
@@ -42,7 +42,7 @@ class ps_mbo extends Module
4242
use PrestaShop\Module\Mbo\Traits\UseHooks;
4343
use PrestaShop\Module\Mbo\Traits\HaveConfigurationPage;
4444

45-
public const VERSION = '5.2.1';
45+
public const VERSION = '5.2.2';
4646

4747
public array $configurationList = [
4848
'PS_MBO_SHOP_ADMIN_UUID' => '', // 'ADMIN' because there will be only one for all shops in a multishop context
@@ -71,7 +71,7 @@ public function __construct()
7171
{
7272
$this->name = 'ps_mbo';
7373
// 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
74-
$this->version = '5.2.1';
74+
$this->version = '5.2.2';
7575
$this->author = 'PrestaShop';
7676
$this->tab = 'administration';
7777
$this->module_key = '6cad5414354fbef755c7df4ef1ab74eb';

0 commit comments

Comments
 (0)