📄 docs: Update version, add changelog
This commit is contained in:
26
CHANGELOG.md
Normal file
26
CHANGELOG.md
Normal 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
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user