Skip to content

Releases: riasvdv/statamic-redirect

1.6.0

18 Sep 11:22
Compare
Choose a tag to compare

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

18 Sep 10:13
Compare
Choose a tag to compare

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

11 Aug 07:07
3c14783
Compare
Choose a tag to compare

What's Fixed

  • Fix an issue with deleting redirects

1.4.6

06 May 08:58
Compare
Choose a tag to compare

What's Fixed

  • Fix 410 status when a redirect is cached

1.4.5

04 May 16:45
Compare
Choose a tag to compare

What's Fixed

  • Actually fix handling of the 410 Gone status

1.4.4

03 May 17:32
Compare
Choose a tag to compare

What's Fixed

  • Fix handling of the 410 Gone status

1.4.3

10 Mar 08:05
Compare
Choose a tag to compare

What's Fixed

  • Fixed an issue where query parameters were ignored

1.4.2

17 Feb 10:47
Compare
Choose a tag to compare

1.4.2 (2021-02-17)

What's Fixed

  • Fix pagination on redirects listing

1.4.1

17 Feb 10:41
Compare
Choose a tag to compare

1.4.1 (2021-02-17)

What's Fixed

  • Account for trailing slashes in redirects

1.4.0

01 Feb 18:43
Compare
Choose a tag to compare

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