Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 860 Bytes

CHANGELOG.rst

File metadata and controls

34 lines (28 loc) · 860 Bytes

Changelog

2.1.1 (2024-01-26)

  1. Added tests for Wagtail 5.2
  2. Update version to replace incorrectly published v2.1

2.1 (2023-10-26)

  1. Added Wagtail 5.1 compatibility.

2.0 (2023-07-26)

  1. Added Wagtail 5.0 compatibility.
  2. Added Django 4.2 compatibility.
  3. Added Python 3.11 compatibility.
  4. Removed compatibility for versions of Wagtail below 4.1
  5. Removed support for Django 4.0
  6. Removed compatibility for Python 3.7

1.0 (2018-03-07)

  1. Add Wagtail 2.0 compatibility.
  2. Ensure captcha field is properly removed from submission data. (issue #11)
  3. Allow subclassing of the form builder. (issue #7)

0.2 (2016-10-16)

  1. Fix/add ability to send emails to multiple addresses. (issue #1)

0.1 (2015-10-13)

  1. Initial release.