From e8733e5fcf3c4e52682f9d338691cd245745bc69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Pe=C3=B1a=20Carbonell?= Date: Mon, 28 Nov 2022 10:45:34 +0100 Subject: [PATCH] Update version 5.9.2 --- lib/dedalo/config/version.inc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/lib/dedalo/config/version.inc b/lib/dedalo/config/version.inc index 1ad8e2c712..7b64e940a0 100644 --- a/lib/dedalo/config/version.inc +++ b/lib/dedalo/config/version.inc @@ -2788,7 +2788,8 @@ Added component_autocomplete_hi json controller file (added 15-11-2022 to Numismatic tool sort) Valencia 19-11-2022 Fixed PHP v8 issues with bad json data in web_data class - + Valencia 28-11-2022T10:45:00 + Fixed component_number to search with < operator, now it avoid the empty values, empty !== 0 when search < than any value [/HISTORY] @@ -2814,13 +2815,13 @@ # Version - $DEDALO_VERSION = '5.9.1'; + $DEDALO_VERSION = '5.9.2'; if(defined('DEVELOPMENT_SERVER') && DEVELOPMENT_SERVER===true) { $DEDALO_VERSION .= '.'.time(); } define('DEDALO_VERSION' , $DEDALO_VERSION); - define('DEDALO_BUILD' , '19-11-2022T09:19:00'); + define('DEDALO_BUILD' , '28-11-2022T10:45:00');