Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 1004 Bytes

CHANGELOG.md

File metadata and controls

36 lines (20 loc) · 1004 Bytes

Yii CSRF Protection Library Change Log

2.0.1 under development

  • Bug #36: Explicitly add transitive dependencies yiisoft/strings, psr/http-server-handler and ext-hash (@vjik, @xepozz)

2.0.0 February 14, 2023

  • Chg #43: Adapt configuration group names to Yii conventions (@vjik)
  • Enh #44: Add support of yiisoft/session version ^2.0 (@vjik)

1.2.0 November 22, 2021

  • Chg #31: Update yiisoft/http dependency (@devanych)
  • Enh #30: Add a custom failure handler feature to CsrfMiddleware (@solventt, @devanych)

1.1.0 October 21, 2021

  • New #29: Add methods CsrfMiddleware::getParameterName() and CsrfMiddleware::getHeaderName() (@vjik)

1.0.3 August 30, 2021

  • Chg #28: Use definitions from yiisoft/definitions in configuration (@vjik)

1.0.2 April 13, 2021

  • Chg: Adjust config for yiisoft/factory changes (@vjik, @samdark)

1.0.1 March 23, 2021

  • Chg: Adjust config for new config plugin (@samdark)

1.0.0 February 23, 2021

  • Initial release.