From 5784a09b892633bbd6497b476e2a7431c398dd27 Mon Sep 17 00:00:00 2001 From: Titouan Mathis Date: Thu, 28 Mar 2024 14:43:10 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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