v6.0
LatestVerified Safe- Security: Improved input sanitization and output escaping across comment AJAX handlers to strengthen protection against unsafe data handling.
- Network Activity logging support for comment actions to ensure comment-related changes are properly tracked.
- New REST API controller and support files for the Comments extension.
- Refactored the Comments extension database handling with a new `MainWP_Comment_DB` wrapper to improve reliability and maintainability.
- Enhanced `MainWP_Comment_Utility` with new type, date, string, and placeholder helper methods for more consistent comment handling.
- Improved session handling and code structure in `MainWP_Comment` by introducing a singleton pattern and clearer internal documentation.
- Refined comment search and action handling for better correctness, maintainability, and long-term compatibility.
- Minor CSS, JavaScript, widget, and readme improvements.