From 009bac71c35269b0c76d652a2d6af806a42186f4 Mon Sep 17 00:00:00 2001 From: Titouan Mathis Date: Thu, 28 Mar 2024 14:42:29 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12a0ed1..961e849 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,8 @@ 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)) ## v2.1.0 - 2024.03.12