From 3a7de66115448789af434419fe595655a49becf4 Mon Sep 17 00:00:00 2001 From: Josh Crawford Date: Fri, 24 Jan 2025 11:10:50 +1100 Subject: [PATCH] version 3.0.19 --- CHANGELOG.md | 17 +++++++++++++++++ composer.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c8a627a..3f43153c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/composer.json b/composer.json index af5e0ef4..ff7335e3 100644 --- a/composer.json +++ b/composer.json @@ -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",