Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 1.07 KB

CHANGELOG.md

File metadata and controls

27 lines (21 loc) · 1.07 KB

Change Log

All notable changes to this project will be documented in this file.

1.3.0 - 2017-07-02

Fixed

  • Altering identity's status now affects last usage time

Changed

  • Hash cost now is an optional constructor parameter for Identification and Registration services
  • Renamed method for checking outdated hash from isOldHash() to hasOldHash()
  • Removed the hashing of sensitive data, before passing it to logger

1.2.0 - 2017-05-29

Fixed

  • Bug, that is caused type error, when default fetch mode is changed for PDO
  • Various typos in comments and documentation

Changed

  • All test classes now contain PHPMD configuration comments to suppress few of the warnings

1.1.0 - 2017-05-23

Changed

  • In service Search the findNonceIdentityByNonce() was renamed to findNonceIdentityByIdentifier() to fix the inconsistency in the naming.