Releases: Log1x/acf-phone-number
Releases · Log1x/acf-phone-number
v1.0.7
Change log
Bug fixes
- fix(class): Fix the parse method (...sigh)
- fix(class): Properly return an empty string if the number is invalid on __toString
- fix(assets): Fix asset versioning
- fix(class): Gracefully return when the number is invalid while calling a method as a property
Enhancements
- feat(integration): Add basic display support for Admin Columns Pro
- enhance(class): Allow passing a phone number through the PhoneNumber construct
v1.0.6
Change log
Enhancements
- enhance(phone): Split the phone number object into a class
- feat(field): Add default country selection
- enhance(assets): Use mix manifest when fetching assets
Bug fixes
- fix(field): Fix potential illegal string offsets
v1.0.5
Change log
This is a re-release of v1.0.4 since apparently I didn't actually commit my changes.
v1.0.4
Change log
Bug fixes
- fix(validation): Fix validation when input is empty and not required
- fix(db): Prevent saving a useless empty database value when country is selected but number field is empty
v1.0.3
Change log
Bug fixes
- fix(value): Return null if the phone number is invalid
v1.0.2
Change log
Enhancements
feat(field): Add compatibility when changing from a different field type (e.g. text field) to the phone number field.
v1.0.1
Change log
Enhancements
- enhance(readme): Add usage gif
Bug fixes
- fix(composer): Add missing license
- fix(vendor): Fix conditional for vendor deps