📄 docs: Update version, add changelog

This commit is contained in:
Keith Solomon
2025-02-13 15:31:04 -06:00
parent 285960be32
commit e539073c50
3 changed files with 31 additions and 1 deletions

26
CHANGELOG.md Normal file
View File

@@ -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

View File

@@ -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

View File

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