Releases: riasvdv/statamic-redirect
Releases · riasvdv/statamic-redirect
1.6.0
What's new
- Import functionality! You can now import redirects from a CSV file.
- We now require at least PHP 7.4.
1.5.0
What's new
- Errors are now stored in folders according to their id, similar to how Laravel stores its cache files. This should improve performance.
- You can now disable logging individual hits on each error.
What's Fixed
- The listing now breaks up long urls.
- Corrupted yaml files won't break the functionality anymore. The dashboard & clean command will keep working.
- An error's hits can now be 0.
- Fix the handled destination not being shown in the error listing.
1.4.7
What's Fixed
- Fix an issue with deleting redirects
1.4.6
What's Fixed
- Fix 410 status when a redirect is cached
1.4.5
What's Fixed
- Actually fix handling of the 410 Gone status
1.4.4
What's Fixed
- Fix handling of the 410 Gone status
1.4.3
What's Fixed
- Fixed an issue where query parameters were ignored
1.4.2
1.4.2 (2021-02-17)
What's Fixed
- Fix pagination on redirects listing
1.4.1
1.4.1 (2021-02-17)
What's Fixed
- Account for trailing slashes in redirects
1.4.0
1.4.0 (2021-02-01)
What's new
- You can now disable logging of errors by setting the
log_errors
config value to false