* Tweak: Improve the missing customer error message displayed for third-party built checkouts when registration is disabled on checkout.
* Fix: Remove the possibility of a negative calculation of prepaid days on subscription downgrades.
* Fix: Fix issues preventing stores using the $0 Initial Checkout feature from being able to checkout.
* Fix: Remove potential fatal error when processing end-of-prepaid term scheduled actions caused by the subscription not existing.
* Fix: Trigger payment complete actions after renewing early via modal.
* Fix: Performance improvements to limited products running slow queries on the shop page.
* Fix: [PHP 8.0] Only pass array values to call_user_func_array calls.
* Fix: [PHP 8.0] Replaces certain uses of method_exists() with is_callable().