From 92bd62c4e544de68f8358a62df910e405159f820 Mon Sep 17 00:00:00 2001 From: mattgoud Date: Wed, 7 Jan 2026 10:42:34 +0100 Subject: [PATCH 1/2] fix: [translation] fix #65 path translation path => use translation domain convention --- dashproducts.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashproducts.php b/dashproducts.php index d89b6ed..66e33ec 100755 --- a/dashproducts.php +++ b/dashproducts.php @@ -119,7 +119,7 @@ public function getTableRecentOrders() ]), Tools::htmlentitiesUTF8($order['firstname']), Tools::htmlentitiesUTF8($order['lastname']) - ) : $this->trans('Deleted customer', [], 'AdminGlobal'), + ) : $this->trans('Deleted customer', [], 'Admin.Global'), 'class' => 'text-left', ]; $tr[] = [ From 978f45b5299485afe1aea7f990dc4714ad188748 Mon Sep 17 00:00:00 2001 From: mattgoud Date: Wed, 7 Jan 2026 16:22:41 +0100 Subject: [PATCH 2/2] release: add version 2.2.1 --- config.xml | 2 +- dashproducts.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.xml b/config.xml index a620db1..8f0a0fe 100644 --- a/config.xml +++ b/config.xml @@ -2,7 +2,7 @@ dashproducts - + diff --git a/dashproducts.php b/dashproducts.php index 66e33ec..32761c6 100755 --- a/dashproducts.php +++ b/dashproducts.php @@ -33,7 +33,7 @@ public function __construct() { $this->name = 'dashproducts'; $this->tab = 'administration'; - $this->version = '2.2.0'; + $this->version = '2.2.1'; $this->author = 'PrestaShop'; parent::__construct();