Releases: mzur/kirby-uniform
Releases · mzur/kirby-uniform
v5.0.0
Breaking changes:
- Form data is now HTML-escaped by default in the Dump, Email, Log and Webhook actions. Set the new
escapeHtml
option to false
to disable escaping.
- The
data()
method of the form now HTML-escapes form data by default. Set the new third argument to false
to disable escaping.
v4.3.3
Fixed:
- Default email templates ( #210 )
v4.3.2
Changed:
- Update mzur/kirby-form to v2.1.3
v4.3.1
Fixed:
- Update to mzur/kirby-form v2.1.2 ( #207 )
v4.3.0
Added:
- Romanian translations ( #206 )
v4.2.2
Fixed:
- Handling of empty fields in email subject templates
- Handling of validation rules without options
v4.2.1
Fixed:
- Issue with installation via Composer ( #204 )
v4.2.0
Added:
- Czech translations ( #201 )