Smarty v3.1.13 Release Notes

  • 13.01.2013

    • โœจ enhancement allow to disable exception message escaping by SmartyException::$escape = false; (Issue #130)

    09.01.2013

    • ๐Ÿ›  bugfix compilation did fail when a prefilter did modify an {extends} tag c
    • ๐Ÿ›  bugfix template inheritance could fail if nested {block} tags in childs did contain {$smarty.block.child} (Issue #127)
    • ๐Ÿ›  bugfix template inheritance could fail if {block} tags in childs did have similar name as used plugins (Issue #128)
    • added abstract method declaration doCompile() in Smarty_Internal_TemplateCompilerBase (Forum Topic 23969)

    06.01.2013

    • ๐Ÿ‘ Allow '://' URL syntax in template names of stream resources (Issue #129)

    27.11.2012

    • bugfix wrong variable usage in smarty_internal_utility.php (Issue #125)

    26.11.2012

    • ๐Ÿ›  bugfix global variable assigned within template function are not seen after template function exit (Forum Topic 23800)

    24.11.2012

    • made SmartyBC loadable via composer (Issue #124)

    20.11.2012

    • ๐Ÿ›  bugfix assignGlobal() called from plugins did not work (Forum Topic 23771)

    13.11.2012

    • adding attribute "strict" to html_options, html_checkboxes, html_radios to only print disabled/readonly attributes if their values are true or "disabled"/"readonly" (Issue #120)

    01.11.2012

    • ๐Ÿ›  bugfix muteExcpetedErrors() would screw up for non-readable paths (Issue #118)