Scalability Pro - WordPress Plugin v6.35.0 Nulled
= 6.35 (8th September 2026) =
* Restored the GROUP BY optimisation for joined `wp_posts.*` queries without changing their selected columns
Scalability Pro - WordPress Plugin v6.32.0 Nulled
* Restored "Alter main query to use EXISTS rather than LEFT JOIN" under Advanced as a disabled-by-default beta, with corrected multi-term AND and mixed-OR handling
* Added a disabled-by-default one-extra-row pagination lookahead under Remove SQL_CALC_ROWS, applied only to completed SQL after other query builders to avoid duplicate `LIMIT` clauses
* Fixed beta lookahead totals for queries with explicit offsets so the reported page count includes the skipped rows
Scalability Pro - WordPress Plugin v6.29.26 Nulled
= 6.29.24 (15th August 2026) =
* Enable good settings and Apply all settings no longer configure or build Super Speedy Archives, which now does both from its own tab
* Clear all options now reverts only Scalability Pro's own settings, report and indexes, and leaves Super Speedy Archives and its table alone
Scalability Pro - WordPress Plugin v6.23.0
= 6.23 (20th May 2026) =
* Added a "Recheck Licenses" button above the licence table on the Super Speedy Settings page so customers have a clear way to refresh licence status after a renewal or upgrade without scrolling down to the licence-key field. The button is disabled until a licence key is entered/saved and re-enables as you type.
* The Recheck flow now also force-bypasses the auth-server's own 1-hour licence cache (via a `force=1` flag on the `wpiapi/check_product_key` call), so renewals/upgrades that completed less than an hour before a recheck no longer show as expired/exceeded. Normal admin page loads continue to use both caches as before — only an explicit Recheck click bypasses them. (Lives in the `super-speedy-settings` submodule, so the change propagates to every Super Speedy plugin.)
Scalability Pro - WordPress Plugin v6.21.0
== Changelog ==
= 6.21 (12th May 2026) =
* Fixed possible infinite recursion in the license error handler: `wp_error_added` callback in Super Speedy Settings re-added the same WP_Error without unhooking, causing a stack overflow whenever another plugin (e.g. a GitHub update check) triggered a WP_Error with a JSON body containing a `message` field; the handler now unhooks during mutation, skips errors already enhanced, and only enhances errors originating from superspeedyplugins.com when the source URL is available
Scalability Pro - WordPress Plugin v6.18
== Changelog ==
= 6.18 (15th December 2025) =
* Added new WP All Export optimisation for when editing exports to speed up or avoid the wp_postmeta scan to grab all postmeta keys
* Added preview and customizer check for "Remove OR check for private items on front end" optimisation