Releases: bolt/boltforms
Releases · bolt/boltforms
v2.4.3
- Added: Icon (credit @Mikescops)
- Fixed: Additional fix for bolt-assets path
v2.4.2
v2.4.1
- Added: Information to the readme on how to have individual templates for each form (credit @Raistlfiren)
- Fixed: Twig parameter errors
- Fixed: Email template overrides
v2.4.0
- Added: Form specific template
- Added: Submissions processor event for final data manipulation
- Added: Timestamp field event
- Fixed: Sending of CC and bCC recipients
- Break: Parameters for Processor::process() changed to allow better API use of custom form values
v2.3.0
- Added: the ability to use ReplyTo addresses in email notifications (credit @rudott)
- Added: Display a warning if notification debugging is on in default Twig template
- Added: "rossriley/formeditor" as a suggested extra package
- Fixed: compatibility with PHP 5.3
- Fixed: CC and bCC address handling in notifications
- Refactor: email notification configuration handling to a separate class
- Refactor: configuration handling to use objects
v2.2.2
- Fix reCaptch displaying error on GET
v2.2.1
- Allow redirects to use all site routes, not just records
v2.2.0
- Add ability to define a redirect page after submit (credit @jadwigo & @sbani)
- Only use reCaptcha when required (credit @sbani)
- Added proper handling of file uploads (credit @jadwigo)
- Added browsing of uploaded files
- Added event base custom field data providers (credit @jadwigo)
- Lots of small contributions from a wonderful team of people