Skip to content

Commit

Permalink
🔖 Update to 4.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
intraordinaire committed Nov 12, 2024
1 parent 0e60dbb commit 74e55af
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<module>
<name>ps_mbo</name>
<displayName><![CDATA[PrestaShop Marketplace in your Back Office]]></displayName>
<version><![CDATA[4.12.0]]></version>
<version><![CDATA[4.13.0]]></version>
<description><![CDATA[Discover the best PrestaShop modules to optimize your online store.]]></description>
<author><![CDATA[PrestaShop]]></author>
<tab><![CDATA[administration]]></tab>
Expand Down
4 changes: 2 additions & 2 deletions ps_mbo.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class ps_mbo extends Module
/**
* @var string
*/
public const VERSION = '4.12.0';
public const VERSION = '4.13.0';

public const CONTROLLERS_WITH_CONNECTION_TOOLBAR = [
'AdminModulesManage',
Expand Down Expand Up @@ -94,7 +94,7 @@ class ps_mbo extends Module
public function __construct()
{
$this->name = 'ps_mbo';
$this->version = '4.12.1';
$this->version = '4.13.0';
$this->author = 'PrestaShop';
$this->tab = 'administration';
$this->module_key = '6cad5414354fbef755c7df4ef1ab74eb';
Expand Down
2 changes: 1 addition & 1 deletion upgrade/upgrade-4.12.1.php → upgrade/upgrade-4.13.0.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
*
* @return bool
*/
function upgrade_module_4_12_1(Module $module): bool
function upgrade_module_4_13_0(Module $module): bool
{
$module->updateHooks();
$module->updateTabs();
Expand Down

0 comments on commit 74e55af

Please sign in to comment.