From 4dd037f878d7369e1b340f38e4e16e0e63e5e098 Mon Sep 17 00:00:00 2001 From: Mike Jolley Date: Wed, 27 Feb 2019 11:39:27 +0000 Subject: [PATCH] 22799 --- readme.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.txt b/readme.txt index 733eef06e00..f321b65b446 100644 --- a/readme.txt +++ b/readme.txt @@ -254,6 +254,7 @@ Yes you can! Join in on our [GitHub repository](https://github.com/woocommerce/w * Fix - Fix state field rendering when customer address is not in a valid selling country. #22357 * Fix - Correctly handle negative fees when using the REST API. #22782 * Fix - Make sure local_pickup taxes do not hang around when local_pickup is not available for the selected location during checkout. #22826 +* Fix - Remove Plugin and Theme background installer hooks, cannot run as there are no events scheduled for it. #22799 * Performance - Prime caches when reading variations. #22587 * Performance - Only include REST API classes and objects during `rest_api_init` hook. #22615 * Performance - Improved how versioned transients are set/cleanup to avoid cron. #22511