Releases: misd-service-development/phone-number-bundle
Releases · misd-service-development/phone-number-bundle
v1.3.2
v1.3.1
v1.3.0
- Symfony 4 support.
- Add
phone_number_of_type
Twig test andisType
test toPhoneNumberHelper
. - Deprecate
PhoneNumberFormatHelper
in favour ofPhoneNumberHelper
andPhoneNumberFormatExtension
in favour ofPhoneNumberHelperExtension
. - Swedish translation improvements. Rename country code
se
->sv
. - Add
country_placeholder
option. - Regard
"0"
as an invalid phone number.
v1.2.0
- 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
- Add basic Danish, Swedish and Finnish translations.
v1.1.2
- 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
- Correct the block prefix for PhoneNumberType in Symfony 3.
v1.1.0
- 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
- Confirm Symfony 3.0 compatibility.
v1.0.5
- Cater for Symfony's deprecation notices.
- Throw a
ConversionException
in the Doctrine type when the value is not aPhoneNumber
.