Skip to content

Releases: smarty-php/smarty

v5.1.0

30 May 11:16
Compare
Choose a tag to compare

What's Changed

  • Internal compiler classes always return a string by @wisskid in #918
  • Deprecate stream variables by @wisskid in #933
  • Documented support for is in, added support for is not in. by @wisskid in #955
  • Fix docblock information after Smarty 5 namespace changes by @mfruehauf in #968
  • Deprecation fix for providing a non string value to ctype_digit by @Visualq in #960
  • Fix missing and bogus use lines in src/Smarty.php. by @wisskid in #970
  • add is_array modifier doc by @shadowwa in #984
  • Fixed unit tests to not rely on the existence of any domain by @wisskid in #987
  • Fix docblock types by @kynx in #992
  • Fix change in signature of getTemplateVars by @wisskid in #995
  • Corrected invalid classnames in Runtime code for foreach by @wisskid in #1001
  • Prevent notices on null to string conversion in Template::appendCode by @wisskid in #1002

New Contributors

Full Changelog: v5.0.0...v5.1.0

v4.5.2

05 Apr 22:35
Compare
Choose a tag to compare

What's Changed

  • Fixed argument must be passed by reference error introduced in v4.5.1 #964

Full Changelog: v4.5.1...v4.5.2

v5.0.2

28 Mar 10:23
Compare
Choose a tag to compare

What's Changed

  • Fix Smarty::assign() not returning when called by @wisskid in #973

Full Changelog: v5.0.1...v5.0.2

v5.0.1

27 Mar 22:06
Compare
Choose a tag to compare
  • Fix error in Smarty\Smarty::compileAllTemplates() by including missing FilesystemIterator class #966

Full Changelog: v5.0.0...v5.0.1

v5.0.0

25 Mar 11:36
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.5.1...v5.0.0

v4.5.1

18 Mar 14:20
Compare
Choose a tag to compare

What's Changed

  • Using PHP functions and static class methods in expressions now also triggers a deprecation notice by @wisskid in #880

Full Changelog: v4.4.0...v4.5.1

v5.0.0-rc3

26 Feb 13:42
Compare
Choose a tag to compare
v5.0.0-rc3 Pre-release
Pre-release

What's Changed

  • Fixed failing {debug} tag. by @wisskid in #923
  • Add php8.3 support by @wisskid in #926
  • Fix incorrect code when escape_html=true by @wxiaoguang in #930
  • Add template path to CompilerException to enable rich debug features by @wisskid in #936
  • Implemented support for substr, implode and json_encode as modifiers. by @wisskid in #940

New Contributors

Full Changelog: v5.0.0-rc2...v5.0.0-rc3

v4.4.1

26 Feb 14:00
Compare
Choose a tag to compare

Full Changelog: v4.4.0...v4.4.1

v4.4.0

26 Feb 14:00
Compare
Choose a tag to compare

What's Changed

  • Fix incorrect compilation of expressions when escape_html=true by @wisskid in #932
  • Prevent deprecation notices for implode, json_encode and substr modif… by @wisskid in #942

Full Changelog: v4.3.5...v4.4.0

v5.0.0-rc2

11 Nov 19:29
bc4e70f
Compare
Choose a tag to compare
v5.0.0-rc2 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v4.3.2...v5.0.0-rc2