wordpress-query-posts icon indicating copy to clipboard operation
wordpress-query-posts copied to clipboard

A set of react & redux helpers for fetching posts from the WordPress REST API

Results 10 wordpress-query-posts issues
Sort by recently updated
recently updated
newest added

☝️ Greenkeeper’s [updated Terms of Service](https://mailchi.mp/ebfddc9880a9/were-updating-our-terms-of-service) will come into effect on April 6th, 2018. ## Version **5.0.0** of [sinon](https://github.com/sinonjs/sinon) was just published. Dependency sinon Current Version 4.4.6 Type devDependency The...

greenkeeper

## Version **5.0.0** of **[eslint](https://github.com/eslint/eslint)** was just published. Dependency [eslint](https://github.com/eslint/eslint) Current Version 4.19.1 Type devDependency The version **5.0.0** is **not covered** by your **current version range**. If you don’t accept...

greenkeeper

## Version **5.0.0** of [mocha](https://github.com/mochajs/mocha) was just published. Dependency mocha Current Version 4.1.0 Type devDependency The version **5.0.0** is **not covered** by your **current version range**. If you don’t accept...

greenkeeper

## Version **9.0.0** of **babel-eslint** was just published. Dependency babel-eslint Current Version 8.2.6 Type devDependency The version **9.0.0** is **not covered** by your **current version range**. If you don’t accept...

greenkeeper

## The dependency [react-redux](https://github.com/reduxjs/react-redux) was updated from `5.1.1` to `6.0.0`. This version is **not covered** by your **current version range**. If you don’t accept this pull request, your project will...

greenkeeper

``` Module build failed: SyntaxError: Unexpected token, expected , (19:5) 17 | post={ post } /> 18 | ); > 19 | } } | ^ 20 | 21 |...

## Version **4.0.0** of **debug** was just published. Dependency debug Current Version 3.2.3 Type dependency The version **4.0.0** is **not covered** by your **current version range**. If you don’t accept...

greenkeeper

## Version **2.0.0** of [eslint-config-wpcalypso](https://github.com/Automattic/eslint-config-wpcalypso) was just published. Dependency eslint-config-wpcalypso Current Version 1.2.0 Type devDependency The version **2.0.0** is **not covered** by your **current version range**. If you don’t accept...

greenkeeper

¯\_(ツ)_/¯ Need to actually play around with an isomorphic app.

I'm using [WP REST API Controller](https://wordpress.org/plugins/wp-rest-api-controller/) to add custom post types (and custom fields) to my Rest API. So, for example, I can now grab books:`http://mysite.com/wp-json/wp/v2/books` instead of just posts:...