From 6d97b6af1f7b951d09121ea3ba1354db0d65707b Mon Sep 17 00:00:00 2001 From: mRaigne Date: Thu, 13 Dec 2018 11:57:05 +0100 Subject: [PATCH 1/2] Fix notice due to missing translation key --- statscheckup.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/statscheckup.php b/statscheckup.php index 6000319..9ac089a 100644 --- a/statscheckup.php +++ b/statscheckup.php @@ -156,7 +156,7 @@ public function hookAdminStatsModules() 'DESCRIPTIONS' => array('name' => $this->trans('Descriptions', array(), 'Modules.Statscheckup.Admin'), 'text' => $this->trans('chars (without HTML)', array(), 'Modules.Statscheckup.Admin')), 'IMAGES' => array('name' => $this->trans('Images', array(), 'Admin.Global'), 'text' => $this->trans('images', array(), 'Admin.Global')), 'SALES' => array('name' => $this->trans('Sales', array(), 'Admin.Global'), 'text' => $this->trans('orders / month', array(), 'Modules.Statscheckup.Admin')), - 'STOCK' => array('name' => $this->trans('Available quantity for sale', array(), 'Admin.Global')) + 'STOCK' => array('name' => $this->trans('Available quantity for sale', array(), 'Admin.Global'), 'text' => $this->trans('items', array(), 'Modules.Statscheckup.Admin')) ); $this->html = ' From e404fcbd655e0872b1d505ed858c8913607b9ab1 Mon Sep 17 00:00:00 2001 From: Thomas Nabord Date: Mon, 17 Dec 2018 09:56:58 +0000 Subject: [PATCH 2/2] Bump version to 2.0.1 --- config.xml | 2 +- statscheckup.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.xml b/config.xml index 5300d48..e7f1d4b 100755 --- a/config.xml +++ b/config.xml @@ -2,7 +2,7 @@ statscheckup - + diff --git a/statscheckup.php b/statscheckup.php index 9ac089a..d8d1729 100644 --- a/statscheckup.php +++ b/statscheckup.php @@ -36,7 +36,7 @@ public function __construct() { $this->name = 'statscheckup'; $this->tab = 'analytics_stats'; - $this->version = '2.0.0'; + $this->version = '2.0.1'; $this->author = 'PrestaShop'; $this->need_instance = 0;