Phalcon v4.0.3 Release Notes

Release Date: 2020-01-25 // about 4 years ago
  • ๐Ÿ‘Œ 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