Phalcon v2.0.5 Release Notes

Release Date: 2015-07-14 // almost 9 years ago
    • 🛠 Fixed a bug that makes that attaching an events manager to an Mvc\Application causes view->render() not being called
    • 🛠 Fixed bug that makes generated SQL statements using FOR UPDATE not being parsed correctly
    • 🚚 The email filter now no longer removes the ' character #10603
    • When an array is bound the cached representation in PHQL makes the SQL being incorrectly generated the second time.
    • ➕ Added \Phalcon\Mvc\Model\MetaData\Memcache and \Phalcon\Mvc\Model\MetaData\Libmemcached adapters