10 September 2016
Home
Blog
Dwoo 1.2.2 released
Dwoo 1.2.2 has just been released. Here is a list of the most important changes:
Added
Add support for XOR and ^ operators.
Add support for closure when adding a new plugin with: $dwoo->addPlugin() .
Removed
File lib/Dwoo.compiled.php has been removed.
File lib/dwooAutoload.php has been removed, use Composer to autoload classes.
Want to upgrade to this new release?
composer update dwoo/dwoo
Who is behind dwoo? Dwoo is brought to you by David Sanchez .
Dwoo is released under the GNU Lesser General Public License v3.0.
Latest News
25
SEP
Dwoo 1.3.0 released
[Dwoo 1.3.0](https://github.com/dwoo-project/dwoo/pull/47) has just been released. Here is a list of the most important changes: Added ----- * Add namespaces....
15
SEP
Dwoo 1.2.3 released
[Dwoo 1.2.3](https://github.com/dwoo-project/dwoo/pull/46) has just been released. Here is a list of the most important changes: Added ------- * Continuously integrated...