Skip to content

Releases: smarty-php/smarty

v4.0.1

09 Jan 22:24
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.0.0...v4.0.1

v3.1.42

09 Jan 23:10
Compare
Choose a tag to compare

Prevent arbitrary PHP code execution through maliciously crafted expression for the math function. This addresses CVE-2021-29454

Full Changelog: v3.1.41...v3.1.42

v3.1.41

09 Jan 22:23
Compare
Choose a tag to compare

Rewrote the mailto function to not use eval when encoding with javascript

v4.0.0

25 Nov 21:27
Compare
Choose a tag to compare

Jay! Smarty4, with support for PHP8.0 is alive!

v2.6.32

22 Oct 14:43
Compare
Choose a tag to compare
Release 2.6.32

v4.0.0-rc.0

13 Oct 10:18
Compare
Choose a tag to compare
v4.0.0-rc.0 Pre-release
Pre-release

Pre-release for Smarty4 support PHP8.0!

Release 3.1.40

13 Oct 10:08
Compare
Choose a tag to compare

Improved javascript escaping. And Smarty now logs a warning if an unsupported escape type is used to stop you from accidentally using $var|escape:quote and not actually quoting anything.

Release 3.1.39

17 Feb 22:00
Compare
Choose a tag to compare

Security release, handling two sandbox security issues.

v3.1.38

08 Jan 14:06
Compare
Choose a tag to compare
Release 3.1.38

Release 3.1.37

06 Jan 23:31
92e05d4
Compare
Choose a tag to compare
Brought lexer source functionally up-to-date with compiled version (#…

…625)

Fixes #621