Releases: satrun77/silverstripe-template-tags
Releases · satrun77/silverstripe-template-tags
Release v3.0.0
Support PHP 8.1
Full Changelog: 2.0.0...3.0.0
Release 2.0.0
- Support from php 7.4+
- Bug fixes and added unit tests.
- Added
Spaceless
filter for template variables. For example,$HTMLField.Spaceless
Release v1.0.1
Update: remove spaces between html tags
Release 1.0.0
- First release.
- Spaceless tag: removes whitespaces from around the content of the tag.
- Template tag: similar implementation to <% include %>