Skip to content

Releases: rollerworks/PasswordStrengthBundle

Release v2.0.2

04 Nov 10:55
v2.0.2
3fc95e8
Compare
Choose a tag to compare

Added

  • Fix Symfony 4 compatibility (sstok) #90

Changed

  • [CI] Fix broken build with deps=low (sstok) #87

Fixed

  • Add missing service definition to use the library constraint directly (stof) #88
  • Fix resource tracking for commands (sstok) #89

Release v1.7.2

05 Sep 17:30
v1.7.2
Compare
Choose a tag to compare

Fixed

  • Add missing service definition to use the library constraint directly (stof) #88

Release v2.0.1

26 Aug 15:35
v2.0.1
Compare
Choose a tag to compare

Fixed

  • Don’t register abstract commands (sstok) #86

Release v2.0.0

26 Aug 15:02
v2.0.0
Compare
Choose a tag to compare

All deprecated code has been removed. Support for Symfony 2 and anything lower then PHP 5.6 was dropped. Official support for HHVM is also dropped. You need at least Symfony 3.3 and PHP 5.6 (or PHP 7.0).

Upgrading

The constraints have been moved to a separate library, see the upgrade instructions for full details.

To ease transitioning your application to v2.0, first update to v1.7. v1.7 already provides the validation constraints while still allowing the old usage.

After this you can update your code, The Symfony web-development toolbar should inform where you need to update your code to use the new constraints.

Once all deprecations are resolved you can update the application's composer.json file to use v2.0 of this bundle.

Changed

Release v1.7.1

26 Aug 07:45
v1.7.1
dc5cc69
Compare
Choose a tag to compare

Fixed

  • Fix service definition of BlacklistValidator (sstok) #85

Release v1.7.0

24 Aug 13:43
v1.7.0
Compare
Choose a tag to compare

Deprecated

  • Provide a smooth transition to 2.0 (sstok) #83

Release v1.6.1

15 Aug 07:12
v1.6.1
Compare
Choose a tag to compare

Added

Release v1.6.0

19 Apr 14:32
v1.6.0
Compare
Choose a tag to compare

Fixed

  • Fix PasswordRequirements/PasswordStrength unicode validation (sstok) #78

Release v1.5.5

06 Apr 12:37
v1.5.5
87da931
Compare
Choose a tag to compare

This version no longer contains tests in the dist package.

Changed

  • Speed-up travis build and other minor improvements (sstok) #71

Fixed

  • Fix deprecation warnings (sstok) #72
  • Fix travis failures for EOL builds (sstok) #73
  • Fix PHPUnit compatibility (sstok) #74
  • Fix tests failure for Symfony 3.3-dev (sstok) #76
  • Fix broken tests for Symfony 3.3-dev (sstok) #77

Release v1.5.4

23 Nov 13:54
v1.5.4
Compare
Choose a tag to compare

Fixed

  • Fix PHPUnit 5.4 compatibility (sstok) #69
  • Fix PasswordStrengthValidator length unicode chars (sstok) #70