Closed emulienfou closed 8 years ago
Update master to 1.3.0 release:
Added
Changed
plugins/builtin
Dwoo/Plugins
smarty_compat
PluginSmartyCompatible
Plugin
Dwoo_Plugin_assign_compile
PluginAssignCompile
Dwoo_Plugin_array_compile
Dwoo\Plugins\Helpers\PluginArrayCompile
Removed
Dwoo
new Dwoo\Core()
Dwoo\Core::output()
echo Dwoo\Core::get()
$_output
Dwoo\Core::get()
Update master to 1.3.0 release:
Added
Changed
plugins/builtin
toDwoo/Plugins
.smarty_compat
becomePluginSmartyCompatible
.Plugin
keyword.Dwoo_Plugin_assign_compile
is nowPluginAssignCompile
).Dwoo_Plugin_array_compile
move toDwoo\Plugins\Helpers\PluginArrayCompile
.Removed
Dwoo
class, now you need to use:new Dwoo\Core()
.Dwoo\Core::output()
, use nowecho Dwoo\Core::get()
method.$_output
ofDwoo\Core::get()
method has been removed, useecho Dwoo\Core::get()
instead.