Abhinav updated
with a new update entry:
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...