WooCommerce Subscriptions v6.5.0 Download

[featured_image]
Download
Download is available until [expire_date]
  • Version
  • Download 15
  • File Size 2.67 MB
  • File Count 1
  • Create Date May 28, 2024
  • Last Updated July 22, 2024

WooCommerce Subscriptions v6.5.0 Download

Changelog

Version 6.5.0 - RELEASED ON 2024-07-16
  • Include trial_period, suspension_count, and requires_manual_renewal in the REST API response for subscriptions.
  • When a renewal order's payment is skipped, include the order's current status in the note to help troubleshooting.
  • Label improvements on subscription and order page templates.
  • Fixed an issue with subscriptions containing multiple renewal orders to mark a random item as processing, instead of the last order.
  • Prevent errors from invalid subscription objects during customer payment method updates.
  • Updated subscriptions-core to 7.3.0.
Version 6.4.1 - RELEASED ON 2024-06-28
  • Resolved errors preventing subscription-related webhooks from sending on WC 9.0 stores.
Version 6.4.0 - RELEASED ON 2024-06-13
  • New WP CLI support to manage subscriptions via command line.
  • Introduce wc/v2 subscription REST API endpoints.
  • label improvement on my subscription page template.
  • Regenerate subscriptions related order caches (renewal, resubscribe, switch) if it's stored as an invalid value to prevent fatal errors.
  • Show "FREE" instead of 0 when there is no shipping cost in the recurring totals section of the Cart and Checkout blocks (requires WooCommerce 9.0+).
  • New function wcs_set_recurring_item_total() to set line item totals that have been copied from an initial order to their proper recurring totals (i.e. remove sign-up fees).
  • Updated subscriptions-core to 7.2.0.
Version 6.3.2 - RELEASED ON 2024-05-24
  • Prevent overriding line item totals provided in request data when creating Orders via the REST API.