Skip to content

Commit

Permalink
version 3.0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
engram-design committed Feb 2, 2025
1 parent 59988cd commit 3c4823d
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## 3.0.20 - 2025-02-02

### Added
- Add `Submission::getFormHandle()`.

### Changed
- Refactor queue jobs to provide better feedback on errors and logging data.
- Improve queue job feedback on error to include the payload being sent.

### Fixed
- Fix an error with Group and Repeater fields with required File Upload fields on multi-page Ajax forms.
- Fix Group and Repeater fields not respecting “Include in Email Notifications” setting and conditionally hidden fields in email notifications.
- Remove incorrect `Campaign = Kampagne` German translation for the Campaign plugin.
- Fix Single-Line text fields in the control panel not showing limit details correctly.
- Fix Multi-Line text fields in the control panel not showing limit details correctly.
- Fix new email notifications not having the conditions logic set correctly.
- Fix email notification queue job causing an infinite loop in some scenarios, and provide better logging feedback.
- Fix an error in Craft 5.6+ where fields’ `queryCondition()` function wasn’t being called.
- Fix some sidebar elements not displaying correctly when editing submissions in the control panel on Craft 5.6+.

## 3.0.19 - 2025-01-24

### Changed
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "verbb/formie",
"description": "The most user-friendly forms plugin for Craft.",
"type": "craft-plugin",
"version": "3.0.19",
"version": "3.0.20",
"keywords": [
"craft",
"cms",
Expand Down

0 comments on commit 3c4823d

Please sign in to comment.