You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,17 @@
1
1
# Solspace Freeform Changelog
2
2
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+.
0 commit comments