Releases: fsasvari/laravel-trailing-slash
Releases · fsasvari/laravel-trailing-slash
v5.0.0
Added
- Added support for Laravel 10.x version
v4.0.0
Update package to version 4.* to match Laravel framwork version 9.*.
v3.0.0
Update package to version 3.* to match Laravel framwork version 8.*.
v2.0.2
- Update package for Laravel version 7.x
v1.1.0
Fixed
- Call
asset_url
value from configuration in RoutingServiceProvider
Changed
- Changed
phpunit/phpunit
version in composer.json
file
v1.0.2
- Replace "str_contains" with "Str::contains" in UrlGenerator class
v1.0.1
- Fix version links in readme file
- Fix RoutingRedirector tests
v1.0.0
- Update package to Laravel v6.x
v0.3.4
- Update package to Laravel v5.8
v0.3.3
Changed
- Changed
travis.yml
file, removed php 7.0
line