Néstor Soriano
Néstor Soriano
Improve external control of interrupts by adding the following to `(I)Z80Processor`: * Events that fire right before an interrupt is going to be serviced * Events that fire before and...
### Submission Review Guidelines: - I have followed the [WooCommerce Contributing Guidelines](https://github.com/woocommerce/woocommerce/blob/trunk/.github/CONTRIBUTING.md) and the [WordPress Coding Standards](https://make.wordpress.org/core/handbook/best-practices/coding-standards/). - I have checked to ensure there aren't other open [Pull Requests](https://github.com/woocommerce/woocommerce/pulls) for...
### Changes proposed in this Pull Request: This pull request implements the removal of the Legacy REST API from WooCommerce core, [as announced in the WooCommerce developers blog](https://developer.woocommerce.com/2023/10/03/the-legacy-rest-api-will-move-to-a-dedicated-extension-in-woocommerce-9-0/). #### Endpoint...
### Changes proposed in this Pull Request: 1. Fix a bug in `PluginInstaller::install_plugin` that caused a false "caller is not WooCommerce" exception in Windows, due to this OS using backslashes...
### Changes proposed in this Pull Request: Following https://github.com/woocommerce/woocommerce/pull/51675 this pull request adds programmatic and REST API support for the orders and order items related part of the Cost of...