Phalcon v3.3.2 Release Notes

Release Date: 2018-03-04 // about 6 years ago
    • ๐Ÿ›  Fixed Phalcon\Db\Dialect\Mysql::modifyColumn to produce valid SQL for renaming the column #13012
    • ๐Ÿ›  Fixed Phalcon\Forms\Form::getMessages to return back previous behaviour: return array of messages with element name as key #13294
    • ๐Ÿ›  Fixed Phalcon\Mvc\Model\Behavior\SoftDelete::notify to solve the exception that soft deletion renamed model #13302, #13306
    • ๐Ÿ›  Fixed E_DEPRECATED error for each() in Phalcon\Debug\Dump #13253