All notable changes to laravel-url-signer
will be documented in this file.
- Implement Key Generation Command for Enhanced Security by @NoahNxT in #54
- @NoahNxT made their first contribution in #54
Full Changelog: https://github.com/spatie/laravel-url-signer/compare/3.1.0...3.2.0
- Bump aglipanci/laravel-pint-action from 1.0.0 to 2.2.0 by @dependabot in #48
- Bump actions/checkout from 2 to 3 by @dependabot in #47
- Laravel 11.x Compatibility by @laravel-shift in #53
- @dependabot made their first contribution in #48
Full Changelog: https://github.com/spatie/laravel-url-signer/compare/3.0.1...3.1.0
- Laravel 10.x Compatibility by @laravel-shift in #46
- @laravel-shift made their first contribution in #46
Full Changelog: https://github.com/spatie/laravel-url-signer/compare/3.0.0...3.0.1
- allow Laravel 9
- allow PHP 8
- add support for Laravel 8
- add support for Laravel 7
- add support for Laravel 6
- drop support for Laravel 5.7 and below
- drop support for PHP 7.1 and below
- Added: Laravel 5.8 compatibility
- Added: Laravel 5.7 compatibility
- Added: Laravel 5.6 compatibility
- Changed: Avoid using
config
in config file
- Added: Laravel 5.5 compatibility
- Added: Laravel 5.4 compatibility
- Removed: Dropped support for older Laravel versions
- Added: Laravel 5.3 compatibility
- Fixed: A security vulnerability with the signature key
- Fixed: Explicit Laravel version constraints
- Fixed: Moved config file to standardized location
- Added: Laravel 5.2 compatibility
- Initial release