Skip to content

Releases: riasvdv/statamic-redirect

1.3.2

21 Jan 08:56
Compare
Choose a tag to compare

What's fixed

  • Fix composer dependencies

1.3.1

20 Oct 09:32
Compare
Choose a tag to compare

What's fixed

  • Fix exception when an error has no hits

1.3.0

19 Oct 07:22
Compare
Choose a tag to compare

What's new

  • Added better Error cleaning, with 2 new config options: clean_errors_on_save and keep_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

29 Sep 19:00
Compare
Choose a tag to compare

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.1

28 Sep 19:01
Compare
Choose a tag to compare

What's fixed

  • Fix incorrect typehint in RedirectController

1.1.0

21 Sep 18:55
Compare
Choose a tag to compare

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.3

20 Sep 08:45
Compare
Choose a tag to compare

What's fixed

  • Automatic redirects weren't working properly

1.0.2

20 Sep 08:35
Compare
Choose a tag to compare

What's fixed

  • The config file had the wrong tag, it can now be published using the statamic-redirect-config tag.

1.0.1

20 Sep 08:21
Compare
Choose a tag to compare

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

1.0

19 Sep 14:48
Compare
Choose a tag to compare
1.0

What's new

  • This addon!