Skip to content

Releases: dermatthes/text-template

Bugfix filters

26 Jun 17:14
Compare
Choose a tag to compare
v2.8.5

update

Added failsave to filters

19 Jun 21:18
e538f87
Compare
Choose a tag to compare
v2.8.4

Update buildInFilters.inc.php

Bugfix for php8.1 null parameters

11 May 14:16
Compare
Choose a tag to compare

Bugfix release

11 Jan 11:52
44d7820
Compare
Choose a tag to compare
Fixed warning in PHP8.1 - E_DEPRECATED: Optional parameter $message d…

…eclared before required parameter $triggerVarName is implicitly treated as a required parameter (#21)

2.7.2

20 Oct 20:36
Compare
Choose a tag to compare

Bugfix release

Includes:

  • Unit-Tests now test if output was generated during parsing (e.g. by using echo within the library)

2.7.1

14 Oct 14:15
95e51a2
Compare
Choose a tag to compare

Features:

  • Allow filters in conditions (MartinMystikJonas)

2.7.0

13 Oct 16:07
45cec14
Compare
Choose a tag to compare

New Features:

  • Allow complex logic in conditions (MartinMystikJonas)

More flexible function / section registration

02 Jun 23:03
Compare
Choose a tag to compare
v2.6.3

added  parameter to section and function calls

Support for alternative tag-open / tag-close

30 Jun 22:16
Compare
Choose a tag to compare
  • Feature: Switch Tag open/close tags (default: {, }
    We integrated a method setOpenCloseTagChars() to the the chars staring and closing a tag.

Bugfix release

27 Mar 23:34
Compare
Choose a tag to compare
  • Removed wrong namespace from InvalidArgutmentException