Skip to content

Commit 3a7de66

Browse files
committed
version 3.0.19
1 parent 61e897a commit 3a7de66

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## 3.0.19 - 2025-01-24
4+
5+
### Changed
6+
- The `intl-tel-input` for Phone number fields no longer lazy-loads it’s utilities script.
7+
- Update `intl-tel-input` for the latest number validation handling.
8+
- 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”.
9+
10+
### Fixed
11+
- Fix incorrectly bundled `intl-tel-input` version.
12+
- Fix some string content not being escaped properly.
13+
- Fix Freeform 5 migration for success behaviour.
14+
- Fix default value for Date field not being set correctly.
15+
- Fix File Upload handling for some database engines (MariaDB).
16+
- Fix an error with Entry element integrations when updating values.
17+
- Fix email notifications table when columns contained long variable tags.
18+
- Fix incorrect logic when calling `Notifications::getFormNotificationByHandle()`.
19+
320
## 3.0.18 - 2025-01-17
421

522
### Added

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "verbb/formie",
33
"description": "The most user-friendly forms plugin for Craft.",
44
"type": "craft-plugin",
5-
"version": "3.0.18",
5+
"version": "3.0.19",
66
"keywords": [
77
"craft",
88
"cms",

0 commit comments

Comments
 (0)