Skip to content

Releases: smarty-php/smarty

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

v3.1.36

22 Aug 09:41
Compare
Choose a tag to compare
Release 3.1.36

Release 3.1.35

13 Apr 22:05
Compare
Choose a tag to compare
  • remove whitespaces after comments #447
  • fix foreachelse on arrayiterators #506
  • fix files contained in git export archive for package maintainers #325
  • throw SmartyException when setting caching attributes for cacheable plugin #457
  • fix errors that occured where isset was replaced with null check such as #453
  • unit tests are now in the repository

Release 3.1.34

05 Nov 21:02
Compare
Choose a tag to compare

Several bug fixes outlines in change_log.txt

Release 3.1.33

12 Sep 21:00
Compare
Choose a tag to compare

This release does cover security issue CVE-2018-16831, other bug fixes (see changelog.txt) and adds a new feature of the {capture} tag (see NEW_FEATURES.txt).