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');