1
0
mirror of https://github.com/flarum/core.git synced 2025-09-08 23:20:54 +02:00

Release v0.1.0-beta.16

This commit is contained in:
Daniel Klabbers
2021-03-15 12:20:50 +01:00
parent eb458b6700
commit 78ad65c6c1
3 changed files with 5198 additions and 22 deletions

View File

@@ -1,5 +1,13 @@
# Changelog
## [0.1.0-beta.16](https://github.com/flarum/statistics/compare/v0.1.0-beta.15...v0.1.0-beta.16)
### Changed
- Moved locale files from translation pack to extension (https://github.com/flarum/statistics/pull/13)
### Fixed
- Summed value being interpreted as string (https://github.com/flarum/statistics/pull/14)
## [0.1.0-beta.15](https://github.com/flarum/statistics/compare/v0.1.0-beta.14...v0.1.0-beta.15)
### Changed