File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 22Changelog
33=========
44
5+ 0.3.1 (2025-03-03)
6+ ==================
7+
8+ * fix: Send mail action failed by @fsbraun in https://github.com/django-cms/djangocms-form-builder/pull/21
9+ * fix: Correct send_mail recipients parameter in action.py by @fdik in https://github.com/django-cms/djangocms-form-builder/pull/22
10+ * docs: Update Codecov link in README.rst by @fsbraun in https://github.com/django-cms/djangocms-form-builder/pull/23
11+ * fix: prevent duplicate submit buttons in forms by @earthcomfy in https://github.com/django-cms/djangocms-form-builder/pull/27
12+
13+ * @fdik made their first contribution in https://github.com/django-cms/djangocms-form-builder/pull/22
14+ * @earthcomfy made their first contribution in https://github.com/django-cms/djangocms-form-builder/pull/27
15+
16+
5170.3.0 (2025-01-07)
618==================
719
Original file line number Diff line number Diff line change 66 _ = lambda x : x # noqa: E731
77
88
9- __version__ = "0.3.0 "
9+ __version__ = "0.3.1 "
1010
1111_form_registry = {}
1212
You can’t perform that action at this time.
0 commit comments