# Changelog
All notable changes to this project will be documented in this file and formatted via [this recommendation](https://keepachangelog.com/en/1.0.0/).

## [1.2.0] - 2025-02-09
### IMPORTANT
- The minimum WordPress version has been raised to WordPress 6.4. 
- The minimum PHP version has been raised to PHP 7.4.

### Added
- Now you can filter the dashboard cards by comment type: Comments, Pingbacks, Trackbacks, etc. 
- New Profiles page that lists the commenter authors with their total number of comments, last and first comment date, and also their known names.

### Changed
- Internal caching is no longer hard-coded for a certain amount of time. Now it is being generated and lives until the new comment is posted on a site. 

### Fixed
- Various performance improvements.
- There was PHP warning in the "Total by Time Period" card on Dashboard when there were no approved comments.

## [1.1.0] - 2023-05-07
### IMPORTANT
- This version requires PHP 7.2 or higher and WordPress 5.5 or higher.

### Added
- Each Dashboard Card now has its own link to a dedicated documentation page with more information about the card.
- Display the actual dates next to week numbers in the "Total by Time Period" card for improved readability.
- All Comments Date range support: the "Total by Time Period" card when grouped by month or week now has links that filter comments on the "All Comments" page accordingly. 

### Fixed
- In certain screen sizes, the double cards labels were not fitting in the block and were overlapping with each other. Now ellipsis is displayed when the label is too long.

## [1.0.0] - 2022-07-20
- Initial release.
