Skip to content

Releases: bolt/boltforms

v2.4.3

17 Sep 17:23
Compare
Choose a tag to compare
  • Added: Icon (credit @Mikescops)
  • Fixed: Additional fix for bolt-assets path

v2.4.2

17 Sep 17:23
Compare
Choose a tag to compare
  • Fixed: bolt-assets was incorrectly specified as a file instead of a directory (credit @emarref)

v2.4.1

17 Sep 17:24
Compare
Choose a tag to compare
  • 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

17 Sep 17:25
Compare
Choose a tag to compare
  • 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

17 Sep 17:26
Compare
Choose a tag to compare
  • 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

17 Sep 17:27
Compare
Choose a tag to compare
  • Fix reCaptch displaying error on GET

v2.2.1

17 Sep 17:27
Compare
Choose a tag to compare
  • Allow redirects to use all site routes, not just records

v2.2.0

17 Sep 17:28
Compare
Choose a tag to compare
  • 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