Skip to content

Commit b58f63f

Browse files
committed
v5.13.6
1 parent ddc5ed5 commit b58f63f

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

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

3+
## 5.13.6 - 2025-11-27
4+
5+
### Added
6+
- **GraphQL**: Narrow form queries by one or more `siteIds` or `siteHandles`.
7+
- **GraphQL**: Expose each form's `siteName`, `siteHandle`, `siteId`, and `siteUid`.
8+
9+
### Changed
10+
- **Gibberish Spam Blocking** now skips checks for irrelevant field types (e.g., Payments, File Uploads, Signature) to reduce false positives.
11+
- **Email Blocking (MX check)**: Added a DNS lookup timeout to improve performance and prevent PHP timeouts during submissions.
12+
- **HubSpot**: Can now fetch **Sensitive** and **Highly Sensitive** fields.
13+
- Made the translation table parameter to `generateOptions()` optional.
14+
15+
### Fixed
16+
- Fixed an issue where Craft search indexing of submissions included every field for every form, bloating the `searchindex` table. Recommend reindexing all submissions with `php craft freeform/submissions/reindex`.
17+
- Fixed **File Upload Drag & Drop** fields not firing all expected JavaScript events, which affected previews, errors, and other UI behaviors.
18+
- Fixed an `Undefined property: stdClass::$uid` error when saving a form layout if one or more field objects in the builder payload were missing UIDs.
19+
- Fixed a bug where the **Stripe Payment Element** container could be initialized multiple times in some scenarios.
20+
- Fixed editing of existing **User** elements via the User element integration.
21+
- Fixed email notifications not sending when **Store Submitted Data for this Form** was disabled.
22+
- Fixed the Freeform navigation badge so it reflects the combined error count across the Error, Email, and Integration logs.
23+
- Fixed a PHP error where `tmpfile()` resolved in the Freeform namespace, causing export failures on some environments.
24+
325
## 5.13.5 - 2025-11-17
426

527
### 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.5",
4+
"version": "5.13.6",
55
"type": "craft-plugin",
66
"authors": [
77
{

0 commit comments

Comments
 (0)