From 181117cbcc0fd971a603adc5f84e3de0c6df8d67 Mon Sep 17 00:00:00 2001 From: Jonathan Lelievre Date: Wed, 21 Jun 2023 02:24:30 +0200 Subject: [PATCH 1/2] Revert controller defined as a service --- config/services.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/config/services.yml b/config/services.yml index 31d6b9bc..21f753fe 100644 --- a/config/services.yml +++ b/config/services.yml @@ -167,6 +167,3 @@ services: - "@=service('prestashop.adapter.legacy.configuration').getInt('PS_LANG_DEFAULT')" tags: - { name: form.type } - - PrestaShop\Module\LinkList\Controller\Admin\Improve\Design\LinkBlockController: - autowire: true From 1820e899d67f94e4c975124d329fc6bb208a036c Mon Sep 17 00:00:00 2001 From: Jonathan Lelievre Date: Wed, 21 Jun 2023 02:24:40 +0200 Subject: [PATCH 2/2] Bump 6.0.3 version --- config.xml | 2 +- ps_linklist.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.xml b/config.xml index a83ff8cc..d0df9d31 100644 --- a/config.xml +++ b/config.xml @@ -2,7 +2,7 @@ ps_linklist - + diff --git a/ps_linklist.php b/ps_linklist.php index 3bee0ae6..ba697a61 100644 --- a/ps_linklist.php +++ b/ps_linklist.php @@ -73,7 +73,7 @@ public function __construct() { $this->name = 'ps_linklist'; $this->author = 'PrestaShop'; - $this->version = '6.0.2'; + $this->version = '6.0.3'; $this->need_instance = 0; $this->tab = 'front_office_features';