There has been an update to the WP-Members Memberships for WooCommerce extension. This is a bug fix release that corrects a problem with the renewal notification emails. All users should upgrade.
This release also adds the wpmem_wc_order_completed() API function that can be used to programatically complete an order. Additionally, the memberships view in the My Account screen was updated so that if you have a mix of expiring and non-expiring membership options, that the “renew” button doesn’t show for non-expiring memberships. Previously, the logic was an “all-or-none” approach, meaning that if you have one expiring membership, all would show the renew button, or not show it if there were was one non-expiring membership – basically, whichever came first. The new view logic corrects this problem.