Skip to content

Releases: aaron13100/404solution

2.36.4

13 Dec 15:12
Compare
Choose a tag to compare
  • FIX: Ensure parent classes are loaded before their children to possibly resolve inheritance issues with autoloading. (thanks debug file participants)

2.36.3

28 Nov 14:54
Compare
Choose a tag to compare
  • FIX: Handle arrays in query parameters without logging an error.

2.36.2

25 Nov 13:27
Compare
Choose a tag to compare
  • 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

23 Nov 14:33
Compare
Choose a tag to compare
  • FIX: Finalize fixes for case sensitive lower_case_table_names settings.

2.35.25

22 Nov 14:52
Compare
Choose a tag to compare
  • 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

22 Nov 09:50
Compare
Choose a tag to compare
  • FIX: Hopefully fix a case issue with MySQL and the lower_case_table_names setting. (thanks lonesync)

2.35.23

20 Nov 16:47
Compare
Choose a tag to compare
  • FIX: Hopefully avoid a requested_url cannot be null for query error.

2.35.22

20 Nov 07:05
Compare
Choose a tag to compare
  • FIX: Don't load classes unless they're necessary to save memory and execution time on all pages.

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.