diff --git a/CHANGELOG.md b/CHANGELOG.md index 8049a9710..70f1b0b78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Solspace Freeform Changelog +## 5.8.1 - 2024-12-10 + +### Added +- Added Italian translation. + +### Changed +- Changed the _English_ translation from `en-US` to `en`. + +### Fixed +- Fixed a bug where spammy submissions were still being saved to the database when the Spam Folder was disabled. +- Fixed a bug where fresh installs between 5.7.0 and 5.8.0 were missing a new `options` column in the `freeform_email_marketing_fields` and `freeform_crm_fields` database tables. Added a migration for affected installs. +- Fixed a bug where the form name link on the CP submission details page was not linked correctly. +- Fixed a bug where translations for the Error Log notice were missing. + ## 5.8.0 - 2024-12-03 ### Added diff --git a/composer.json b/composer.json index e24b0bdd0..611119d44 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.0", + "version": "5.8.1", "type": "craft-plugin", "authors": [ { @@ -50,7 +50,7 @@ "fix:dry-run": "vendor/bin/php-cs-fixer fix --dry-run --diff --config=./.php-cs-fixer.dist.php" }, "extra": { - "schemaVersion": "5.4.0", + "schemaVersion": "5.4.1", "handle": "freeform", "class": "Solspace\\Freeform\\Freeform", "name": "Freeform",