Skip to content

Releases: smarty-php/smarty

v5.4.1

29 Aug 23:11
Compare
Choose a tag to compare

What's Changed

  • Fix an issue that preventing the use of "extends:" to define the inheritance tree on Windows by @matsuo in #1056
  • Fix unit tests to enable to run CacheResourceFileTest.php on Windows by @matsuo in #1055
  • Fix unit tests to enable to run NullCoalescingTest.php and TernaryTest.php on Windows by @matsuo in #1059
  • Update a workflow file for GitHub Actions to test on Windows by @matsuo in #1046

New Contributors

Full Changelog: v5.4.0...v5.4.1

v5.4.0

14 Aug 20:01
Compare
Choose a tag to compare

What's Changed

  • Improvement of auto-escaping by @Amaury in #1030
  • Fixing forced OpCache invalidation on every template include, which is resulting in fast raising wasted OpCache memory #1007 by @stephanlueckl in #1047
  • add missing closing tr tag by @shadowwa in #1039

New Contributors

Full Changelog: v5.3.1...v5.4.0

v4.5.4

14 Aug 20:05
Compare
Choose a tag to compare

What's Changed

  • Fixed that using count() would trigger a deprecation notice. by @wisskid in #1054

Full Changelog: v4.5.3...v4.5.4

v5.3.1

16 Jun 19:52
Compare
Choose a tag to compare
  • Fixed error when using section with nocache #1034

v5.3.0

30 May 11:16
Compare
Choose a tag to compare

What's Changed

  • Fix Smarty::assign() not returning when called by @wisskid in #973
  • Fix warning when calling hasVariable for an undefined variable by @wisskid in #978
  • implemented and documented prependTemplateDir. by @wisskid in #1025

Full Changelog: v5.2.0...v5.3.0

v5.2.0

30 May 11:16
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.1.0...v5.2.0

v4.5.3

30 May 11:15
Compare
Choose a tag to compare

Full Changelog: v4.5.2...v4.5.3

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