Skip to content

Commit 79876a8

Browse files
committed
version 3.0.18
1 parent da50521 commit 79876a8

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## 3.0.18 - 2025-01-17
4+
5+
### Added
6+
- Add support for inline CSS for some string content (Multi-Line Rich Text content).
7+
- Add `Variables::EVENT_PARSE_VARIABLES` to allow you to parse custom registered variables.
8+
9+
### Fixed
10+
- Fix reCAPTCHA Enterprise and score validation.
11+
- Fix Dropdown and Input Date fields not saving correctly.
12+
- Fix content errors with File Upload fields and MariaDB installs.
13+
- Fix TableInput Vue component not respecting `initialValue` values.
14+
- Fix a migration from Formie 2 for Email fields with Blocked Domains setting.
15+
316
## 3.0.17 - 2025-01-13
417

518
### Added

composer.json

Lines changed: 1 addition & 1 deletion
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.17",
5+
"version": "3.0.18",
66
"keywords": [
77
"craft",
88
"cms",

0 commit comments

Comments
 (0)