8 versions
Super Speedy Search history.
Every release of Super Speedy Search is archived here with its changelog, file size, and security scan result. Use the archive to roll back to a stable release or audit what changed between updates.
6 of 8 releases scanned clean
v5.56.0Latest
July 13, 20262.0 MBScanned
Fixed
- MySQL fulltext syntax errors when a suggestions search contains special characters. Terms like `(N54)` or `blue|black` built an invalid BOOLEAN MODE expression (`+(N54)*`) which strict MySQL servers rejected and logged. Operator characters are now stripped from suggestion searches before the expression is built, so `(N54)` searches as `N54`. Hyphenated terms like `ABC-123` keep their exact-phrase matching.
- a PageSpeed Insights render-delay warning caused by the icon font. The `wpi-sss-icons.woff2` file is under 1KB but was a third chained request (page, then CSS, then font), so PSI flagged the discovery delay. The font is now inlined as a base64 data URI inside `super-speedy-search.css` so it arrives with the stylesheet - no extra request, no delay, and no need for manual preload workarounds in your theme.
June 11, 20261.9 MBScanned
Fixed
- error with mysqli error (`mysqli_get_server_info(): Argument #1 ($mysql) must be of type mysqli, null given`) that could appear in the PHP error log during the WordPress `shutdown` hook, typically attributed to WooCommerce Action Scheduler. The suggestions/autocomplete handler `sss_get_json_Suggestions()` was calling `$wpdb->close()`, which closed the shared global database connection mid-request. WordPress does not reconnect within the same request, so the next code to use the database on shutdown — usually WooCommerce's BatchProcessingController calling Action Scheduler — crashed on the now-null connection handle. The redundant `$wpdb->close()` call has been removed; PHP closes the connection automatically at the end of the request anyway.
v5.52.32Unavailable
May 12, 20262.0 MBScanned
v5.51.5Unavailable
May 6, 20261.9 MBScanned
v5.46Unavailable
March 1, 20261.9 MBScanned
Added
- filter removal for Anasta filters when SSS is active on front end to speed up and improve search on those sites
v5.45Unavailable
January 21, 20261.9 MBUnknown
Added
- fix for media search where some images were marked as hidden but should have been showing up anyway
v5.44.2Unavailable
December 24, 20251.9 MBUnknown
Why archive
Sometimes the latest release isn't the one you need. The archive lets you pin Super Speedy Search to a known-good version, or roll back while a bug is investigated. Every release stays scanned and reachable.