Releases: bolt/boltforms
BoltForms 4.1.1
A minor release to make available a few fixes and small features. Including:
#160 Fix for Ajax forms credit @craigmillerdev
#161 and #162 adding documentation for choices and default values
#164 Allowing reCAPTCHA to be disabled on individual forms
#165 Add support for new invisible reCAPTCHA service
#159 Fix for date fields not being rendered correctly
v4.0.0
Official release of the long-running 4.0 beta. This release has been tested fairly heavily with Bolt 3.3 and thus should be production ready. See Changelog for details:
v3.1.0
- Dual-license under GPL & LGPL
NOTE: The addition of the LGPL licensing option give users of this extension added freedom of use for the API, should you chose. Please see the license files included from this version onward for details of the licenses themselves.
v3.0.3
- Fixed: Errors in sent notification when ContentType saves enabled (credit: @dantleech)
v3.0.2
- Fixed: Forms wiping values on failed submit
v3.0.1
- Use FQCN for form types (credit @psychonaut)
v3.0.0
- Release compatible with Bolt v3
v2.5.2
v2.5.1
- Added: BoltFormsEvents::PRE_EMAIL_SEND event
v2.5.0
- Added: ContentType choice control with sorting, limiting and filtering
- Added: Moved logic handling for the field's to class
- Break: [Minor] Choice\ContentType constructor takes different parameters