Version 2.0.11 stable
andresgutierrez
released this
04 May 19:50
·
9329 commits
to master
since this release
- Fix Model magic set functionality to maintain variable visibility and utilize setter methods.#11286
- Added a
prepareSave
event to model saving - Added support for OnUpdate and OnDelete foreign key events to the MySQL adapter
- Added ability to setLogLevel on multiple logs #10429
- Fixed regression changes for
Phalcon\Translate\Adapter\Gettext::prepareOptions
#11429 - Fixed
Phalcon\Mvc\View\Engine\Volt::callMacro
bug. Now it's correctly callingcall_user_func_array
instead ofcall_user_func
- Fixed undefined method call
Phalcon\Mvc\Collection\Manager::getConnectionService
. NowPhalcon\Mvc\Collection::getConnectionService
works correctly in according to documentation