Phalcon v2.0.10 Release Notes

Release Date: 2016-02-04 // about 8 years ago
    • ๐Ÿ‘ ORM: Added support for DATE columns in Oracle
    • Fixed wrong total_items and total_pages in Paginator when the query builder has set groupBy()
    • ๐Ÿ›  Fixed Phalcon\Acl\Memory::allow bug#11210 related to the inconsistent behavior with access specified as string and array
    • โž• Added quoting column in Phalcon\Db\Dialect\MySQL::addColumn when define position of the column
    • โž• Added support to define position of the column in Phalcon\Db\Dialect\MySQL::modifyColumn
    • ๐Ÿ›  Fixed Phalcon\Mvc\Model\Query\Builder bug#11298 related to resetting limit to null
    • ๐Ÿ›  Fixed Phalcon\Tag::getTitle bug#11185. Now a title will be automatically escaped.
    • ๐Ÿ›  Fixed Phalcon\Translate\Adapter\Gettext::exists bug#11310 related to the wrong returned value (always true)
    • ๐Ÿ›  Fixed Phalcon\Translate\Adapter\Gettext::setLocale bug#11311 related to the incorrect setting locale
    • โž• Added ability to persistent connection in Phalcon\Queue\Beanstalk::connect
    • ๐Ÿ›  Fixed Phalcon\Http\Response::redirect bug#11324. Incorrect initialization local array of status codes
    • ๐Ÿ›  Fixed cache backends bug#11322 related to saving number 0
    • ๐Ÿ›  Fixed Phalcon\Db\Dialect::escape bug#11359. Added ability to use the database name with dots.