October 7th, 2025
MainWP Core
Child

Fixed: Resolved an issue where certain Comments activity was not being captured in reports on specific server configurations.
Updated: Improved output handling in the server information display by removing redundant HTML escaping to enhance performance and code clarity. (PR481) - thanks DAnn2012
Updated: Changed the Delete Plugin function to use delete_plugins() instead of delete_old_plugin() to ensure all WordPress core actions and hooks are properly triggered during plugin deletion.