Mike Jolley
Mike Jolley
POC for #5683 Includes changes from https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/6020 Returns a header containing a `Cart-Token` valid for 48h which can be added as a request header to load that cart by customer...
This is an attempt at adding rate limiting to Store API endpoints. This uses a modified wc_rate_limit table with an additional remaining column for tracking the request count in any...
It took me a while to understand the issue, but after reading @asumaran's posts about auth I think I understand the problem being encountered. To summarise: 1. Nonces are required...
## Description 1. Adds typography panel to the new email editor. Here you can customise styles for elements such as text, headings, buttons, and links 2. Updates preview rendering to...
## Description Adds trash functionality to the email editor via the options menu.  ## Code review notes - When a WP Post is trashed,...
## Description This PR aims to make the new email editor render blocks more similarly to Gutenberg. Instead of handling block parsing and rendering manually, we can use a simple...
Future version; need a way to generate trackbacks for the dynamic added links.