You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
โ Built-in logging (Monolog) has been removed, a custom PSR-3 logger must be used now! (see #964 for more info)
Added
Code snippet in GenericmessageCommand to keep obsolete service message system commands working. (#999)
Static boolean property SystemCommand::$execute_deprecated (must be assigned before handling the request) to try and execute any deprecated system command. (#999)
Improved MySQL DB index for message table, making the cleanup much faster on bigger databases. (Thanks to @damianperez) (#1015)
/cleanup command now supports dry run which simply outputs all queries that would be run. (#1015)
Changed
Small readme and code fixes / simplifications. (#1001)
Upgrade PHPUnit to 8.x and PHPCS to 3.5. For tests now minimum PHP version is 7.2. (#1008)