alleyinteractive / alleyinteractive/es-wp-query
4.1 compatibility
Open
- Dominant language
- PHP
- Stars
- 125
- Forks
- 28
- PR merge metrics
- No merged PRs in 30d
Description
4.1 changes how some queries are represented internally...specifically the structure of `WP_Meta_Query::queries` has changed, which affects `ES_WP_Meta_Query`.
https://core.trac.wordpress.org/changeset/29887
Compatibility with other query classes (`WP_Date_Query`, `WP_Tax_Query`, `WP_Query`) also needs to be verified:
https://core.trac.wordpress.org/changeset/29923
Contributor guide
Assessment
This issue has not been assessed yet.