Dwoo 1.3.2 released
Dwoo 1.3.2 has just been released.
Here is a list of the most important changes:
Added
- Add new tests:
CoreTest::testSetters
,CoreTest::testGlobal
. - Add new methods:
Core::setTemplateDir
andCore::getTemplateDir
. - Add new alias
js
for javascript available format in escape plugin. - Add new methods
Core::addGlobal
andCore::getGlobals
.
Changed
- Properties
Core::$data
andCore::$globals
are now protected.
Fixed
- Fix PHPUnit test:
CompilerTest::testConstants
.
Want to upgrade to this new release?
composer update dwoo/dwoo 1.3.*