Skip to content

Commit 94cc801

Browse files
committed
version 3.1.4
1 parent 80b9da1 commit 94cc801

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

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

3+
## 3.1.4 - 2025-09-16
4+
5+
### Added
6+
- Add the ability to bulk-edit submission content from the Submissions element index view.
7+
- Add handling for multi-site refresh-token front-end requests.
8+
- Add handling for deprecated field warnings when upgrading Formie with `HARD_MODE` enabled.
9+
10+
### Changed
11+
- Update migration-mode check.
12+
- Update Element field’s visibility in the form builder when 1-2 sources are available.
13+
14+
### Fixed
15+
- Fix Question captcha not working correctly.
16+
- Fix support for some Dynamics 365 fields (Memo) not appearing in mapping.
17+
- Fix an issue for redirect URLs when containing special (valid) characters.
18+
- Fix handling for Form Usage when linked elements contain fatal errors.
19+
- Fix an error when saving Element fields with specific elements picked.
20+
- Fix Categories field not showing sources correctly.
21+
322
## 3.1.3 - 2025-09-02
423

524
### Added

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.3",
5+
"version": "3.1.4",
66
"keywords": [
77
"craft",
88
"cms",

0 commit comments

Comments
 (0)