summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
AgeCommit message (Collapse)AuthorFilesLines
2022-09-22#155 Adapt Smarty upper/lower functions to be codesafe (e.g. for Turkish ↵Alec Smecher1-0/+1
locale) (#586) * Implemented locale safe strotoupper, strolower and ucfirst functions for translating user string to filenames etc. Fixes #155 Co-Authored-By: Alexkurd <7689609+Alexkurd@users.noreply.github.com>
2022-09-22Fixed PHP8.1 deprecation errors in strip_tags (#803)Simon Wisselink1-0/+1
2022-09-22Updated changelogSimon Wisselink1-0/+1
2022-09-22Silence deprecation errors for strtime in PHP8.1 or higherSimon Wisselink1-2/+3
Fixes #672 (#811)
2022-09-21Update changelogSimon Wisselink1-0/+1
2022-09-20Include docs en demo in the releases.Simon Wisselink1-0/+3
Fixes #799
2022-09-18Added changelogSimon Wisselink1-0/+1
2022-09-14clean output buffer for Throwable instead of just Exception (#797)Simon Wisselink1-0/+3
Fixes #514
2022-09-14version bumpSimon Wisselink1-0/+2
2022-09-14Fixed unselected year/month/day not working in html_select_dateSimon Wisselink1-0/+1
Fixes #395
2022-09-14Applied appropriate javascript and html escaping in mailto plugin to counter ↵Simon Wisselink1-0/+3
injection attacks Fixes #454
2022-09-13Fixed PHP8.1 deprecation errors in capitalize modifierSimon Wisselink1-0/+1
Fixes #789
2022-09-12Fixed use of `rand()` without a parameter in math function (#795)Simon Wisselink1-0/+1
* Fixed use of `rand()` without a parameter in math function Fixes #794
2022-09-10Fixed PHP8.1 deprecation errors in upper modifier #788Simon Wisselink1-0/+3
2022-08-01version bumpSimon Wisselink1-0/+2
2022-08-01Fixed second param of unescape modifier (#778)Simon Wisselink1-0/+1
Fixes #777
2022-07-19Merge branch 'fix-issue-549-v3' of github.com:AnrDaemon/smarty into ↵Simon Wisselink1-0/+3
AnrDaemon-fix-issue-549-v3 (#771)
2022-07-17ChangelogSimon Wisselink1-0/+3
2022-05-17Add CVE to changelogSimon Wisselink1-1/+1
2022-05-17version bumpSimon Wisselink1-0/+2
2022-05-16ChangelogSimon Wisselink1-2/+3
2022-04-26ChangelogSimon Wisselink1-0/+1
2022-04-26ChangelogSimon Wisselink1-0/+1
2022-04-26Add changelogSimon Wisselink1-0/+3
2022-02-07Added issue 721 to changelogSimon Wisselink1-0/+1
2022-02-06prevent float to int cast deprecation warning in truncate modifierSimon Wisselink1-1/+2
Fixes #699
2022-02-06Merge branch 'master' into bugfix/706Simon Wisselink1-0/+2
2022-02-06fix PHP 8.1 deprecation notices in demo/plugins/cacheresource.pdo.phpSimon Wisselink1-0/+3
Fixes #706
2022-02-06version bumpSimon Wisselink1-0/+2
2022-01-21Updated changelogSimon Wisselink1-0/+3
2022-01-18version bumpSimon Wisselink1-0/+2
2022-01-18Support multiple operators in math equations (#708)Claas Augner1-0/+3
* fix(math): fix equation regexp Fixes #702.
2022-01-10version bumpSimon Wisselink1-0/+2
2022-01-10Merge pull request from GHSA-4h9c-v5vg-5m6mSimon Wisselink1-0/+3
* Prevent evasion of the static_classes security policy. * Updated deprecated exception expectations.
2022-01-10version bumpSimon Wisselink1-0/+2
2022-01-10Merge pull request from GHSA-29gp-2c3m-3j6mSimon Wisselink1-0/+3
* Temporary fix. Waiting for CVE * Add CVE
2022-01-09version bumpSimon Wisselink1-0/+2
2022-01-09Rewrote the mailto function to not use `eval` when encoding with javascriptSimon Wisselink1-0/+3
2021-11-25version bumpSimon Wisselink1-0/+2
2021-10-13version bumpSimon Wisselink1-0/+2
2021-10-13Feature/php8 support (#629)Simon Wisselink1-0/+18
Adds support for PHP8.0, dropping support for PHP7.0 and below. Backwards incompatible changes: - Dropped support for php asp tags in templates (removed from php since php7.0) - Dropped deprecated API calls that where only accessible through SmartyBC - Dropped support for {php} and {include_php} tags and embedded PHP in templates. Embedded PHP will now be passed through as is. - Removed all PHP_VERSION_ID and compare_version checks and conditional code blocks that are now no longer required - Dropped deprecated SMARTY_RESOURCE_CHAR_SET and SMARTY_RESOURCE_DATE_FORMAT constants - Dropped deprecated Smarty::muteExpectedErrors and Smarty::unmuteExpectedErrors API methods - Dropped deprecated $smarty->getVariable() method. Use $smarty->getTemplateVars() instead. - $smarty->registerResource() no longer accepts an array of callback functions See the changelog for more details. Switched CI from Travis to Github CI.
2021-10-13version bumpSimon Wisselink1-0/+2
2021-08-19Add changelogSimon Wisselink1-0/+3
2021-03-21ChangelogSimon Wisselink1-0/+3
2021-02-21Update CHANGELOG.mdSimon Wisselink1-2/+2
Add CVE's
2021-02-17version bumpSimon Wisselink1-0/+2
2021-02-17changelogSimon Wisselink1-2/+2
2021-02-17Merge branch 'bugfix/tplfunction_sandbox_escape'Simon Wisselink1-0/+1
2021-02-17updated changelog header to securitySimon Wisselink1-1/+1
2021-01-24Fixed Code injection vulnerability by using illegal function namesSimon Wisselink1-0/+3