Skip to content

Releases: aaron13100/404solution

2.35.21

19 Nov 14:01
Compare
Choose a tag to compare
  • FIX: Make sure initializing files are included when necessary in PluginLogic.php since JetPack seems to be including that file early, by itself, without loading the plugin correctly for some reason.

2.35.20

18 Nov 20:17
Compare
Choose a tag to compare
  • FIX: Resolved a security issue by no longer decoding query parameters when redirecting to a 404 page.

2.35.19

18 Nov 07:40
Compare
Choose a tag to compare
  • FIX: Try to fix logging issues caused by people that use latin1 as their database encoding (urlencode utf8mb4 characters when storing to the logs table and warn about it). (thanks to debug log file participants)
  • FIX: Avoid error messages when trying to assure that table names are lower case (probably introduced in 2.35.16).

2.35.18

14 Nov 15:38
Compare
Choose a tag to compare
  • FIX: Make sure only admin users can export redirects using the Tools page export function.
  • Update: Avoid some of the issues listed in the Plugin Check feature of WordPress.

2.35.17

15 Oct 10:32
Compare
Choose a tag to compare
  • FIX: Don't throw an exception on the Options page when there are no log entries (for crzyhrse).

2.35.16

09 Oct 20:40
Compare
Choose a tag to compare
  • FIX: Try to fix a case issue with MySQL and the lower_case_table_names setting.

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

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

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