Skip to content

Commit

Permalink
2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AndiLeni committed Mar 25, 2022
1 parent 67bff9b commit 3f73301
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Changelog


## [x.x.x] - x.x.x
## [2.1.0] - 25.03.2022

### Added
- new heatmap chart for "visits per day"
Expand All @@ -10,9 +10,11 @@
### 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
Expand Down
2 changes: 1 addition & 1 deletion package.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package: statistics
version: 2.0.1
version: 2.1.0
author: Andreas Lenhardt
supportpage: https://github.com/AndiLeni/statistics

Expand Down
2 changes: 1 addition & 1 deletion plugins/api/package.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package: statistics/api
version: 2.0.1
version: 2.1.0
author: Andreas Lenhardt
supportpage: https://github.com/AndiLeni/statistics

Expand Down
2 changes: 1 addition & 1 deletion plugins/media/package.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package: statistics/media
version: 2.0.1
version: 2.1.0
author: Andreas Lenhardt
supportpage: https://github.com/AndiLeni/redaxo_analytics

Expand Down

0 comments on commit 3f73301

Please sign in to comment.