Skip to content

Releases: aucor/wp_query-route-to-rest-api

Fix PHP warning caused by 1.3.0

12 Apr 11:47
Compare
Choose a tag to compare

Fix PHP warning caused by 1.3.0 argument sanitizing refactoring.

Minor meta tweak

07 Apr 14:11
Compare
Choose a tag to compare

Composer didn't like how license row was formatted so it's formatted again. License is same as before, just formatted correctly.

Compatibility release with a few new features

06 Apr 17:54
Compare
Choose a tag to compare

100% backwards compatible.

  • Custom HTML output is now allowed (#10)
  • Instance and argument sanitizing can be now reused (#11)
  • Typos in filter names are fixed while keeping old names also working (#5)
  • Updates WP version, plugin version and some readme tweaks

WordPress.org release

25 Jul 11:51
Compare
Choose a tag to compare

1.1

05 Apr 12:04
Compare
Choose a tag to compare
1.1

Make the return data structure same as /wp-json/wp/posts/. The data schema was missing some data before. Now the structure is inherited from the WP_REST_Posts_Controller as it should have from the start.

1.0

01 Apr 08:28
Compare
Choose a tag to compare
1.0
Initial release