You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 21, 2025. It is now read-only.
Change the filter hook from post_updated_messages to woocommerce_orde… (#615)
* Change the filter hook from post_updated_messages to woocommerce_order_updated_messages to show the subscription updated message in subscription-edition screen
* Update post_updated_messages to work when HPOS is enabled and disabled
* Add changelog entry
---------
Co-authored-by: mattallan <[email protected]>
Copy file name to clipboardExpand all lines: changelog.txt
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,7 @@
11
11
* Fix - Ensure the scheduled sale price for subscription products ends at the end of the "to" day set in product settings.
12
12
* Fix - Subscription table is empty in mobile view when HPOS is enabled.
13
13
* Fix - WooCommerce page header is hidden when HPOS is enabled.
14
+
* Fix - Subscription updated messages missing on the Edit Subscription page when HPOS is enabled.
14
15
* Fix - Resolved an issue that prevented bulk actions from running on the Subscriptions list table when the table was filtered by date, payment method, product or customer.
15
16
* Dev - Calling wcs_create_subscription() will no longer attempt to fetch a fresh instance of the subscription at the end. This is to prevent loading the subscription from the database potentially unnecessarily.
0 commit comments