Files
b2b.redline.com.pl/modules/newsletterpro/upgrade/Upgrade-5.0.2.php
2025-06-24 14:14:35 +02:00

39 lines
715 B
PHP

<?php
/**
* Since 2013 Ovidiu Cimpean.
*
* Ovidiu Cimpean - Newsletter Pro © All rights reserved.
*
* DISCLAIMER
*
* Do not edit, modify or copy this file.
* If you wish to customize it, contact us at addons4prestashop@gmail.com.
*
* @author Ovidiu Cimpean <addons4prestashop@gmail.com>
* @copyright Since 2013 Ovidiu Cimpean
* @license Do not edit, modify or copy this file
*
* @version Release: 4
*/
use PQNP\Config;
if (!defined('_PS_VERSION_')) {
exit;
}
/**
* @param NewsletterPro $module
*
* @return mixed
*/
function upgrade_module_5_0_2($module)
{
/** @var NewsletterProUpgrade */
$upgrade = $module->upgrade;
$upgrade->showCacheWarning();
return $upgrade->success();
}