Phalcon v3.0.1 Release Notes

Release Date: 2016-08-24 // over 7 years ago
    • ๐Ÿ›  Fixed Phalcon\Cache\Backend\Redis::flush in order to flush cache correctly
    • ๐Ÿ›  Fixed Phalcon\Mvc\Model\Manager::getRelationRecords to correct using multi relation column #12035
    • ๐Ÿ›  Fixed Phalcon\Acl\Resource. Now it implements Phalcon\Acl\ResourceInterface #11959
    • ๐Ÿ›  Fixed save method for all cache backends. Now it updates the _lastKey property correctly #12050
    • ๐Ÿ›  Fixed virtual foreign key check when having multiple keys #12071
    • Phalcon\Config\Adapter\Ini constructor can now specify parse_ini_file() scanner mode #12079
    • ๐Ÿ›  Fixed Phalcon\Cache\Backend\Apc::save due to which the Apc::increment/Apc::decrement could not be used properly #12109
    • ๐Ÿ›  Fixed Phalcon\Mvc\Model\Criteria::inWhere so that now the second parameter can be an empty array #10676
    • ๐Ÿ›  Fixed ORM related memory leak #12115, #11995, #12116
    • ๐Ÿ›  Fixed incorrect Phalcon\Mvc\View::getActiveRenderPath behavior #12139
    • ๐Ÿ›  Fixed Phalcon\Security\Random::base64Safe so that now the method returns correct safe string #12141
    • ๐Ÿ›  Fixed the Phalcon\Translate\Adapter\Gettext::getOptionsDefault visibility #12157
    • ๐ŸŽ Enabled PHQL cache for PHP7 to improve performance and reuse plannings