diff --git a/CHANGELOG.md b/CHANGELOG.md index 961e849..6568f88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,8 +9,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ### Added - Add utility functions to test the current environment ([#31](https://github.com/studiometa/wp-toolkit/pull/31)) -- Add a `FacetsManager` to easily filter content with `pre_get_posts` ([#31](https://github.com/studiometa/wp-toolkit/pull/31)) -- Add a `facets_get('key')` Twig function to easily get the value of a facets filter from the query string ([#31](https://github.com/studiometa/wp-toolkit/pull/31)) +- Add a `FacetsManager` to easily filter content with `pre_get_posts` ([#32](https://github.com/studiometa/wp-toolkit/pull/32)) +- Add a `facets_get('key')` Twig function to easily get the value of a facets filter from the query string ([#32](https://github.com/studiometa/wp-toolkit/pull/32)) + +### Fixed + +- Fix dependency conflict ([#32](https://github.com/studiometa/wp-toolkit/pull/32)) ## v2.1.0 - 2024.03.12