All notable changes to this project will be documented in this file.
1.4.0 - 2017-09-12
- New method
findEmailIdentityById()
in theSearch
service for retrieving identity by email address
- Nonce creation now uses the
Registration
service's hash cost - Email addresses in identities are no longer treated as case-sensitive
1.3.2 - 2017-07-28
- Bug in
loginWithPassword()
was causing password to be reset, if the cost value was changed
1.3.1 - 2017-07-03
- Mistake in the
Identity
mapper causing causing SQL syntax error, when attempting to delete
1.3.0 - 2017-07-02
- Altering identity's status now affects last usage time
- Hash cost now is an optional constructor parameter for
Identification
andRegistration
services - Renamed method for checking outdated hash from
isOldHash()
tohasOldHash()
- Removed the hashing of sensitive data, before passing it to logger
1.2.0 - 2017-05-29
- Bug, that is caused type error, when default fetch mode is changed for PDO
- Various typos in comments and documentation
- All test classes now contain PHPMD configuration comments to suppress few of the warnings
1.1.0 - 2017-05-23
- In service
Search
thefindNonceIdentityByNonce()
was renamed tofindNonceIdentityByIdentifier()
to fix the inconsistency in the naming.