Skip to content

Releases: petenelson/wp-rest-api-toolbox

1.4.4

02 Jan 16:05
43f40cf
Compare
Choose a tag to compare
  • Fixed deprecated notices for PHP 8 (props @thefrosty).

1.4.2

27 Jun 14:30
Compare
Choose a tag to compare

February 13th, 2017

  • Fixed bug in requiring authentication for endpoints that accessed specific items (ex: /wp/v2/users/1)

1.4.1

14 Feb 03:24
Compare
Choose a tag to compare

January 16th, 2017

  • Added settings support for No Custom Post Types
  • Fixed undefined variable notice (props @funkolector)

1.4.0

16 Jan 14:14
Compare
Choose a tag to compare

January 13th, 2017

  • Added support for removing or requiring authentication for custom post types.
  • Updated Settings UI for better clarity.
  • Added link to settings page from the plugins list page.

1.3.0

10 Jan 01:20
Compare
Choose a tag to compare

December 12th, 2016

  • Added option to require authentication for core endpoints.

1.2.0

13 Dec 00:43
Compare
Choose a tag to compare

December 5th, 2016

  • Updated the way the REST API can be disabled due to the rest_enabled filter being deprecated.
  • Added 'settings' to the list of core endpoints that can be removed.
  • Added CLI command: wp rest-api-toolbox status

1.1.0

28 Apr 15:02
Compare
Choose a tag to compare

April 16, 2016

  • Change REST API prefix
  • Remove specific core endpoints
  • Disable JSONP

1.0.0

16 Apr 03:03
Compare
Choose a tag to compare

April 15 2016

  • Initial public release, options for the following
    • Disable REST API
    • Disable all core routes
    • Require SSL
  • WP-CLI: wp rest-api-toolbox
    • wp rest-api-toolbox (enable or disable)
    • wp rest-api-toolbox ssl (required or optional)