phone-number-bundle

Integrates libphonenumber into your Symfony2-Symfony4 application

Downloads
7.5M
Stars
459
Committers
36

Bot releases are visible (Hide)

phone-number-bundle - v1.3.2 Latest Release

Published by robhogan almost 7 years ago

Fix bad extension on translation file causing "The "xlif" translation loader is not registered."

phone-number-bundle - v1.3.1

Published by robhogan almost 7 years ago

  • Undo minor breaking change by reinstating and deprecating se code for Swedish translations.
  • Validator uses buildViolation instead of addViolation for Symfony >= 2.5.
phone-number-bundle - v1.3.0

Published by robhogan almost 7 years ago

  • Symfony 4 support.
  • Add phone_number_of_type Twig test and isType test to PhoneNumberHelper.
  • Deprecate PhoneNumberFormatHelper in favour of PhoneNumberHelper and PhoneNumberFormatExtension in favour of PhoneNumberHelperExtension.
  • Swedish translation improvements. Rename country code se->sv.
  • Add country_placeholder option.
  • Regard "0" as an invalid phone number.
phone-number-bundle - v1.2.0

Published by thewilkybarkid almost 8 years ago

  • Add Symfony Serializer support.
  • Confirm libphonenumber 8.0 compatibility.
  • Deprecate phone_number_format Twig function in favour of a filter.
  • Avoid choices_as_values deprecation notice in Symfony 3.1.
phone-number-bundle - v1.1.3

Published by thewilkybarkid almost 8 years ago

  • Add basic Danish, Swedish and Finnish translations.
phone-number-bundle - v1.1.2

Published by thewilkybarkid over 8 years ago

  • Allow the country choice form widget to not be required.
  • Add difference between form type in Symfony 2 and 3 to the documentation.
phone-number-bundle - v1.1.1

Published by thewilkybarkid over 8 years ago

  • Correct the block prefix for PhoneNumberType in Symfony 3.
phone-number-bundle - v1.1.0

Published by thewilkybarkid over 8 years ago

  • Add translations for the validation constraint (BC break).
  • Add validation of the phone number type.
  • Throw an exception if Doctrine can't convert a database value to/from a PhoneNumber.
  • Add country choice form widget.
  • Add libphonenumber.phone_number_offline_geocoder service.
  • Add libphonenumber.short_number_info service.
  • Add libphonenumber.phone_number_to_carrier_mapper service.
  • Add libphonenumber.phone_number_to_time_zones_mapper service.
  • Deprecate .class parameters.
phone-number-bundle - v1.0.6

Published by thewilkybarkid almost 9 years ago

  • Confirm Symfony 3.0 compatibility.
phone-number-bundle - v1.0.5

Published by thewilkybarkid over 9 years ago

  • Cater for Symfony's deprecation notices.
  • Throw a ConversionException in the Doctrine type when the value is not a PhoneNumber.
phone-number-bundle - v1.0.4

Published by thewilkybarkid almost 10 years ago

  • Confirm libphonenumber 7.0 compatibility.
phone-number-bundle - v1.0.3

Published by thewilkybarkid about 10 years ago

  • Handle international numbers correctly when using the national format and a default region.
  • Throw a TransformationFailedException when required in the form data transformer.
phone-number-bundle - v1.0.2

Published by thewilkybarkid over 10 years ago

  • Confirm libphonenumber 6.0 compatibility.
phone-number-bundle - v1.0.1

Published by thewilkybarkid over 10 years ago

  • Changed libphonenumber port to giggsey/libphonenumber-for-php.
phone-number-bundle - v1.0.0

Published by thewilkybarkid about 11 years ago

  • Initial release.