Release v2.1.1 (#4191)

This commit is contained in:
ruslandoga 2024-06-06 15:26:50 +07:00 committed by GitHub
parent 97e0255a2b
commit b096057eef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,16 +5,22 @@ All notable changes to this project will be documented in this file.
### Added
- Snippet integration verification
- Limited filtering support for imported data in the dashboard and via Stats API
- Automatic sites.imported_data -> site_imports data migration in CE plausible/analytics#4155
### Removed
### Changed
### Fixed
## v2.1.1 - 2024-06-06
### Added
- Snippet integration verification
- Limited filtering support for imported data in the dashboard and via Stats API
- Automatic sites.imported_data -> site_imports data migration in CE plausible/analytics#4155
### Fixed
- Fix CSV import by adding a newline to the INSERT statement plausible/analytics#4172
- Fix url parameters escaping of = sign plausible/analytics#4185
- Fix redirect after registration in CE plausible/analytics#4165