From 262c633bdfaf3cbd3c73f24454e26ed90720ff62 Mon Sep 17 00:00:00 2001 From: Peter Fabian Date: Fri, 4 Feb 2022 10:52:31 +0100 Subject: [PATCH] Updated info on deprecation of REST APIs. --- Contributing-to-the-WooCommerce-REST-API.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/Contributing-to-the-WooCommerce-REST-API.md b/Contributing-to-the-WooCommerce-REST-API.md index 636f472..52001a6 100644 --- a/Contributing-to-the-WooCommerce-REST-API.md +++ b/Contributing-to-the-WooCommerce-REST-API.md @@ -103,9 +103,10 @@ This shows that the API will return an array of file objects, and each object ha ## Deprecation of older versions -API Versions are kept around for 2 years after being replaced and removed in the next **major** version after the date passes. +API Versions are kept around for 2 years after being replaced and they can be removed at any point after the timeline indicated below. -- WC Rest API v1 will be removed after April 2019. -- The Legacy REST API v3 will be removed after June 2018. -- The Legacy REST API v2 will be removed after August 2017. -- The Legacy REST API v1 will be removed after September 2016. +- WC Rest API v2 is deprecated and can be removed at any point after October 2020. +- WC Rest API v1 is deprecated and can be removed at any point after April 2019. +- The Legacy REST API v3 is deprecated and can be removed at any point after June 2018. +- The Legacy REST API v2 is deprecated and can be removed at any point after August 2017. +- The Legacy REST API v1 is deprecated and can be removed at any point after September 2016.