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
I have integrated it into a WordPress project and encountered an issue with Danish mobile numbers.
In version 24.6.0, Danish mobile numbers were not recognized at all.
After updating to version 25.3.0, only numbers starting with 60-xx-xx-xx are recognized, while Danish mobile numbers can start with different prefixes (see Wikipedia: Telephone_numbers_in_Denmark).
Would it be possible to update the library to support all valid Danish mobile prefixes?
Thank you for your time and consideration!
Best regards,
Charlotte
The text was updated successfully, but these errors were encountered:
We use libphonenumber for formatting, validation and generating placeholder numbers - if your issue relates to one of these things, please check their test site first and if you see the problem there please file an issue with them instead.
If it's working correctly in libphonenumber, the next step is to check that we're using the latest version of libphonenumber in the plugin - check the version history here. If we need to upgrade, it only takes 5 minutes to do this yourself and submit a Pull Request - instructions here: Updating to a new version of libphonenumber.
Hello,
First of all, thank you for your great library!
I have integrated it into a WordPress project and encountered an issue with Danish mobile numbers.
In version 24.6.0, Danish mobile numbers were not recognized at all.
After updating to version 25.3.0, only numbers starting with 60-xx-xx-xx are recognized, while Danish mobile numbers can start with different prefixes (see Wikipedia: Telephone_numbers_in_Denmark).
Would it be possible to update the library to support all valid Danish mobile prefixes?
Thank you for your time and consideration!
Best regards,
Charlotte
The text was updated successfully, but these errors were encountered: