Dwoo Downloads
Latest version : 0.9.2
- dwoo-0.9.2.tar.gz Dwoo Library
- dwoo-0.9.2-docs.tar.gz API Docs
Release notes:
Note to anyone that downloaded the 0.9.2 before July 1st GMT, please redownload it and delete your compiled templates if you encounter this fatal error.
I had to make a few BC breaks in the 0.9.2 release to fix some architectural issues, however they should hopefully not affect most users and are quite easy to fix on your end. Please read the changelog carefuly and/or the UPGRADE_NOTES file that is bundled with the library. Especially if you encounter problems.
On the feature side, this release (finally) introduces support for {dynamic}, which is great and allows you to have non-cached parts in cached templates, for more fine grained control of caching. In addition the {tif} plugin serves as a ternary if operator, which can be useful to make short conditionals.
Previous notes:
The 0.9.1 release fixed a few bugs and shouldn't break anything (coming from 0.9.0) so upgrade as soon as possible. With the 0.9.1 version comes full documentation for plugins, it is a wiki so do not hesitate to fix anything unclear or missing, add examples, etc. More documentation for core classes should come next month, and missing features/1.0 around July hopefully. Read the full changelog for more details.
If you are going to use Dwoo as a replacement for Smarty, you might want to check the compatibility list to be sure everything you use is supported.
Please note that the SmartyAdapter is meant as a way to move your codebase slowly towards Dwoo, and is not a permanent solution. It does slow down things and it's not recommended to use it in production since it is far less tested than the rest.
If you want to try the latest version you can get it from the Subversion repository at : svn://dwoo.org/dwoo/trunk - be warned however that it will not always be stable and usable, this is the development version.