Skip to content

Commit 98a0f54

Browse files
committed
v5.13.4
1 parent 46414e6 commit 98a0f54

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Solspace Freeform Changelog
22

3+
## 5.13.4 - 2025-11-11
4+
5+
### Fixed
6+
- The **Google Sheets** integration now only escapes formulas in values.
7+
- Replaced usages of `remoteIp` with `userIp` to align with Craft's request attributes and avoid missing IPs in logs/integrations.
8+
- The **Resend Notifications** feature now respects the **Site ID**, ensuring templates and content resolve in the correct site context.
9+
- **Conditional Email Notifications** now evaluate trimmed values, fixing cases where leading/trailing whitespace prevented sends.
10+
- The **User** integration now respects the Craft `disableByDefault` setting when creating new user accounts.
11+
- The **Resend Notifications** feature was not including values from **Invisible** fields.
12+
- Fixed a PHP error in the **AI bundle** that occurred when a queued job had no associated submission; the handler now detects this and exits gracefully with proper logging.
13+
- Fixed a Twig error in the Import/Export sub-nav by providing a fallback when the `sel` key is missing in Craft 5.8.18+.
14+
315
## 5.13.3 - 2025-11-05
416

517
### Fixed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "solspace/craft-freeform",
33
"description": "The most flexible and user-friendly form building plugin!",
4-
"version": "5.13.3",
4+
"version": "5.13.4",
55
"type": "craft-plugin",
66
"authors": [
77
{

0 commit comments

Comments
 (0)