Skip to content

Commit

Permalink
version 3.0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
engram-design committed Jan 24, 2025
1 parent 61e897a commit 3a7de66
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## 3.0.19 - 2025-01-24

### Changed
- The `intl-tel-input` for Phone number fields no longer lazy-loads it’s utilities script.
- Update `intl-tel-input` for the latest number validation handling.
- Fields in email notification content, when referenced via their variable tag now no longer show their “no response” placeholder text. These still exist for grouped content like “All Fields”.

### Fixed
- Fix incorrectly bundled `intl-tel-input` version.
- Fix some string content not being escaped properly.
- Fix Freeform 5 migration for success behaviour.
- Fix default value for Date field not being set correctly.
- Fix File Upload handling for some database engines (MariaDB).
- Fix an error with Entry element integrations when updating values.
- Fix email notifications table when columns contained long variable tags.
- Fix incorrect logic when calling `Notifications::getFormNotificationByHandle()`.

## 3.0.18 - 2025-01-17

### Added
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "verbb/formie",
"description": "The most user-friendly forms plugin for Craft.",
"type": "craft-plugin",
"version": "3.0.18",
"version": "3.0.19",
"keywords": [
"craft",
"cms",
Expand Down

0 comments on commit 3a7de66

Please sign in to comment.