Releases: aaron13100/404solution
Releases · aaron13100/404solution
2.36.4
2.36.3
- FIX: Handle arrays in query parameters without logging an error.
2.36.2
- FIX: Avoid various SQL errors when unprintable characters are included in a URL.
- FIX: Move the load_plugin_textdomain function to the init() hook. (for @reallydeej)
2.36.1
- FIX: Finalize fixes for case sensitive lower_case_table_names settings.
2.35.25
- FIX: Hopefully fix the "Could not perform query because it contains invalid data" issue.
- FIX: Account for arrays when escaping parts of a URL.
2.35.24
- FIX: Hopefully fix a case issue with MySQL and the lower_case_table_names setting. (thanks lonesync)
2.35.23
- FIX: Hopefully avoid a requested_url cannot be null for query error.
2.35.22
- FIX: Don't load classes unless they're necessary to save memory and execution time on all pages.
2.35.21
- 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
- FIX: Resolved a security issue by no longer decoding query parameters when redirecting to a 404 page.