September 23rd, 2025
MainWP Core
Dashboard

Fixed: An issue where site tags were duplicated in the "Manage Sites" table display.
Fixed: Multiple localization issues to improve translation accuracy and consistency across different languages. (PR832, PR833, PR834) - thanks DAnn2012
Fixed: An issue with generating site screenshots that occurred under specific server configurations.
Updated: Team Control support for the Cost Tracker module to enhance permission management and user access controls.
Updated: Team Control support for the Insights module to improve role-based access and data visibility controls.
Updated: Error messaging in REST API v2 to provide clearer feedback when connections are disallowed over HTTP protocol for security reasons.
Dev: SSL certificate verification control in the REST API v2 availability check by introducing an sslverify option in the HTTP arguments of check_rest_api_enabled() to provide more flexible SSL handling options. (PR836) - thanks Alexis
Removed: Deprecated HTTP check notification code that was no longer in use to clean up the codebase and improve performance.