Release notes for WP Full Stripe v5.4.0

Billing cycle anchor day for subscriptions

We’re excited to share that WP Full Stripe now supports billing cycle anchor day for subscriptions! This is really useful if you’d like to bill every subscription on a certain day of the month.

Feature availability
Billing cycle anchors are supported only by inline forms at the moment.

You can configure the billing anchor by setting the “Billing Cycle Anchor Day” option on the “Payment” tab of your subscription form:

You can configure whether the plugin should prorate charges until the billing anchor day by setting the “Prorate until Anchor Day?” option:

This feature is available in WP Full Stripe v5.4.0+ .

Viewing invoices on the “Manage subscriptions” page

Subscribers can download invoices in PDF format on the “Manage subscriptions” page:

Site administrators can enable this feature on the “Full Stripe / Settings / Security” page in WP admin:

This feature is available in WP Full Stripe v5.4.0+ .

Disable subscription cancellations by subscribers

Subscribers can cancel their subscriptions on the “Manage Subscriptions” page by default, and now you can override this behavior.

You can disable subscription cancellations on the “Full Stripe / Settings / Security” page in WP admin:

This feature is available in WP Full Stripe v5.4.0+ .

WordPress action for subscription cancellations

WP Full Stripe fires the fullstripe_after_subscription_cancellation Wordpress action after cancelling a running subscription.

You can hook into this action, and notify other integrated systems about subscription status changes.

Please refer the Integrating WP Full Stripe with other systems article for more information and example code.

This feature is available in WP Full Stripe v5.3.0+ .

WP Full Stripe can run concurrently with other Stripe plugins

We’ve created a customized version of the Stripe PHP client library by moving it into the custom namespace. The customized library is bundled with WP Full Stripe, and it ensures that WP Full Stripe can run concurrently with other Stripe plugins in WordPress.

This feature is available in WP Full Stripe v5.3.0+ .