Releases: AndiLeni/statistics
Releases · AndiLeni/statistics
2.2.2
[2.2.2] - 17.11.2022
Changed
- fixed missing statistics if the "ignore path" feature was used
Notes:
Dieser Fix behebt leider nur zukünftige Fehler, nicht aber eine existierende fehlerhafte Config.
Dies kann aber schnell mit einem Blick in die Datenbank festgestellt werden:
- in
rex_config
nachstatistics_ignored_paths
suchen - wenn der Text mit
\r\n
oder\n
beginnt diese Zeichen entfernen.
2.2.1
[2.2.1] - 01.11.2022
Added
Changed
- code refactored (typetints and return-types added)
- fix hash updating if requests appear nearly simultaneously / #89
- fix media plugin
Removed
Vendor Updates
Notes:
Durch das hinzufügen von return-types und return-types wird nun mindestens eine PHP Version >= 7.4 benötigt.
2.2.0
2.1.0
[2.1.0] - 25.03.2022
Added
- new heatmap chart for "visits per day"
- setting "Fasse alle Domains zusammen" which combines all domains into a single chart when detailed distinction is not required
Changed
- replaced plotly with echarts (reducing js size from 3,5MB (plotly) to 1MB (echarts))
- code cleanup, some data generation was moved from the statistic pages to classes to make the templates less bloated
- filter_date_helper now uses DateTimeImmutable for more logical handling
Removed
- plotly js asset
- setting "statistics_chart_padding_bottom"
Vendor Updates
- using echarts 5.3.1
2.0.1
2.0.0
Detailed Changelog:
https://github.com/AndiLeni/statistics/blob/main/Changelog.md
2.0.0-beta.12
[2.0.0-beta.12] - 12.12.2021
Added
Changed
- fix update script
Removed
Vendor Updates
Notes
Dieses Update beinhaltet auch die Änderungen aus den Betas von 2.0.0-beta.11 und 2.0.0-beta.10.
In diesesn war allerdings die update.php fehlerhaft, weswegen die Referer-Daten nicht korrekt migriert wurden.