From b318488ae01f9fe9d516c8a43bcbe95dcabc4d37 Mon Sep 17 00:00:00 2001 From: Keith Solomon Date: Wed, 12 Mar 2025 11:33:12 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix:=20Version=20bump?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 1 + README.md | 1 + resource-filter.php | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 851e0b3..9d00481 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## 1.5.4 - 2025-03-03 +- Fix count issue - Re-add filter removal functionality - Fix bug in search field diff --git a/README.md b/README.md index 5dfddbe..407485e 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,7 @@ The plugin is designed to work out of the box with minimal configuration. Howeve ## 1.5.4 - 2025-03-03 +- Fix count issue - Re-add filter removal functionality - Fix bug in search field diff --git a/resource-filter.php b/resource-filter.php index ca76634..b0c7109 100644 --- a/resource-filter.php +++ b/resource-filter.php @@ -4,7 +4,7 @@ * Plugin URI: https://github.com/Vincent-Design-Inc/resource-filter * Update URI: https://github.com/Vincent-Design-Inc/resource-filter * Description: Adds filtering for the content typed by various taxonomies. - * Version: 1.5.3 + * Version: 1.5.4 * Author: Keith Solomon */