Fixed
- Fixed
Phalcon\Encryption\Security
to take into account theworkFactor
in the cost calculation #16153 - Removed double unserializing during Model caching #16035, #16131
- Fixed
Phalcon\Db\Adapter\Pdo\Mysql::describeIndexes
to assign an empty string in the index type ofnull
and remove warnings #16157 - Fixed
Phalcon\Db\Adapter\Pdo\Sqlite::describeIndexes
to assign an empty string in the index type ofnull
and remove warnings #16157 - Fixed
Phalcon\Mvc\Model\Manager::notifyEvent
to returntrue
instead ofnull
on success #16161 - Fixed
Phalcon\Encryption\Security\JWT\Validator::validateExpiration
to correctly validate theexp
claim #16166