Compliance update for our WordPress SDK with Composer support
We’re excited to announce the release of version 2.10.0 of our WordPress SDK! This update includes the latest compliance changes required by the WordPress.org review team and adds support for installation via Composer, a widely-used dependency manager in the PHP ecosystem.
To enhance the developer experience on the SDK Integration page of the Developer Dashboard, we’ve introduced several improvements.
The updated instructions now explicitly direct you to place the SDK in the vendor/freemius
directory at the root of your product. This placement is now required by the WordPress.org review team.
Alternatively, you can select the “Composer” option to see step-by-step instructions for installing the SDK using Composer.
Additionally, we’ve updated the integration snippet to include a check for the file’s existence before including it. This change is particularly beneficial for developers who have yet to transition the SDK to the newly recommended directory, and will only show up for existing plugins and themes.
Please refer to the GitHub changelog for more details about this update and the compliance changes.
We’re also working on a follow-up task to simplify the UI further and provide exact integration code for your preferred method. Stay tuned!