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": [ {