Releases: mzur/kirby-uniform
Releases · mzur/kirby-uniform
v2.2
Upgrade notes:
- For the
calc
guard you now have to useecho uniform_captcha($form)
instead ofecho $form->captcha()
New features:
- Dropped multi-language site requirement (#39)
- Ability to handle array form fields (#51)
- Extensible guards that can be combined (#67)
- The log action now can use a snippet for entries (#38)
- The webhook action now can optionally send JSON (#36)
- New
replyTo
option for the email action (#77) - New
params
option for the email action (#91)
Bugfix:
v2.1
v2
New features:
- Uniform actions. The plugin now can handle (multiple) arbitrary actions that should be performed with the form data. It is no longer restricted to sending it by email. With your custom actions you can interact with a database or create new Kirby pages (comments/guestbook) for example.
Bugfix:
- Renamed honeypot field to
website
to better attract bots - Uses
replyTo
instead offrom
for the email address of the sender of the form.from
will be set to an address belonging to the server that sends the email. - Fixed sending the "receive copy" email to the wrong recipient (
from
instead of correctreplyTo
). - Improved system for checking required fields. For example
"0"
no longer counts as an empty field.