Releases: woocommerce/woocommerce-rest-api
Releases · woocommerce/woocommerce-rest-api
Version 1.0.15
Changelog
- Fix - Fix regression and restore backward compatibility for date-time and mixed datatypes. #238
Version 1.0.14
ChangeLog
- Fix - Fix regression and restore backward compatibility for date-time and mixed datatypes. #238
Patch release 2 for 1.0.10
Changelog
- Fix - Fix regression and restore backward compatibility for date-time and mixed datatypes. #239
Patch release for 1.0.10
Changelog
- Enhancement - Compatibility fixes for WordPress 5.5 #232
Version 1.0.13
Changelog
- Enhancement - Compatibility fixes for WordPress 5.5 #232
Version 1.0.12
Changelog
Enhancement - Compatibility fixes for WordPress 5.5 #232
Release Version 1.0.11
Changelog
Enhancement - Introduced X-WP-Total
header for product attributes GET endpoint listing the number of entries in the response. #171
Enhancement - Introduced X-WP-TotalPages
header for product attributes GET endpoint listing the number of pages that can be fetched. #171
Enhancement - Introduced the modified
option for orderby
fetch requests in post based resources. #226
Fix - Ensured Action Scheduler transients are cleared by "Clear Transients" tool. #152
Fix - Corrected the schema datatype for coupon expiry_date
, date_expires
, and date_expires_gmt
fields. #176
Fix - Query parameters are now passed correctly when using the batch product variation endpoints. #191