summaryrefslogtreecommitdiff
path: root/changelog
AgeCommit message (Collapse)AuthorFilesLines
2024-03-28Fix Smarty::assign() not returning when called with an array as first ↵Simon Wisselink1-0/+1
parameter. (#973) Fixes #972
2024-03-27version bumpSimon Wisselink1-1/+0
2024-03-27Fix missing and bogus use lines in src/Smarty.php. (#970)Simon Wisselink1-0/+1
2024-03-25version bumpSimon Wisselink1-2/+0
2024-03-15Fixed that scoped variables would overwrite parent scope. (#954)Simon Wisselink1-0/+2
* Fixed that scoped variables would overwrite parent scope. Fixes #952 * Moved variable stack maintenance to methods and private properties in Data class.
2024-02-26fix release tooling to auto-delete changelog filesSimon Wisselink3-3/+0
2024-02-26Implemented support for substr, implode and json_encode as modifiers. (#940)Simon Wisselink1-0/+1
* Implemented support for substr, implode and json_encode as modifiers. Fixes #939 * Added split and join in favor of explode and implode modifiers. * Documented all available modifiers
2024-02-24Add template path to CompilerException to enable rich debug features (#936)Simon Wisselink1-0/+1
* Add template path to CompilerException to enable rich debug features Fixes #935
2024-02-05added changelogSimon Wisselink1-0/+1
2023-11-11Fix make-release script for MacOSSimon Wisselink1-0/+0