• Resolved ionainteractive

    (@ionainteractive)


    Hi there,

    I notice you’ve included ericmann’s WP Session Manager plugin in your plugin. Could you please update it to the latest version as available here:

    https://github.com/ericmann/wp-session-manager/blob/master/includes/class-wp-session.php

    When I updated the Ninja Forms plugin this weekend, it completely broke my site because they also depend on the WP_Session class and depend on the session_id property being declared public as it is in the latest version. But your plugin loads before theirs, so your WP_Session class gets declared first.

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author awesomesupport

    (@awesomesupport)

    Hi – I’ll have the developers look into this but a quick look at the page you linked to shows that the latest “release” does not have that change in it. While the change is on the main branch its not part of a “release” that would normally be pulled by composer. Ninja Forms could be using the latest commit but AS uses the latest official release (2.1.x) as part of its build process. But I’ll check with the developers to confirm all that.

    Plugin Author awesomesupport

    (@awesomesupport)

    Hello:

    It is indeed as I thought – the latest commit that Ninja forms is using is not part of an official stable release. In fact, the change you reference (public session_id) was actually submitted by our developer so he’s very familiar with it. But, unfortunately, the developer of WP_Session has not added it to a stable release yet so it’s not included in Awesome Support.

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

The topic ‘Update WP_Session class version’ is closed to new replies.