Skip to content

Commit

Permalink
v5.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kjmartens committed Jan 31, 2025
1 parent 23f0c7d commit 6de541e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Solspace Freeform Changelog

## 5.9.5 - 2025-01-31

### Added
- Added `FreeformPostForwardingInterface` interface for GraphQL to handle new Post Forwarding integration type.
- Added `FreeformGoogleTagManagerInterface` interface for GraphQL to handle new Google Tag Manager integration type.

### Fixed
- Fixed a bug where Table fields were incorrectly marked as required, even when they were not supposed to be.
- Fixed a bug where Dropdown and Radio column types in Table fields were breaking in the form builder.
- Fixed a bug where the new Post Forwarding integration type (`postForwarding`) was not supported in GraphQL.
- Fixed a bug where the new Google Tag Manager integration type (`gtm`) was not supported in GraphQL.

## 5.9.4 - 2025-01-30

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "solspace/craft-freeform",
"description": "The most flexible and user-friendly form builder!",
"version": "5.9.4",
"version": "5.9.5",
"type": "craft-plugin",
"authors": [
{
Expand Down

0 comments on commit 6de541e

Please sign in to comment.