Releases: dermatthes/text-template
Releases · dermatthes/text-template
Bugfix filters
v2.8.5 update
Added failsave to filters
v2.8.4 Update buildInFilters.inc.php
Bugfix for php8.1 null parameters
v2.8.3 fix_filter
Bugfix release
v2.8.0 Fixed warning in PHP8.1 - E_DEPRECATED: Optional parameter $message d…
2.7.2
Bugfix release
Includes:
- Unit-Tests now test if output was generated during parsing (e.g. by using echo within the library)
2.7.1
Features:
- Allow filters in conditions (MartinMystikJonas)
2.7.0
New Features:
- Allow complex logic in conditions (MartinMystikJonas)
More flexible function / section registration
v2.6.3 added parameter to section and function calls
Support for alternative tag-open / tag-close
- Feature: Switch Tag open/close tags (default:
{
,}
We integrated a methodsetOpenCloseTagChars()
to the the chars staring and closing a tag.
Bugfix release
- Removed wrong namespace from InvalidArgutmentException