📄 docs: Version update

This commit is contained in:
Keith Solomon
2025-02-05 13:07:30 -06:00
parent 32eaaef81a
commit 7716cc8a15
2 changed files with 4 additions and 1 deletions

View File

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