Skip to content

Releases: labd/wagtailstreamforms

Release 1.6.1

06 Nov 21:47
Compare
Choose a tag to compare
  • Small tidy up in form code

Release 1.6.0

01 Nov 19:59
Compare
Choose a tag to compare
  • Stable Release

Release 1.5.2

31 Oct 08:13
Compare
Choose a tag to compare
  • Added AbstractEmailForm to more easily allow creating additional form types.

Release 1.5.1

30 Oct 13:13
Compare
Choose a tag to compare
  • Fix migrations being regenerated when template choices change

Release 1.5.0

30 Oct 11:04
Compare
Choose a tag to compare
  • Removed all project dependencies except wagtail and recapcha
  • The urls no longer need to be specified in your urls.py and can be removed.

Issues:

  • Missing migration file was added

Release 1.4.4

29 Oct 08:13
Compare
Choose a tag to compare
  • The template tag now has the full page context incase you need a reference to the user or page

Release 1.4.3

27 Oct 21:26
Compare
Choose a tag to compare
  • Fixed bug where messages are not available in the template tags context

Release 1.4.2

26 Oct 08:49
Compare
Choose a tag to compare
  • Removed label value from recapcha field
  • Added setting to set order of menu item in cms admin

Release 1.4.1

25 Oct 20:08
Compare
Choose a tag to compare
  • Added an optional error message to display if the forms have errors

Release 1.4.0

25 Oct 12:21
Compare
Choose a tag to compare
  • Added a template tag that can be used to render a form. Incase you want it to appear outside a streamfield.