v1.4.0
- Add user link table from spesified user (#986)
- Change the
CACHE_STORE
default value tofile
(2e26fc9) - Only alphanumeric characters are counted as generated random string (#999)
- Ref: User link table from guest users (#987, 8669f7c)
- Ref: route paths and route names (#990, #989)
- Ref(referrer): Just store the url host (#995)
- ref(key-generator): Use a hash function as the basis of a random string (#997, #1001, 04f96c4)
- ref(key-generator): generateRandomString method (#996)
- test: Add test for app\Models\User::signature() (9f9863e)
- test: Use the PHPUnit group attribute in the class, instead of in the method (#993, 94dad31, e191122)
- test: Simplify import of PHPUnit attributes (#994)
Full Changelog: v1.3.0...v1.4.0