Skip to content

Commit

Permalink
Version 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thefrosty committed Nov 5, 2019
1 parent b0f127e commit c384fa9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## Unreleased
PHP version >= 7.2 & WordPress version >= 5.1 will be required by version `2.0`.

## [1.7.0] - 2019-11-04
### Added
- `RestApi\PostTypeFilter`, `Api\WpCacheTrait` & `Api\WpQueryTrait`.
- `PostTypeFilter` can be initiated to add `filter[]` querying to the rest endpoints
(enhanced rest filter of [WP-API/rest-filter](https://github.com/WP-API/rest-filter))
- Default action/filter prefix constant in `TheFrosty\WpUtilities\Plugin\Plugin` called `TAG`
### Updated
- Add missing dependency "phpcompatibility" for require-dev.
- Bumped WordPress version to 5.2 in travis.

## [1.6.2] - 2019-10-28
### Updated
- In the `BaseModel` class update the get method call to use the `getMethod` helper in `toArray`.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "thefrosty/wp-utilities",
"description": "A library containing my standard development resources",
"version": "1.6.2",
"version": "1.7.0",
"license": "MIT",
"authors": [
{
Expand Down

0 comments on commit c384fa9

Please sign in to comment.