Skip to content

Releases: symfony/validator

v6.2.7

28 Feb 14:24
v6.2.7
Compare
Choose a tag to compare

Changelog (v6.2.6...v6.2.7)

  • bug #49484 Fix translation of AtLeastOneOf constraint message (alexandre-daubois)
  • bug #48998 Sync IBAN formats with Swift IBAN registry (smelesh)
  • bug #49220 Make ConstraintValidatorTestCase compatible with PHPUnit 10 (gjuric)

v5.4.21

28 Feb 13:29
v5.4.21
Compare
Choose a tag to compare

Changelog (v5.4.20...v5.4.21)

  • bug #49484 Fix translation of AtLeastOneOf constraint message (alexandre-daubois)
  • bug #48998 Sync IBAN formats with Swift IBAN registry (smelesh)
  • bug #49220 Make ConstraintValidatorTestCase compatible with PHPUnit 10 (gjuric)

v6.2.5

24 Jan 15:58
v6.2.5
Compare
Choose a tag to compare

Changelog (v6.2.4...v6.2.5)

  • bug #48986 Fix Email validator logic (fabpot)
  • bug #48933 Fix bad handling of nulls when the 'fields' option of the Unique constraint is set (plfort)
  • bug #48904 Allow egulias/email-validator v4 (chalasr)
  • bug #48866 fix: Case-insensitive extensions in File-Constraint (spackmat)

v6.0.19

24 Jan 15:26
v6.0.19
Compare
Choose a tag to compare

Changelog (v6.0.18...v6.0.19)

  • bug #48986 Fix Email validator logic (fabpot)
  • bug #48904 Allow egulias/email-validator v4 (chalasr)

v5.4.19

24 Jan 13:44
v5.4.19
Compare
Choose a tag to compare

Changelog (v5.4.18...v5.4.19)

  • bug #48986 Fix Email validator logic (fabpot)
  • bug #48904 Allow egulias/email-validator v4 (chalasr)

v6.2.3

28 Dec 15:42
v6.2.3
Compare
Choose a tag to compare

Changelog (v6.2.2...v6.2.3)

  • bug #48746 Fix IBAN format for Tunisia and Mauritania (smelesh)
  • bug #48718 Compatibility with doctrine/annotations 2 (derrabus)

v6.1.9

28 Dec 15:06
v6.1.9
Compare
Choose a tag to compare

Changelog (v6.1.8...v6.1.9)

  • bug #48746 Fix IBAN format for Tunisia and Mauritania (smelesh)
  • bug #48718 Compatibility with doctrine/annotations 2 (derrabus)

v6.0.17

28 Dec 15:01
v6.0.17
Compare
Choose a tag to compare

Changelog (v6.0.16...v6.0.17)

  • bug #48746 Fix IBAN format for Tunisia and Mauritania (smelesh)
  • bug #48718 Compatibility with doctrine/annotations 2 (derrabus)

v5.4.17

28 Dec 14:56
v5.4.17
Compare
Choose a tag to compare

Changelog (v5.4.16...v5.4.17)

  • bug #48746 Fix IBAN format for Tunisia and Mauritania (smelesh)
  • bug #48718 Compatibility with doctrine/annotations 2 (derrabus)

v6.2.2

16 Dec 20:12
v6.2.2
Compare
Choose a tag to compare

Changelog (v6.2.1...v6.2.2)

  • bug #48644 Allow opt-out of EmailValidator deprecation when using Validation::createValidatorBuilder() (nicolas-grekas)