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 */