es-wp-query
es-wp-query copied to clipboard
4.1 compatibility
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
Thanks, we'll check this out soon.
Related: #29, #31, #32