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.
Only fetch subscription object on subscription admin pages (#776)
* Only fetch subscription object on subscription admin pages
* Add changelog entry
* Avoid unnecessary wcs_is_subscription() call
* Return if the subscription result is no a subscription
* Refine logic for fetching subscription ID from global post ID
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
@@ -6,6 +6,7 @@
6
6
* Fix - Correctly load product names with HTML on the cart and checkout shipping rates.
7
7
* Fix - Improve our admin notice handling to ensure notices are displayed to the intended admin user.
8
8
* Fix - Improve protections around the pending renewal order-creation process, to prevent uncaught exceptions and other errors from breaking the subscription editor.
9
+
* Fix - Prevent unnecessary subscription object lookups on non-subscription admin pages when global $post is set.
9
10
* Fix - After enabling the Customer Notification feature or changing the reminder timer setting, ensure notification emails are scheduled for subscriptions with pending cancellation status.
10
11
* Update - Include subscription items table in all customer notification emails.
11
12
* Update - Subscription notes for unsent customer notification emails now only occurs if WCS_DEBUG is enabled.
0 commit comments