Skip to content

Releases: bolt/boltforms

BoltForms 4.1.1

01 Aug 09:04
Compare
Choose a tag to compare

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

28 Jul 13:29
Compare
Choose a tag to compare

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:

https://github.com/bolt/boltforms/blob/4.0/CHANGELOG.md

v3.1.0

31 Oct 11:24
Compare
Choose a tag to compare
  • 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

19 Jul 13:43
Compare
Choose a tag to compare
  • Fixed: Errors in sent notification when ContentType saves enabled (credit: @dantleech)

v3.0.2

04 Jun 16:45
Compare
Choose a tag to compare
  • Fixed: Forms wiping values on failed submit

v3.0.1

23 May 17:27
Compare
Choose a tag to compare

v3.0.0

26 Apr 05:43
Compare
Choose a tag to compare
  • Release compatible with Bolt v3

v2.5.2

26 Apr 03:17
Compare
Choose a tag to compare
  • Decode JSON in email template if value is JSON (credit: @SahAssar)

v2.5.1

26 Dec 06:33
Compare
Choose a tag to compare
  • Added: BoltFormsEvents::PRE_EMAIL_SEND event

v2.5.0

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