From 5ad0de42a056c176e1497dd7ec0372c22006642d Mon Sep 17 00:00:00 2001 From: kjmartens Date: Mon, 23 Dec 2024 11:39:57 -0600 Subject: [PATCH] v5.8.4 --- CHANGELOG.md | 9 +++++++++ composer.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea89ca59c..fe0320bfc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Solspace Freeform Changelog +## 5.8.4 - 2024-12-23 + +### Fixed +- Fixed a bug where sites using the multi-site feature would see multiple copies of submissions when using Quick Export. +- Fixed a bug where allowing spam submissions could error when using multi-sites. +- Fixed a bug where the _Last Number_ for the **Numbers** predefined option would always be `20`. +- Fixed a bug where the `m241126_113656_UpdateTableLayoutProperties.php` migration could error about undefined array keys. +- Fixed a bug where the Freeform observer started before the document was ready. + ## 5.8.3 - 2024-12-16 ### Fixed diff --git a/composer.json b/composer.json index 752b9e4de..987503541 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "solspace/craft-freeform", "description": "The most reliable form builder that's ready for wherever your project takes you.", - "version": "5.8.3", + "version": "5.8.4", "type": "craft-plugin", "authors": [ {