You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
libphonenumber-for-php v8 has been released, and it'll be good for this project to support it going forwards.
The BC changes are:
Convert from PSR-0 to PSR-4
Remove deprecated ShortNumberUtil, use ShortNumberInfo instead
Deleting deprecated methods in ShortNumberInfo that work on strings, instead
of phone number objects. These have been marked deprecated for months. Any
users of these methods should call PhoneNumberUtil::parse first to create a PhoneNumber object, and pass this in.
Support semicolon as extension character while parsing phone numbers.
The text was updated successfully, but these errors were encountered:
Hi,
libphonenumber-for-php v8 has been released, and it'll be good for this project to support it going forwards.
The BC changes are:
ShortNumberUtil
, useShortNumberInfo
insteadShortNumberInfo
that work on strings, insteadof phone number objects. These have been marked deprecated for months. Any
users of these methods should call
PhoneNumberUtil::parse
first to create aPhoneNumber
object, and pass this in.The text was updated successfully, but these errors were encountered: