Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libphonenumber-for-php v8 released #22

Closed
giggsey opened this issue Dec 13, 2016 · 1 comment
Closed

libphonenumber-for-php v8 released #22

giggsey opened this issue Dec 13, 2016 · 1 comment
Assignees
Milestone

Comments

@giggsey
Copy link

giggsey commented Dec 13, 2016

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:

  • 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.
@Borales Borales self-assigned this Dec 13, 2016
@Borales
Copy link
Owner

Borales commented Dec 13, 2016

@giggsey awesome, thanks for the report, I'll do the upgrade.

@Borales Borales added this to the 0.1.0 milestone Dec 13, 2016
@Borales Borales closed this as completed Jun 10, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants