Skip to content

Latest commit

 

History

History
58 lines (40 loc) · 2.65 KB

CHANGELOG.rst

File metadata and controls

58 lines (40 loc) · 2.65 KB

Changelog

0.3.2 (2025-03-04)

  • fix: Action tab failed form validation if djangocms-link was installed

0.3.1 (2025-03-03)

  • fix: Send mail action failed by @fsbraun in #21
  • fix: Correct send_mail recipients parameter in action.py by @fdik in #22
  • docs: Update Codecov link in README.rst by @fsbraun in #23
  • fix: prevent duplicate submit buttons in forms by @earthcomfy in #27
  • @fdik made their first contribution in #22
  • @earthcomfy made their first contribution in #27

0.3.0 (2025-01-07)

  • feat: Success message and redirect action by @fsbraun
  • fix: forms did not redirect to same page if sent from alias by @fsbraun

0.2.0 (2025-01-06)

  • fix: github coverage action by @fsbraun in #12
  • fix: an error when an anonymous user fills the form by @arunk in #13
  • fix: Add support for Django-entangled 0.6+ by @fsbraun in #19
  • docs: Updated README.rst to show where to add actions by @arunk in #14
  • chore: Added venv/ directory to .gitignore by @arunk in #15

New Contributors * @arunk made their first contribution in #13

0.1.1 (2021-09-14)

  • feat: updated captcha optional til active by @svandeneertwegh in #4
  • feat: Allow actions to add form fields for configuration by @fsbraun in #6
  • fix: Update converage action by @fsbraun in #10
  • feat: move to hatch build process by @fsbraun
  • ci: Add tests for registry by @fsbraun in #5

New Contributors

  • @svandeneertwegh made their first contribution in #4

0.1.0 (unreleased)

  • Set default_auto_field to BigAutoField to ensure projects don't try to create a migration if they still use AutoField
  • Transfer of forms app from djangocms-frontend