PluginProbe
Subscriptions for WooCommerce with Stripe Recurring Payments / 2.0.0
Subscriptions for WooCommerce with Stripe Recurring Payments v2.0.0
2.0.0 1.11.2 1.11.1 1.11.0 1.10.9 1.10.8 1.10.7 1.10.6 1.10.5 1.10.4 1.10.3 1.10.2 1.10.1 1.10.0 1.9.6 1.9.5 trunk 1.3.0 1.3.1 1.3.2 1.4.0 1.4.1 1.4.2 1.5.0 1.5.1 All 61 releases
← All changes | includes/Frontend/MyAccount.php +1 -1 1.11.22.0.0 View file →
@@ -305,9 +305,9 @@
305 305 'author' => get_current_user_id(),
306 306 'posts_per_page' => 10,
307 307 'paged' => $current_page,
308 308 'post_type' => 'subscrpt_order',
309 - 'post_status' => array( 'pending', 'active', 'on_hold', 'cancelled', 'expired', 'pe_cancelled' ),
309 + 'post_status' => array( 'pending', 'active', 'on_hold', 'cancelled', 'expired', 'pe_cancelled', 'completed' ),
310 310 );
311 311
312 312 $postslist = new \WP_Query( $args );
313 313 wc_get_template(