Skip to content

Releases: CopernicaMarketingSoftware/SMART-TPL

SMART-TPL 1.5.3

13 Jan 10:18
Compare
Choose a tag to compare
  • OpenSSL versions have been updated
  • Fixed a couple of compiler warnings on Ubuntu 22.04

SMART-TPL 1.5.2

16 Dec 10:45
Compare
Choose a tag to compare
  • New modifier jsonencode
  • New modifier jsondecode
  • Simplified syntax error handling to fix this for Ubuntu Focal

SMART-TPL 1.5.1

26 Mar 18:13
61a2743
Compare
Choose a tag to compare
  • Extend number format (#19). Add custom decimal and thousands separators

SMART-TPL 1.5.0

14 Feb 08:38
10df6a7
Compare
Choose a tag to compare
SMART-TPL 1.5.0 Pre-release
Pre-release
  • Added variable indexing to arrays

SMART-TPL 1.4.2

01 Aug 13:33
85ebdb9
Compare
Choose a tag to compare
  • fix inheritance issues with the smarttpl value and the deprecation of the toNumeric

SMART-TPL 1.4.1

29 Jul 10:02
3d10d37
Compare
Choose a tag to compare
  • Create number_format modifier plus a test

SMART-TPL 1.4.0

24 Jul 12:37
2008a07
Compare
Choose a tag to compare
  • Add support for relative date intervals (based on timelib)
  • Wrapped timelib code in a special class ParsedTime
  • Check if errors object exist when casting ParsedTime to bool
  • Internaly rename numeric variable type to integer
  • Implement CapitalizeModifier
  • Introduce run time evaluation of operators
  • Allow literal input for modifiers

SMART-TPL 1.3.2

11 Apr 12:46
e14b431
Compare
Choose a tag to compare
  • Fixed double-free segfault - tokenizers were incorrectly deleting the tokens, the parser already does that.

SMART-TPL 1.3.1

21 Mar 15:30
3d55e49
Compare
Choose a tag to compare
  • fixed memory leak in the Bytecode class

SMART-TPL 1.3.0

10 Sep 12:24
Compare
Choose a tag to compare
  • support for the builting {$smarty.now} variable has been added
  • Make sure {} object behaves consistent
  • Stop adding tokens when we arrive at our last defined token