From 7716cc8a15bcd7bd9f51bf021dcd1f551dbd4b25 Mon Sep 17 00:00:00 2001 From: Keith Solomon Date: Wed, 5 Feb 2025 13:07:30 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=84=20docs:=20Version=20update?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 +++ resource-filter.php | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 95a8d1d..9353354 100644 --- a/README.md +++ b/README.md @@ -15,5 +15,8 @@ The Resource Filter Plugin adds filtering capabilities for the 'resource' post t To override the default form and results templates, create a `resource-filter` directory in your theme and copy the `filter-form.php` and `resource-results.php` files from the plugin `templates` directory to your theme directory. The plugin will use the template files in your theme directory instead of the default template files. ## Changelog +### 1.1.0 - 2025-02-04 +- Fully templated for use in any theme +- Added result sorting ### 1.0.0 - 2025-02-04 - Initial release diff --git a/resource-filter.php b/resource-filter.php index 1b15ee6..d6efb07 100644 --- a/resource-filter.php +++ b/resource-filter.php @@ -2,7 +2,7 @@ /** * Plugin Name: Resource Filter * Description: Adds filtering for the 'resource' post type by 'resource_type' and 'resource_subject'. - * Version: 1.0.0 + * Version: 1.1.0 * Author: Keith Solomon */