File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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 ' ;
You can’t perform that action at this time.
0 commit comments