Skip to content

Releases: misd-service-development/phone-number-bundle

v1.3.2

18 Jan 09:07
32e569b
Compare
Choose a tag to compare

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

v1.3.1

17 Jan 17:35
Compare
Choose a tag to compare
  • Undo minor breaking change by reinstating and deprecating se code for Swedish translations.
  • Validator uses buildViolation instead of addViolation for Symfony >= 2.5.

v1.3.0

15 Jan 19:56
a394bf4
Compare
Choose a tag to compare
  • 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.

v1.2.0

17 Dec 17:18
Compare
Choose a tag to compare
  • 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.

v1.1.3

17 Dec 17:18
Compare
Choose a tag to compare
  • Add basic Danish, Swedish and Finnish translations.

v1.1.2

31 Mar 08:44
Compare
Choose a tag to compare
  • Allow the country choice form widget to not be required.
  • Add difference between form type in Symfony 2 and 3 to the documentation.

v1.1.1

31 Mar 08:43
Compare
Choose a tag to compare
  • Correct the block prefix for PhoneNumberType in Symfony 3.

v1.1.0

25 Jan 17:30
Compare
Choose a tag to compare
  • 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.

v1.0.6

22 Dec 21:36
Compare
Choose a tag to compare
  • Confirm Symfony 3.0 compatibility.

v1.0.5

15 Apr 14:08
Compare
Choose a tag to compare
  • Cater for Symfony's deprecation notices.
  • Throw a ConversionException in the Doctrine type when the value is not a PhoneNumber.