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