* @copyright 2012-2018 NetReviews SAS * @license NetReviews * @version Release: $Revision: 7.6.0 * @date 20/04/2018 * International Registered Trademark & Property of NetReviews SAS */ if (!defined('_PS_VERSION_')) { exit; } /** * http://doc.prestashop.com/display/PS16/Enabling+the+Auto-Update * Function used to update your module from previous versions to the version 7.6.0, */ function upgrade_module_7_6_0() { return true; } /** * Function used to update your PS configuration from previous versions to the version 7.6.0, */ function upgradePsConfiguration_7_6_0() { return true; } /** * Function used to update your hook from previous versions to the version 7.6.0, */ function upgradeHook_7_6_0() { return true; } /** * Function used to update your database from previous versions to the version 7.6.0, */ function upgradeDatabase_7_6_0() { return true; }