From e539073c500999ba4f241b95895f36531b69875e Mon Sep 17 00:00:00 2001 From: Keith Solomon Date: Thu, 13 Feb 2025 15:31:04 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=84=20docs:=20Update=20version,=20add?= =?UTF-8?q?=20changelog?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ README.md | 4 ++++ resource-filter.php | 2 +- 3 files changed, 31 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..e6568a8 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,26 @@ +## Changelog +### 1.5.1 - 2025-02-13 +- Fixed bug in filter removal functionality + +### 1.5.0 - 2025-02-13 +- Added repo update feature + +### 1.4.0 - 2025-02-13 +- Added admin configuration page + +### 1.3.0 - 2025-02-12 +- Feature-complete for initial release +- Add pagination +- Add general reset button +- Add tag close functionality + +### 1.2.0 - 2025-02-05 +- Name change to reflect future ability to filter any content, not just `resources` +- Add secondary search template + +### 1.1.0 - 2025-02-05 +- Fully templated for use in any theme +- Added result sorting + +### 1.0.0 - 2025-02-04 +- Initial release diff --git a/README.md b/README.md index defea89..de026b7 100644 --- a/README.md +++ b/README.md @@ -40,12 +40,16 @@ The plugin is designed to work out of the box with minimal configuration. Howeve - **Taxonomies**: Ensure your WordPress site has the `resource_type` and `resource_subject` taxonomies set up for the `resource` post type. ## Roadmap +- ~~Repo updates~~ - ~~Admin configuration page~~ - ~~tag close functionality~~ - ~~general reset button~~ - ~~pagination~~ ## Changelog +### 1.5.1 - 2025-02-13 +- Fixed bug in filter removal functionality + ### 1.5.0 - 2025-02-13 - Added repo update feature diff --git a/resource-filter.php b/resource-filter.php index 4837f48..f7167b1 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.0 + * Version: 1.5.1 * Author: Keith Solomon */