BuddyPress Statistics v1.6.0

= 1.6.0 =
* Added: Validation checks to ensure secure user and activity data processing.
* Added: Security enhancements to check user capability and prevent unauthorized access.
* Added: Hookable position for profile and group stats tabs for better customization.
* Added: Statistics tab icon in Youzify for improved navigation.
* Fixed: JavaScript and CSS not loading in widgets.
* Fixed: Console errors related to groups and activities.
* Fixed: Member widget not working properly.
* Fixed: Group activity query optimization for better performance.
* Fixed: Error when liking an activity in groups.
* Fixed: Engagement report missing from user profiles.
* Fixed: Incorrect data export in user stats log CSV.
* Fixed: PHP warnings related to empty license data.
* Fixed: PHP warnings when no posts were available.
* Fixed: AJAX warning when marking an activity as a favorite.
* Fixed: Changing engagement reports from weekly to monthly caused a 500 internal server error.
* Fixed: Group engagement graph UI issues.
* Fixed: PHP nonce verification issues in multiple files for security enhancements.
* Fixed: PHPCS issues in multiple files for improved code compliance.
* Fixed: RTL view path and other RTL-related UI issues.
* Updated: Time format from 12-hour to 24-hour in `gmdate()`.
* Updated: Pagination UI for better navigation.
* Updated: Improved UI for profile and group statistics tabs in Youzify.
* Updated: Backend setting options UI for a cleaner and more intuitive experience.
* Updated: Optimized logging for activities, comments, and WordPress updates for better readability.
* Updated: Improved option update logging for enhanced efficiency.
* Improved: Input validation and data sanitization across various functions.
* Improved: Prevented null property access to avoid fatal errors when user details are missing.
* Improved: Taxonomy action logging for better tracking.
* Improved: Security measures in `bp_stats_insert_activity_log()` and `bp_stats_get_member_friend_accepted()`.
* Improved: Minified CSS and JS with RTL support for better performance.
* Improved: Implemented checks to enqueue admin and public styles and scripts only where required.
* Removed: Unused code for better performance and maintainability.