- Now requires Craft 5.3.0.
- Added support for keyword search.
- Added support for previewing fields in card views.
- Added support for inline editing in element indexes.
- Added support for querying fields by region and number.
- Added support for element query conditions.
- Added support for field condition rules.
- Added support for GraphQL mutations.
- Added the ability to control the preview format in element and card previews.
- Added support for field merging
- Improved styling
- Changed to default region setting field to use selectize.
- Added
\rynpsc\phonenumber\services\PhoneNumber::convertNumbersToLinks
. - Removed
\rynpsc\phonenumber\field\PhoneNumberField::getRegionOptions
, - Changed
\rynpsc\phonenumber\services\PhoneNumber::getAllSupportedRegions
to return aCollection
.
- Added Feed Me integration.
- Added
craft.phoneNumber.getAllSupportedRegions
to output a list of countries and their respective calling codes.
- Fixed issued when creating a new field (#18)
- Added
formatForCountry
method - Added
formatForMobileDialing
method - Added
getCarrierName
method - Added
getExtension
method - Added
getTimeZones
method - Added
carrierName
to GraphQl type - Added
extension
to GraphQL type - Added
formatForCountry
to GraphQL type - Added
formatForMobileDialing
to GraphQL type - Added
format
to GraphQL type - Added
timezones
to GraphQL type - Added support for
locale
andregion
arguments todescription
GraphQL field
- Now requires Craft 4.
- Added tel as an alias for rfc3966 in the
format
method. - Added ability to set the content of the links generated by the
getLink
method andtel
filter.
- Now requires Craft 3.6.12 or later
- Updated focus styles to match Craft's new styles added in 3.6.12.
- Fixed issue with field value normalization #12
- Fixed region button padding.
- Fixed GraphQL error when
devMode
is set tofalse
.
- Added GraphQL content type (#10).
- Updated styles for Craft 3.4.
- Fixed issue where
tel
filter returned incorrecthref
value in when running Craft 3.3..
- Fix issue where
getLink()
returned incorrecthref
value in when running Craft 3.3..
- Fixed error when converting from a plain text field (#1).
- Fixed incorrect string replacement with
tel
filter when dealing with multi-byte strings.
- Fixed issue with tel filter when string is null.
- Added
getType()
toPhoneNumberModel
. - Added
getDescription()
toPhoneNumberModel
.
- Fixed issue where classes were being incorrectly applied in IE11.
- Added ability to pass in a country code to the
tel
filter to parse national numbers.
- Initial release