Releases: labd/wagtailstreamforms
Releases · labd/wagtailstreamforms
Release 1.6.1
- Small tidy up in form code
Release 1.6.0
- Stable Release
Release 1.5.2
- Added
AbstractEmailForm
to more easily allow creating additional form types.
Release 1.5.1
- Fix migrations being regenerated when template choices change
Release 1.5.0
- 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
- The template tag now has the full page context incase you need a reference to the user or page
Release 1.4.3
- Fixed bug where messages are not available in the template tags context
Release 1.4.2
- Removed label value from recapcha field
- Added setting to set order of menu item in cms admin
Release 1.4.1
- Added an optional error message to display if the forms have errors
Release 1.4.0
- Added a template tag that can be used to render a form. Incase you want it to appear outside a streamfield.