Skip to content

Releases: bolt/boltforms

Maintenance Release v4.2.2

20 Mar 14:05
12ace33
Compare
Choose a tag to compare

Some minor bugfixes and improvements to documentation.

  • v4.2.2
    • Update the form template paths in the docs #245 (credit @colorando-de)
    • Add a documentation section to show switching to radio groups #246 (credit @colorando-de )
    • Typo fixes #247 (credit @Matthewbeck75 )
    • Add form name lookup to reCaptcha so we can support multiple instances per page #249 (credit @mikenosko )

Maintenance Release v4.2.1

14 Mar 15:04
b2b8048
Compare
Choose a tag to compare

This release fixed some errors and omissions from the previous 4.2 release.

  • v4.2.1
    • Fix order of variables sent to log service #235
    • Some fixes to the response handling on ajax form submissions #236
    • Check that data fields are set before using them in emails #238
    • Fix a couple of typos in the docs #239
    • Add a missing test to the Twig helpers which was being used in some fields, #240

v4.2.0

23 Jan 22:22
e291cac
Compare
Choose a tag to compare

A few new features and one bugfix thus justifies a bump to 4.2.

  • 4.2.0
    • Added: Introduce a default theme file that can be copied into local theme. (#224 credit @jadwigo)
    • Added: Support for prefix and postfix html per-field in form theme. (#224 credit @jadwigo)
    • Added: Improvements to docs and add publishing theme via CousCous (#228)
    • Fix: Hidden Data Events fix which were not triggering on empty submit data. (#227)

Maintenance release v4.1.14

02 Nov 13:01
febf11d
Compare
Choose a tag to compare

Notable changes in this release:

  • Make options in form configuration optional #207
  • Docs: Adding link to 'saving to a contenttype' #209
  • Allow for both replyto_email: email as well as from_name: [name, lastname] #206

v4.1.13

18 Oct 15:22
Compare
Choose a tag to compare

Minor release, fixes a system log flood when using redirects on successful form submission.

v4.1.10

10 Sep 15:20
v4.1.10
Compare
Choose a tag to compare
  • Fixed: Show the wrong option name in the exception
  • Fixed: ContentType select fields causing exceptions

Minor bugfix release.

01 Sep 21:43
Compare
Choose a tag to compare

Fix: Incorrect dynamic replacement of email addresses (#182)

v4.1.8

29 Aug 07:50
v4.1.8
7283d98
Compare
Choose a tag to compare
v4.1.8

v4.1.7

29 Aug 07:49
v4.1.7
Compare
Choose a tag to compare
v4.1.7

BoltForms 4.1.6

27 Aug 12:40
Compare
Choose a tag to compare
Merge pull request #180 from rossriley/fix/incorrect-set-check

change has method call to an isset check