..
legacy
Merge branch 'fix/21034'
2019-03-12 13:47:08 +00:00
v1
Adds future status to list of allowed statuses
2019-03-25 15:19:48 +00:00
v2
Merge pull request #23101 from woocommerce/update/23090
2019-04-10 11:32:51 +01:00
wc-blocks
Use internal docblock comment
2019-03-13 14:24:11 +00:00
class-wc-rest-authentication.php
Added back check for empty REQUEST_URI to authentication function, as it's still needed, the value is used further down.
2019-02-18 22:53:58 +01:00
class-wc-rest-coupons-controller.php
Initial REST API v3 files
2018-05-17 11:44:46 +01:00
class-wc-rest-customer-downloads-controller.php
Initial REST API v3 files
2018-05-17 11:44:46 +01:00
class-wc-rest-customers-controller.php
use WP standard datetime format for installs where timezone_string setting is not set
2019-01-22 15:47:56 -04:00
class-wc-rest-data-continents-controller.php
Included REST API feature plugin endpoints and changes
2018-05-17 16:14:38 +01:00
class-wc-rest-data-controller.php
[REST API] Register data endpoints
2018-10-18 16:04:54 -03:00
class-wc-rest-data-countries-controller.php
Included REST API feature plugin endpoints and changes
2018-05-17 16:14:38 +01:00
class-wc-rest-data-currencies-controller.php
Included REST API feature plugin endpoints and changes
2018-05-17 16:14:38 +01:00
class-wc-rest-exception.php
Fixed PHPCS violations on REST API
2018-03-06 15:04:58 -03:00
class-wc-rest-network-orders-controller.php
Initial REST API v3 files
2018-05-17 11:44:46 +01:00
class-wc-rest-order-notes-controller.php
[REST API] Fixed duplicated entry in orders notes schema
2018-10-16 19:07:58 -03:00
class-wc-rest-order-refunds-controller.php
Included REST API feature plugin endpoints and changes
2018-05-17 16:14:38 +01:00
class-wc-rest-orders-controller.php
Updated per feedback
2019-03-01 20:01:03 -03:00
class-wc-rest-payment-gateways-controller.php
Included REST API feature plugin endpoints and changes
2018-05-17 16:14:38 +01:00
class-wc-rest-product-attribute-terms-controller.php
Initial REST API v3 files
2018-05-17 11:44:46 +01:00
class-wc-rest-product-attributes-controller.php
Initial REST API v3 files
2018-05-17 11:44:46 +01:00
class-wc-rest-product-categories-controller.php
Replace call to deprecated function delete_woocommerce_term_meta()
2019-04-15 15:33:27 -03:00
class-wc-rest-product-reviews-controller.php
Reduce number of duplicated strings
2018-10-26 20:08:24 -03:00
class-wc-rest-product-shipping-classes-controller.php
Initial REST API v3 files
2018-05-17 11:44:46 +01:00
class-wc-rest-product-tags-controller.php
Initial REST API v3 files
2018-05-17 11:44:46 +01:00
class-wc-rest-product-variations-controller.php
[REST API] Removed extra inherited filters from product endpoint
2019-01-14 17:15:23 -02:00
class-wc-rest-products-controller.php
Adds future status to list of allowed statuses
2019-03-25 15:19:48 +00:00
class-wc-rest-report-coupons-totals-controller.php
/reports/coupons/totals endpoint
2018-09-08 21:04:13 -03:00
class-wc-rest-report-customers-totals-controller.php
/reports/customers/count endpoint
2018-09-08 20:32:39 -03:00
class-wc-rest-report-orders-totals-controller.php
[REST API] Updated order statuses slugs
2018-09-18 11:27:26 -03:00
class-wc-rest-report-products-totals-controller.php
Load all product types even when empty
2018-09-08 22:45:51 -03:00
class-wc-rest-report-reviews-totals-controller.php
Inserted data for /reports/reviews/count endpoint
2018-09-08 22:10:19 -03:00
class-wc-rest-report-sales-controller.php
Restored reports endpoints
2018-09-05 09:24:02 -03:00
class-wc-rest-report-top-sellers-controller.php
Restored reports endpoints
2018-09-05 09:24:02 -03:00
class-wc-rest-reports-controller.php
[REST API] Fixed reports results
2018-09-18 12:14:17 -03:00
class-wc-rest-setting-options-controller.php
Included REST API feature plugin endpoints and changes
2018-05-17 16:14:38 +01:00
class-wc-rest-settings-controller.php
Load the correct class for settings options
2018-12-04 11:20:34 -05:00
class-wc-rest-shipping-methods-controller.php
Initial REST API v3 files
2018-05-17 11:44:46 +01:00
class-wc-rest-shipping-zone-locations-controller.php
Initial REST API v3 files
2018-05-17 11:44:46 +01:00
class-wc-rest-shipping-zone-methods-controller.php
Initial REST API v3 files
2018-05-17 11:44:46 +01:00
class-wc-rest-shipping-zones-controller.php
Initial REST API v3 files
2018-05-17 11:44:46 +01:00
class-wc-rest-system-status-controller.php
Refine wp.org update check to use correct data structures when querying data.
2018-08-16 14:27:35 +02:00
class-wc-rest-system-status-tools-controller.php
Clear transients tool; clear wc_layered_nav_counts
2018-06-12 12:31:15 +01:00
class-wc-rest-tax-classes-controller.php
Initial REST API v3 files
2018-05-17 11:44:46 +01:00
class-wc-rest-taxes-controller.php
Fixed typo
2018-05-17 12:15:38 +01:00
class-wc-rest-webhooks-controller.php
Make easy to register new REST API versions into webhooks
2018-10-29 19:31:47 -03:00