v5.0.0-alpha.1
Supported PHP Versions: 7.4, 8.0
Fixed
- Support for PHP 7.4 and PHP 8.0
- Fixed
Logger\Log::log()logto recognize all log levels #15214 - Changed
setClaimsto be protected so that thePhalcon\Security\JWT\Builderclass can be properly extended. #15322 - Fixed
Phalcon\Mvc\Model::average()to returnfloatvalue when isstring#15287 - Fixed
Phalcon\Storage\Serializer\Igbinaryto storeis_numericandboolvalues properly #15240 - Fixed
Phalcon\Validation\Validator\Confirmationwas failing to compare cases such as 000123 = 123 #15347 - Fixed
Phalcon\Storage\Adapterfailing to retrieve empty like stored data (such as [], 0, false) 15125 - Fixed declarations for
function getEventsManager()to allow null return 15010 - Removed underscore from method names (starting) to abide with PSR-12 15345
- Fixed
Phalcon\Flash\Session::has()to properly check if any messages are existing 15204