Releases: aaron13100/404solution
Releases · aaron13100/404solution
2.35.21
2.35.20
- FIX: Resolved a security issue by no longer decoding query parameters when redirecting to a 404 page.
2.35.19
- 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
- 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
- FIX: Don't throw an exception on the Options page when there are no log entries (for crzyhrse).
2.35.16
- FIX: Try to fix a case issue with MySQL and the lower_case_table_names setting.
2.35.15
- FIX: Try to fix a table collation issue for atlet.
2.35.14
- 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' functionality.
2.35.12
- FIX: Fix an undefined array key due to the new template redirect priority option.