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