All notable changes to url-signer
will be documented in this file
- fix typo in test description by @debuqer in spatie#52
- feat: switch to DateTimeInterface by @alanpoulain in spatie#53
- @debuqer made their first contribution in spatie#52
- @alanpoulain made their first contribution in spatie#53
Full Changelog: https://github.com/spatie/url-signer/compare/2.0.2...2.1.0
- revert breaking change introduced in previous version
- Bump dependabot/fetch-metadata from 1.3.5 to 1.3.6 by @dependabot in spatie#41
- feat: switch DateTime to DateTimeInterface by @pauljosephkrogulec in spatie#45
- @dependabot made their first contribution in spatie#41
- @pauljosephkrogulec made their first contribution in spatie#45
Full Changelog: https://github.com/spatie/url-signer/compare/2.0.0...2.0.1
- internal rewrite
- do not rely on League packages anymore
- lifetime is now in seconds instead of days
- drop support for older PHP versions
- Fix php-cs-fixer by @erikn69 in spatie#37
- Fix bug validating url without query by @emmanuel-tilleuls in spatie#38
- @erikn69 made their first contribution in spatie#37
- @emmanuel-tilleuls made their first contribution in spatie#38
Full Changelog: https://github.com/spatie/url-signer/compare/1.2.2...1.2.3
- add missing abstract method in the BaseUrlSigner (#35)
- improve depdendencies
- support PHP 8.0
- replace league/url with league/uri & league/uri-components (#25)
- use
hash_equals
to avoid timing attacks
- Fixed: using empty signature keys is not allowed
- First release