Skip to content

Commit

Permalink
Update version 5.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-render committed Nov 28, 2022
1 parent fe424e2 commit e8733e5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions lib/dedalo/config/version.inc
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand All @@ -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');



Expand Down

0 comments on commit e8733e5

Please sign in to comment.