New
v5.9.0
5.9.0 (2025-03-08)
Changed
- Changed
Phalcon\Filter\Validation\Validator\Emailto allow UTF8 in local part. #16637 - Changed
Phalcon\Cache\Cache::getMultiple()to usemget()when thePhalcon\Cache\Adapter\Redisis used. #16689 - Changed
Storage\Adapter\Redisto acceptsslin the options for secure connections. #16711
Added
- Added
dispatch:beforeCallActionanddispatch:afterCallActionto last-minute modifications to handler and method (mostly for debugging).
Fixed
- Fixed
Phalcon\Forms\FormandPhalcon\Filter\Validationto correctly handle thevalidate()response when using validation classbeforeValidate()#16702 - Fixed
Phalcon\Support\Debugto use correct passed arguments inset_error_handlercallback. PHP v7.2.0 deprecatederrcontextand has been removed since php v8.0.0 #16649 - Fixed
Phalcon\Http\Response\Cookies,Phalcon\Http\Response\CookiesInterfaceandPhalcon\Http\Cookieto use correct cookie default arguments, avoid deprecated null assign warning when trying to assign the same cookie twice #16649 - Fixed
Phalcon\Encryption\Cryptto usestrleninstead ofmb_strlenfor padding calculations #16642 - Fixed
Phalcon\Filter\Validation\Validator\File\MimeType::validateto close the handle when usingfinfo#16647 - Fixed
Phalcon\Mvc\Model\Manager::getRelationRecordsto explicitly set thereferencedModelin the conditions along with thereferencedFields#16655