Skip to content

Releases: factor1/better-rest-endpoints

Get Menus by Location

13 Feb 01:07
Compare
Choose a tag to compare

[1.5.0] - 2019-02-11

Added

  • Endpoint to get menu by location

Add Community Updates

23 Jan 18:45
Compare
Choose a tag to compare

Added

  • Functionality to get a page by slug or path for hierarchical pages
  • 'modified date' to all endpoints with 'date'
  • Support for ACF options pages

Fixes

  • Empty page array

🍻 Yoast It!

05 Jun 23:23
Compare
Choose a tag to compare

[1.3.0] - 2018-06-05

Added

  • Yoast SEO output, see docs for more information

Updated

  • Slug output in responses

Add Permalinks To Responses

04 Jun 21:02
Compare
Choose a tag to compare

[1.2.1] - 2018-06-04

Added

  • Permalinks to all page/post endpoints

Add ACF and Media Endpoint Queries

07 Feb 21:52
Compare
Choose a tag to compare

[1.2.0] - 2018-02-07

Added

  • ACF query in endpoint url to hide acf values from the response where applicable (all collections)
  • Media query in endpoint url to hide featured media from the response where applicable (all collections)

Fix Post By Slug Endpoint

25 Jan 23:05
Compare
Choose a tag to compare

[1.1.2] - 2018-01-25

Update

  • Fix issue where get post by slug was returning just the first post
  • Fix instance of lefover $bwe variable naming

Adds Post By Slug Endpoint

25 Jan 21:42
Compare
Choose a tag to compare

[1.1.0] - 2018-01-25

Added

  • Adds post by slug endpoint

Launch Hotfixes

19 Jan 20:21
Compare
Choose a tag to compare

[1.0.2] - 2018-01-19

Fixed

  • Fixed static instance warning
  • Fixed failure of ACF function by including admin plugin.php

Updates

  • Updates all functions named bwe_ to bre_

Official Release! 🎉

18 Jan 16:56
Compare
Choose a tag to compare

1.0.0

Updates lingering items that referenced original plugin name. Bumps the plugin version.

Pre Launch Updates

11 Jan 23:57
Compare
Choose a tag to compare
  • Fixes various bugs found in #6
  • Implements exclude feature from #7
  • Implements taxonomy endpoint found in #3
  • Finishes implementation of order params found in #5