Skip to content
This repository has been archived by the owner on Jun 30, 2020. It is now read-only.

Commit

Permalink
Release v1.0.6 with support for custom taxonomies.
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan van Rooij committed Mar 7, 2017
1 parent 73dbcf9 commit 13482fa
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
**Donate link:** https://svrooij.nl/buy-me-a-beer
**Tags:** json, rest, api, rest-api
**Requires at least:** 4.4
**Tested up to:** 4.7
**Stable tag:** 1.0.5
**Tested up to:** 4.7.3
**Stable tag:** 1.0.6
**License:** MIT
**License URI:** https://raw.githubusercontent.com/svrooij/rest-api-filter-fields/master/LICENSE

Expand Down Expand Up @@ -97,8 +97,11 @@ so please create an issue (or a pull request with a fix there)

## Changelog ##

### 1.0.6 ###
* Filter fields enabled on custom taxonomies [Issue #6](https://github.com/svrooij/rest-api-filter-fields/issues/6), thanks to [Denis Yilmaz](https://github.com/denisyilmaz) for the fix!

### 1.0.5 ###
* Support for embedded fields (when you include the '_embed' GET parameter!).
* Support for embedded fields (when you include the `_embed` GET parameter!).
* The `_links` field doesn't get stripped anymore.
* Taking the first element of an collection with `first`, like `_embedded.author.first.name`.
* Moved all the logic to a separate class, so it won't intervene the Wordpress core.
Expand Down
9 changes: 6 additions & 3 deletions rest-api-filter-fields/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Contributors: svrooij
Donate link: https://svrooij.nl/buy-me-a-beer
Tags: json, rest, api, rest-api
Requires at least: 4.4
Tested up to: 4.7
Stable tag: 1.0.5
Tested up to: 4.7.3
Stable tag: 1.0.6
License: MIT
License URI: https://raw.githubusercontent.com/svrooij/rest-api-filter-fields/master/LICENSE

Expand Down Expand Up @@ -97,8 +97,11 @@ so please create an issue (or a pull request with a fix there)

== Changelog ==

= 1.0.6 =
* Filter fields enabled on custom taxonomies [Issue #6](https://github.com/svrooij/rest-api-filter-fields/issues/6), thanks to [Denis Yilmaz](https://github.com/denisyilmaz) for the fix!

= 1.0.5 =
* Support for embedded fields (when you include the '_embed' GET parameter!).
* Support for embedded fields (when you include the `_embed` GET parameter!).
* The `_links` field doesn't get stripped anymore.
* Taking the first element of an collection with `first`, like `_embedded.author.first.name`.
* Moved all the logic to a separate class, so it won't intervene the Wordpress core.
Expand Down
2 changes: 1 addition & 1 deletion rest-api-filter-fields/rest-api-filter-fields.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* Plugin Name: WP REST API - filter fields
* Plugin URI: https://github.com/svrooij/rest-api-filter-fields
* Description: Enables you to filter the fields returned by the api.
* Version: 1.0.5
* Version: 1.0.6
* Author: Stephan van Rooij
* Author URI: https://svrooij.nl
* License: MIT
Expand Down

0 comments on commit 13482fa

Please sign in to comment.