diff --git a/blocksupplier.php b/blocksupplier.php index 054a668..f575ec1 100644 --- a/blocksupplier.php +++ b/blocksupplier.php @@ -24,7 +24,7 @@ * International Registered Trademark & Property of PrestaShop SA */ -if (!defined('_PS_VERSION_')) +if (!defined('_TB_VERSION_')) exit; class BlockSupplier extends Module @@ -33,8 +33,8 @@ function __construct() { $this->name = 'blocksupplier'; $this->tab = 'front_office_features'; - $this->version = '1.2.1'; - $this->author = 'PrestaShop'; + $this->version = '2.0.0'; + $this->author = 'thirty bees'; $this->need_instance = 0; $this->bootstrap = true;