Changelog / Freemius WordPress SDK v2.13.0 Released

Freemius WordPress SDK v2.13.0 Released

We’ve just released version 2.13.0 of the Freemius WordPress SDK — packed with developer-focused enhancements and improvements to existing integrations. For the complete changelog and implementation details, check out the GitHub release notes. Or read below for a quick summary of what’s new in this release.

New License Lifecycle Hooks

Two new hooksafter_license_activation and after_license_deactivation — are now available, allowing developers to respond to license status changes more efficiently. This makes it easier to sync external systems or trigger custom workflows when licenses are activated or deactivated.

Gross Amounts in Payments

To make transaction details clearer for customers, payments in the Accounts page now display the Gross amount (including taxes) instead of the Net amount.

Payment table in the WordPress SDK

New Filter for Checkout Parameters

We’ve introduced a new filter, checkout/parameters, that lets you fine-tune the Checkout experience — such as forcing social proofing UI or billing cycle selectors. This is especially handy for custom pricing pages or dynamic checkout links.

For if you include the following code in your plugin

WP SDK checkout customization parameter

The SDK will now render the Checkout with the proper UI like below:

Freemius Checkout with the customized params

Updated Pricing Page App

The SDK now includes the latest version 1.3.0 of our Pricing Page App, featuring a fix for annual discount calculations and enhanced security badges.

Freemius WP SDK pricing page

Improved InstaWP Compatibility

The SDK now fully supports the new InstaWP staging environment, automatically switching to safe mode when cloned, ensuring smoother workflows for testing and staging sites.