Skip to content

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

Open
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/composer/freemius/wordpress-sdk-2.13.2
Open

Bump freemius/wordpress-sdk from 2.13.0 to 2.13.2#132
dependabot[bot] wants to merge 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

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 compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

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 added dependencies Pull requests that update a dependency file php Pull requests that update php code labels Jun 18, 2026
@github-actions

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

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.

0 participants