Skip to content

Releases: woocommerce/woocommerce-legacy-rest-api

1.0.1

08 Jan 08:24
93a1998
Compare
Choose a tag to compare

This release contains some changes to the plugin required for publication in the WordPress.org plugins directory, but it doesn't contain any functional change:

  • The text domain for the human-readable strings has been changed from woocommerce to woocommerce-legacy-rest-api.
  • Sanitization has been added for all the data received and processed via $_GET and $_SERVER variables (except for $_GET['_jsonp'], since that one vas already being validated with wp_check_jsonp_callback).

See the release notes for v1.0 for install instructions.

1.0

01 Dec 08:26
f05106c
Compare
Choose a tag to compare
1.0

This is the first version of the plugin that will keep the WooCommerce Legacy REST API working after it's removed in WooCommerce 9.0.

To install it:

  1. Download the woocommerce-legacy-rest-api-1.0.zip file from the link in the bottom of this page (below the "Assets" title).

  2. Click "Add New" under the "Plugins" menu in your WooCommerce dashboard, or click the "Add New" button in the plugins page:

image

  1. Click the "Upload Plugin" button in the "Add Plugins" page.

image

  1. Select the file you just downloaded and click the "Install now" button.

image

  1. Once the plugin is installed click the "Activate Plugin" button.

image

  1. Done! As long as the plugin is kept installed and active, the transition to WooCommerce 9.0 will be transparent for your site: the WooCommerce Legacy REST API will continue working unaffected.