Skip to content

Releases: aaron13100/404solution

2.35.15

30 Sep 14:54
Compare
Choose a tag to compare
  • FIX: Try to fix a table collation issue for atlet.

2.35.14

27 Sep 19:40
Compare
Choose a tag to compare
  • Improvement: Include WooCommerce categories also.
  • FIX: Avoid an out of memory issue during spellcheck when there were too many posts or pages (> 10,000) (caused by debug_backtrace() apparently).

2.35.13: * FIX: Fix the 'Files and Folders Ignore Strings - Do Not Process' fu…

07 Aug 12:28
Compare
Choose a tag to compare
  • FIX: Fix the 'Files and Folders Ignore Strings - Do Not Process' functionality.

2.35.12: * FIX: Fix an undefined array key due to the new template redirect pr…

03 Aug 04:16
Compare
Choose a tag to compare
  • FIX: Fix an undefined array key due to the new template redirect priority option.

2.35.11: * FIX: Allow users to set the template_redirect priority which allows…

02 Aug 16:56
Compare
Choose a tag to compare
  • FIX: Allow users to set the template_redirect priority which allows other plugins or other "things" to handle 404s before this plugin handles it. Hopefully this will fix an issue where some payment systems purposefully direct to non-existent pages and then handle them.
  • Improvement: Try to fix some sql "contains invalid data" issues when logging redirects.

2.25.10

02 Aug 16:57
Compare
Choose a tag to compare
  • FIX: Avoid an Undefined array key warning in PHP 8. Thanks @peterbp.

2.35.9: * FIX: Fix an undefined constant warning for PHP 7 (and probably 8).

17 Apr 15:32
Compare
Choose a tag to compare
  • FIX: Fix an undefined constant warning for PHP 7 (and probably 8).
  • FIX: Don't esc_url() before redirecting, because it escapes things like & when it shouldn't (thanks @WordKnowledge).
  • Update: Apparently made the levenshtein distance algorithm slightly more efficient, but I made the change a while ago and honestly don't remember it. But I think probably it won't break anything so I guess it's okay.

2.35.8: Fixed a supposed issue on the logs page that 1. I was unable to repro…

31 Jan 06:30
Compare
Choose a tag to compare

Fixed a supposed issue on the logs page that 1. I was unable to reproduce and 2. would definitely only be possible if you were an admin user anyway, so I'm not really sure why it was reported.

2.35.7

10 Nov 13:36
Compare
Choose a tag to compare
  • FIX: Avoid an Undefined array key for SERVER_NAME for some people.

2.35.6

09 Nov 08:39
Compare
Choose a tag to compare
  • Improvement: Handle even more emojis.