Phalcon v2.0.9 Release Notes

Release Date: 2015-11-24 // over 8 years ago
    • ๐Ÿ›  Fixed bug that double serializes data using Redis adapter
    • โž• Added console:boot event to allow the developer to perform initialization actions
    • โž• Added implementation options allowEmpty for Phalcon\Mvc\Model\Validator\Ip
    • ๐Ÿ›  Fixed SQLite bug#10997 related to setting of index type
    • โž• Added Phalcon\Db\Dialect\Sqlite::listIndexesSql - to generate the SQL to get query list of indexes
    • ๐Ÿ›  Fixed MySQL bug#11036 related to setting of index type
    • โž• Added missed RouteInterface::setHostname, RouteInterface::getHostname
    • โž• Added strict option for ExclusionIn validator
    • โž• Added Phalcon\Text::underscore - to make a phrase underscored instead of spaced
    • โž• Added Phalcon\Text::humanize - to make an underscored or dashed phrase human-readable
    • โž• Added ability to change document class to be returned in ODM through class option