Skip to content

Version 2.13.2: Updated Pricing Page and External Activation Support#863

Merged
swashata merged 2 commits into
masterfrom
develop
Jun 16, 2026
Merged

Version 2.13.2: Updated Pricing Page and External Activation Support#863
swashata merged 2 commits into
masterfrom
develop

Conversation

@swashata

Copy link
Copy Markdown
Contributor

Version 2.13.2 is a maintenance release focused on updating internal dependencies and supporting more complex activation flows.

Updated Pricing Page

In this release, we updated the pricing page to support newly introduced currencies.

CleanShot 2026-06-16 at 13 51 31@2x

External Activation

We opened the install_with_new_user method to synchronize activation with the Freemius WP SDK in cases where activation happens outside the regular opt-in flow.

For example, if you're using an external licensing server with our API, then after activating the license, you can call the method as follows:

my_fs()->install_with_new_user(
  $result['user_id'],
  $result['user_public_key'],
  $result['user_secret_key'],
  $result['is_marketing_allowed'],
  null,
  true,
  $result['install_id'],
  $result['install_public_key'],
  $result['install_secret_key'],
  false
);

Here, $result represents the object returned by the API endpoint.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the SDK to version 2.13.2 and exposes an installation/activation synchronization entrypoint intended for activation flows that occur outside the standard opt-in process.

Changes:

  • Bump the SDK version from 2.13.1 to 2.13.2.
  • Make install_with_new_user() public to support external activation synchronization.
  • Add PHPDoc guidance and an example usage snippet for the external activation flow.

Reviewed changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated 4 comments.

File Description
start.php Updates the SDK version string to 2.13.2.
includes/class-freemius.php Exposes install_with_new_user() publicly and documents the external activation usage pattern.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread includes/class-freemius.php
Comment on lines +17662 to +17663
* ```
*
Comment thread includes/class-freemius.php
Comment thread start.php
@swashata swashata merged commit 20358d1 into master Jun 16, 2026
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants