Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 582 Bytes

CHANGELOG.md

File metadata and controls

23 lines (16 loc) · 582 Bytes

Yii Tokens Changelog

2.0.0

  • Yii 2.0.14.1 compatibility fixes

1.3.0

  • Add __toString method to TokenInterface
  • Fix issue with missing validation period

1.2.2

1.2.0

  • Remove symfony/config from dependencies, use getenv for TokenRepositoryConfig

1.1.0

  • Changed behavior of TokenRepository::verify now it will delete old token from storage to prevent double validation of one token.

1.0.0

  • First release