Skip to content

v4.0.3

Compare
Choose a tag to compare
@niden niden released this 25 Jan 22:14
· 4208 commits to master since this release

Supported PHP Versions: 7.2, 7.3, 7.4

Fixed

  • Fixed Phalcon\Db\Adapter\Pdo\Mysql Tinyint(1) is handled as boolean under MySql #14708
  • Fixed Phalcon\Mvc\View\Engine\Volt to produce the correct order of variables for the join filter #14771
  • Fixed Phalcon\Storage\Adapter\Stream::getKeys() bug in the absence of a directory with a prefix name #14725, #14721
  • Fixed Phalcon\Debug::onUncaughtException Should accept \Throwable instead of \Exception as an argument #14738
  • Fixed Phalcon\Validation\ValidatorFactory Should return Phalcon\Validation\ValidatorInterface 14749
  • Fixed Phalcon\Mvc\Model\Binder to now correctly call has and set on the cache object #14743
  • Fixed Phalcon\Session\Adapter\Stream and Phalcon\Storage\Adapter\Stream to correctly handle simultaneous read/write #14694
  • Fixed Phalcon\Config\ConfigFactory to always add the correct extension #14756