Fixed: Prevented null metadata from being saved during record insertion, improving data integrity and avoiding PHP warnings.,
Added: Support for logging updates performed by the WordPress auto-updater.
2.3 – 3-24-2026
Security: Improved authorization checks in the Heartbeat API to prevent unintended access to Child Reports data by authenticated users with lower-level permissions. Updating to version 2.3 is recommended. (CVE-2026-4299)
Added: Object caching for main query and meta record lookups to improve performance
Updated: Improved output escaping compliance throughout plugin (WordPress Coding Standards)
Updated: Translation and echo statements with proper context-aware escaping functions
2.2.6 – 7-8-2025
Fixed: Resolved an issue where certain context exclusion rules would not be saved properly, improving compatibility with third-party plugins. (#809)
2.2.5 – 4-29-2025
Fixed: Resolved deprecation warning related to the translate_meta_boxes function
2.2.4 – 4-22-2025
Fixed: Resolved PHP Warning that occurred due to conflict with the WP Pusher plugin.
Fixed: Eliminated PHP Error caused by compatibility issues with the WP All Import plugin.
Updated: Implemented wp_get_wp_version() method to retrieve WordPress version instead of using the global $wp_version variable for improved reliability. (#762)[https://github.com/mainwp/mainwp/issues/762]
2.2.3 – 8-22-2024
Added: Value sanitization during the process of saving Network settings to enhance security and data integrity.
2.2.2 – 8-15-2024
Fixed: Conflict with the WooCommerce plugin that caused issues with editing tax rates.
Updated: Plugin description in the readme.txt file for better clarity and information.
Updated: Adjusted the nonce verification in the network options saving process to occur earlier.
2.2.1 – 8-6-2024
Fixed: An issue with adding multiple exclusion rules.
Enhanced: Security by adding nonce verification.
2.2 – 10-31-2023
Fixed: An issue with logging Solid Security scans.
Fixed: An issue where the theme version number was not correctly logged when specific themes were updated.
Enhanced: Security by adding nonce verification.
Removed: Unused code for optimization and cleaner codebase.