Skip to content

Commit 0c8fb57

Browse files
committed
version 3.1.9
1 parent dab9db7 commit 0c8fb57

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11
# Changelog
22

3+
## 3.1.9 - 2026-01-23
4+
5+
### Added
6+
- Add `allowPublicVolumes` plugin setting to allow only showing private (non-public URL) asset volumes for File Upload fields.
7+
- Add extra log output when failing garbage collection jobs for submissions.
8+
9+
### Changed
10+
- Improve client-side validation when using “live” validation mode (as the user types).
11+
- Improve Date field sub-field cleanup when toggling between display types.
12+
- Improve Name field sub-field cleanup when toggling between multi-name and single-name displays.
13+
- When pruning spam submissions in garbage collection, submissions are now hard-deleted.
14+
15+
### Fixed
16+
- Fix form usage site/element table order.
17+
- Fix client-side validation using click events to evaluate.
18+
- Fix field handles not generating correctly when deleting and adding fields at the same time with the same handle.
19+
- Fix Date fields with default values not showing correctly in the form builder for various displayTypes.
20+
- Fix Formie 2 migation for Date fields for display type Dropdowns and Inputs not respecting their previously enabled sub-fields for date/time.
21+
- Fix Date field Dropdowns and Inputs display types not showing enabled sub-fields correctly in the form builder.
22+
- Fix Formie 2 migration for Date fields not working correctly for Inputs or Dropdowns.
23+
- Fix an error for integrations used across multiple forms, where different forms enabled different data objects, and mapping lost.
24+
- Fix Date/Time Dropdown Year validation.
25+
- Fix Date with Text Inputs submission after 3.1.7.
26+
- Fix field conditions not working correctly for content encrypted fields.
27+
- Fix incorrect handling of integration connected state.
28+
- Fix pruning spam submissions not working correctly.
29+
- Fix lack of success checks for garbage collection console commands.
30+
331
## 3.1.8 - 2026-01-15
432

533
### Fixed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "verbb/formie",
33
"description": "The most user-friendly forms plugin for Craft.",
44
"type": "craft-plugin",
5-
"version": "3.1.8",
5+
"version": "3.1.9",
66
"keywords": [
77
"craft",
88
"cms",

0 commit comments

Comments
 (0)