Skip to content
This repository has been archived by the owner on Aug 9, 2024. It is now read-only.

Releases: newism/craft3-fields

2.1.0

29 Jan 21:59
643217f
Compare
Choose a tag to compare
  • [Fixed] Fixed issue with maps autocomplete in Craft4

2.0.0

05 May 03:41
Compare
Choose a tag to compare

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

27 Apr 00:43
Compare
Choose a tag to compare

Fixes

  • Fix issues with saving embed / person fields

1.0.3.2

08 Oct 04:32
Compare
Choose a tag to compare

Fixes

  • Missing composer.json version bump

1.0.3.1

08 Oct 01:09
7a46742
Compare
Choose a tag to compare

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

08 Oct 01:15
f040f4f
Compare
Choose a tag to compare
2.0.0-RC5 Pre-release
Pre-release

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

16 Aug 01:34
Compare
Choose a tag to compare
2.0.0-RC4 Pre-release
Pre-release

Fixes issues with telephone not saving under some circumstances

2.0.0-RC3

19 Feb 06:07
5d86cff
Compare
Choose a tag to compare
2.0.0-RC3 Pre-release
Pre-release

Custom field preview now handles both v1 and v2 embed code

2.0.0-RC2

16 Feb 09:35
Compare
Choose a tag to compare
2.0.0-RC2 Pre-release
Pre-release

v2.0.0 requires "oembed/oembed": "^4.0" which requires "php": "^7.4|^8",. Additionally the return data format has changed due to the updated oembed/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

18 Jan 21:55
79c693f
Compare
Choose a tag to compare

Fixes: