• Resolved Jeremy Herve

    (@jeherve)


    Jetpack Mechanic πŸš€

    Hey team!

    I work on the Jetpack plugin team, and wanted to suggest an update to your plugin’s codebase.

    The Nextend Social Login and Register plugin relies on the Jetpack_SSO class in includes/userData.php. That class was deprecated a few months ago, in this Pull Request. It was replaced by Automattic\Jetpack\Connection\SSO.

    I think it would be nice to make the change in your plugin, to avoid deprecation notices, and also to avoid missing functionality when the deprecated class is eventually removed from the Jetpack plugin.

    Let me know if you have any questions about the change!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Laszlo

    (@laszloszalvak)

    Hi @jeherve

    Thank you very much for informing us about these changes!

    I checked the pull request and updated our integration based on your suggestions. So in the next release we will no longer use the deprecated “Jetpack_SSO” class, but the new Automattic\Jetpack\Connection\SSO class.

    Best regards,
    Laszlo.

    Thread Starter Jeremy Herve

    (@jeherve)

    Jetpack Mechanic πŸš€

    Thanks for the super quick reply!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Compatibility: plugin uses a deprecated class’ is closed to new replies.