Skip to content

Bump freemius/wordpress-sdk from 2.13.0 to 2.13.2#132

Merged
mehul0810 merged 1 commit into
developfrom
dependabot/composer/freemius/wordpress-sdk-2.13.2
Jul 3, 2026
Merged

Bump freemius/wordpress-sdk from 2.13.0 to 2.13.2#132
mehul0810 merged 1 commit into
developfrom
dependabot/composer/freemius/wordpress-sdk-2.13.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 18, 2026

Copy link
Copy Markdown
Contributor

Bumps freemius/wordpress-sdk from 2.13.0 to 2.13.2.

Release notes

Sourced from freemius/wordpress-sdk's releases.

Updated Pricing Page and External Activation Support

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.

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.

2.13.2-rc.1

Open a method for external activation for more complex flows (Freemius/wordpress-sdk#859).

Note: This is a pre-release. If you’re not using this feature, you can skip this update for now.

Multisite, Scheduling, Bulk Update Fixes, and Other Improvements

We are releasing version 2.13.1 of our SDK with bug fixes and improvements.

Bug Fixes

  • Multisite support: fixes the opt-in process for multisite networks with only one site.
  • Sync cron: improved scheduling logic prevents race conditions and ensures sync jobs execute as expected.
  • Bulk update: prevents misleading "plugin is at the latest version" notice during a bulk update.

Improvements

  • Add-on activation messaging: clearer guidance when activating add-ons that are not yet available in production.
  • Debug page: now displays DISABLE_WP_CRON status and highlights when server-side cron is required.

... (truncated)

Commits
  • 20358d1 Version 2.13.2: Updated Pricing Page and External Activation Support
  • 12d8fe0 [pricing] [update] Pricing SDK update to 1.4.0 + [version] Bump v2.13.2
  • 3e76e5e [sdk] [activation] [external] Open a method for external activation for more ...
  • 7376c0e Merge pull request #858 from Freemius/develop
  • 8cf306c [version] Bump version to 2.13.1 and pricing app to 1.3.1. (#857)
  • be8cbcb [ms] Fix the account setup handling for multisites with only one site. (#856)
  • 2c851bc fixed wporg plugin check errors missing_direct_file_access_protection (#853)
  • c9105b3 [bulk-update] Properly handle update data inclusion during bulk-updating. (#854)
  • 9f7e5e6 [sync-cron] Fix sync cron registration to not rely on future schedule (#851)
  • fb6e263 [debug] [cron] Enrich the debug page with the default WP-Cron status. (#844)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file php Pull requests that update php code labels Jun 18, 2026
@github-actions

github-actions Bot commented Jun 18, 2026

Copy link
Copy Markdown

Test on Playground
Test this pull request on the Playground

@github-actions

Copy link
Copy Markdown
Composer package changes
Prod Packages Operation Base Target
freemius/wordpress-sdk Upgraded 2.13.0 2.13.2

Bumps [freemius/wordpress-sdk](https://github.com/Freemius/wordpress-sdk) from 2.13.0 to 2.13.2.
- [Release notes](https://github.com/Freemius/wordpress-sdk/releases)
- [Commits](Freemius/wordpress-sdk@2.13.0...2.13.2)

---
updated-dependencies:
- dependency-name: freemius/wordpress-sdk
  dependency-version: 2.13.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/composer/freemius/wordpress-sdk-2.13.2 branch from 724cd61 to a944bd2 Compare July 3, 2026 14:34
@mehul0810 mehul0810 merged commit 150b13b into develop Jul 3, 2026
13 checks passed
@mehul0810 mehul0810 deleted the dependabot/composer/freemius/wordpress-sdk-2.13.2 branch July 3, 2026 21:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file php Pull requests that update php code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant