Skip to content

v4.6.1

Choose a tag to compare

@RensTillmann RensTillmann released this 24 Apr 20:35
· 382 commits to 0017ddd972427d1d75aa3a07f2f9329ce3f0eb7c since this release
- Added: Compatibility for HTML elements to handle {tags} with regexes `*` (contains), `$` (ends with) and `^` (starts with)
- Fix: HTML element in back-end not wrapping words
- Fix: Calculator add-on not working when using both regex and advanced tags like so: `{_option$;3}` or `{server_*;4}` or `{server_^;2}` etc.
- Documentation improvement (added regular expression examples)