* WooCommerce Order Status Manager Changelog *
2026.08.13 - version 1.15.9
- Misc - Tested up to WooCommerce 11.0.1 and WordPress 7.0.4
- Misc - Update the SkyVerge Plugin Framework to v6.2.3
2026.06.11 - version 1.15.8
- Fix - Replace usage of deprecated `wc_enqueue_js()` function
- Misc - Tested up to WooCommerce 10.5.3
- Misc - Update the SkyVerge Plugin Framework to v6.2.1
2025.12.04 - version 1.15.7
- Misc - Improve escaping and sanitizing throughout codebase
- Misc - Tested up to WooCommerce 10.2
2025.05.21 - version 1.15.6
- Fix - "Translation triggered too early" errors
- Dev - Update the SkyVerge framework to v5.15.9
- Misc - Removed deprecated usage of WC_Email `$find` and `$replace` properties in favor of `$placeholder`. The associated filters `wc_order_status_manager_order_status_email_find_variables` and `wc_order_status_manager_order_status_email_replace_variables` have also been deprecated, with a new replacement: `wc_order_status_manager_order_status_email_placeholders`
- Tweak - When an order moves to a custom paid status, we no longer delete the existing `woocommerce_downloadable_product_permissions` record for that order. Our new behavior better aligns with WooCommerce core paid statuses.
2025.02.19 - version 1.15.5
- Fix - Ensure the `checkout-draft` and `pending` statuses are always recognized as requiring payment. Note: upgrades will restore those statuses to your database if they don't already exist or have previously been removed. […]