Major Update: This release introduces historical data comparison, fixes critical date-related errors, and improves the overall chart rendering logic.
New Features & Improvements:
- New Comparative Annual Chart: The annual graph now displays two datasets: Unique Visitors vs. Posted Messages. This allows you to analyze traffic trends against community activity (posts history) over the years.
- Fixed Chart Timelines: Daily and Monthly charts now always display a full fixed range (last 30 days / last 12 months), filling missing data with zeros for a more professional and consistent look.
- UI Polish: Improved CSS for tables and chart containers to better match the XenForo style.
Bug Fixes:
- Critical Fix: Resolved a TypeError: DateTime::setTimestamp() error that could cause a server error/blank page on some configurations due to incorrect date types.
- Data Accuracy: Fixed an issue where the "Annual Total" was double-counting visitors (summing up archived data + live log data incorrectly). The logic is now mathematically strict.
- Table Formatting: Fixed the Monthly Report table where Month and Year were not splitting correctly (showing / or 0).