Releases: newism/craft3-fields
2.1.0
2.0.0
Changed
- Now requires Craft ^4.0.0
- Added type hinting to method arguments and return values for Craft 4.0.0 compatibility
Fixes
- Fixed issue with Address Fields not working in Matrix
1.0.4
Fixes
- Fix issues with saving embed / person fields
1.0.3.2
1.0.3.1
Changes
- Phone number country code select input no longer has an empty value and will default to the field's Default Country Code setting - #63
- Phone number validation message will point out that the phone number could be incorrect for the selected country code
- Email address validator adds a regex validation to find characters that would prevent a valid email and has an error message to reflect this
Notes
The phone number country code for new values will no longer be blank however this should not be a major issue and will reduce problems later if the default country code were to change later as that would possibly render previous phone numbers invalid since they would no longer match the format for the newly selected country code.
Version 1.0.3.1 is a fix where the previous 1.0.3 release contained RC code.
2.0.0-RC5
Changes
- Phone number country code select input no longer has an empty value and will default to the field's Default Country Code setting - #63
- Phone number validation message will point out that the phone number could be incorrect for the selected country code
- Email address validator adds a regex validation to find characters that would prevent a valid email and has an error message to reflect this
Notes
The phone number country code for new values will no longer be blank however this should not be a major issue and will reduce problems later if the default country code were to change later as that would possibly render previous phone numbers invalid since they would no longer match the format for the newly selected country code.
This release includes the updates made in v1.0.3.
2.0.0-RC4
Fixes issues with telephone not saving under some circumstances
2.0.0-RC3
Custom field preview now handles both v1 and v2 embed code
2.0.0-RC2
v2.0.0 requires
"oembed/oembed": "^4.0"
which requires"php": "^7.4|^8",
. Additionally the return data format has changed due to the updatedoembed/oembed
library. The new format can be found in the https://github.com/newism/craft3-fields/blob/master/README.md. Existing content will still continue to work.
Changes
- Updated dependency on
oembed/oembed
to ^v4.0
1.0.2
Fixes:
- MapURL is persisted. - #61 @thomasgoemaere