Dwoo 1.3.6 has just been released.
This release fix bugs and allow you to work with SymfonyBundle beta 1.
Here is a list of the most important changes:
Changed
- In
setCacheDirandsetCompileDirmethods, create directory path if not exist if possible. - Rename
Compiler::getDwoo()toCompiler::getCore().
Fixed
- Fix bug, using object for custom plugin and using
getobjectPluginmethod. - Fix error,
getCoreneed to return$this->core. - Fix output data bug in
replaceModifiersmethod. - Fix
addPluginmethod, add code when passing object in$callback.
Want to upgrade to this new release?
composer update dwoo/dwoo 1.3.*