Skip to content

Commit

Permalink
v5.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kjmartens committed Dec 10, 2024
1 parent a94fc26 commit ee89d7f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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": [
{
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit ee89d7f

Please sign in to comment.