1.4.0
February 1st, 2021
1.4.0 (2021-02-01)
What's new
- You can now disable logging of errors by setting the
log_errors
config value tofalse
1.3.0
October 19th, 2020
What's new
- Added better Error cleaning, with 2 new config options:
clean_errors_on_save
andkeep_unique_errors
which will clean errors when a new one is added and only keep a set amount of unique errors, deleting the oldest ones first. If you have configured a queue the cleaning will take place on the queue. - The
php please redirect:clean-errors
command now also takes into account the unique errors count.
1.2.0
September 29th, 2020
What's new
- Add permissions for viewing, creating, editing and deleting redirects
- Add metadata (user agent, referer & ip) when hovering over the error path
- Add redirects export to JSON or CSV
1.1.0
September 21st, 2020
What's new
- Filters and search for the Error and Redirect listings!
What's changed
- Errors and Redirects now use the Stache, which makes loading & querying faster.
1.0.2
September 20th, 2020
What's fixed
- The config file had the wrong tag, it can now be published using the
statamic-redirect-config
tag.
1.0.1
September 20th, 2020
What's new
- Introduced caching for redirects, consequent 404 hits will not trigger a new lookup into the Redirect storage
- Refactored the code so we can add Eloquent database storage in the future for errors & redirects