Skip to content

Releases: kartik-v/yii2-password

Version 1.5.7

16 May 06:20
Compare
Choose a tag to compare

Date: 16-May-2022

  • PHP 8.1 enhancements for native functions.
  • (enh #79): Enhancement to input group addons for Bootstrap 5.x.

Version 1.5.6

15 Jun 13:49
Compare
Choose a tag to compare

Date: 15-Jun-2020

  • (bug #73, #74): Validate haveIBeenPwned correctly and default to false for BC.

Version 1.5.5

08 Jun 16:57
Compare
Choose a tag to compare

Date: 08-Jun-2020

  • (enh #72): Add support to check password in haveibeenpwned.com online lists.
  • (enh #71): Correct German Translations.
  • (bug #70): Correct allowSpaces.
  • (bug #69): Correct code bug (multiple and conditions).
  • (enh #66, #67, #68): Correct allowSpaces.

Version 1.5.4

07 Sep 05:22
Compare
Choose a tag to compare

Date: 07-Sep-2018

  • Add github contribution and issue/PR log templates.
  • Updates for Bootstrap v4.x.
  • Reorganize source code in src directory.
  • (enh #61): Update Russian Translations.
  • (enh #60): Add Greek Translations.
  • (enh #58): Add Ukranian Translations.
  • (enh #56): Update Portugese BR Translations.
  • (enh #54): Add Lithuanian Translations.
  • (enh #53): Add Vietnamese Translations.
  • (enh #49): Correct Html::getAttributeValue.
  • (enh #45): Add Traditional Chinese Translations.
  • (enh #44): Add Estonian Translations.
  • (enh #42): Add Serbian Translations.
  • (enh #39): Update Spanish Translations.

Version 1.5.3

10 Jan 16:57
Compare
Choose a tag to compare

Date: 10-Jan-2016

  • (enh #28): Spaces validation via new properties allowSpaces and allowSpacesError.
  • (enh #29): Add Simplified Chinese translation
  • (enh #30): Add Hungarian Translations
  • (enh #31): Fix for short-long language code conflict
  • (enh #32): Correct Polish Translations
  • (enh #33): Update Russian Translations
  • (enh #34): Enhance StrengthValidator to support validateValue
  • (enh #35): Model is required to have a username attribute (or userAttribute)
  • (enh #36): Add Czech translations
  • (enh #37): Enhance code to generate Yii localization messages via config
  • (enh #37): Validate username without attribute
    • New usernameValue property that will be used without model or usernameAttribute. If this is provided the usernameAttribute will be skipped.
  • Eliminate StrengthValidator::strError property (BC Breaking). Use the StrengthValidator::message property instead.

Version 1.5.2

14 Jul 12:04
Compare
Choose a tag to compare

Date: 14-Jul-2015

  • (enh #27): Add ability to configure multi-language widgets on same page.

Version 1.5.1

17 Jun 17:07
Compare
Choose a tag to compare

Date: 17-Jun-2015

  • (enh #22, #23): Updated German Translations.
  • Set copyright year to current.
  • (enh #24): Improve validation to retrieve the right translation messages folder.
  • (bug #25): Fix strength validator callback.
  • (enh #26): Set composer version dependencies.

Version 1.5.0

12 Jan 11:39
Compare
Choose a tag to compare

Date: 12-Jan-2015

  • (enh #15): Added Portugese Brazilian translations.
  • (bug #16): StrengthValidator strpos empty needle error fix.
  • (enh #17): StrengthValidator client validation fix when not using username validation.
  • Change message file category name to begin with kv prefix.
  • Code formatting updates as per Yii2 coding style.

Version 1.4.0

20 Nov 07:32
Compare
Choose a tag to compare

Date: 20-Nov-2014

  • (bug #13): Fix errors in client side validation of patterns (digit, special etc.)
  • (enh #14): Enhance strength client validation plugin as a better reusable component.

Version 1.3.0

10 Nov 18:22
Compare
Choose a tag to compare

Date: 10-Nov-2014

  • Set dependency on Krajee base components
  • Set release to stable