Skip to content

Releases: ericmann/wp-session-manager

4.2.0 Bugfix Release

31 Mar 03:34
b5cafd9
Compare
Choose a tag to compare
  • Fix: Disable the initialization routine for cron runs.

4.1.x Bugfix release 1

16 Feb 04:47
1f1c1e6
Compare
Choose a tag to compare
  • Fix: Defensively protect deprecated functions with function_exists() checks to avoid conflicts with other systems.
  • Fix: Disable the initialization routine if sessions are disabled.

v4.1.0

07 Jan 05:17
80cc544
Compare
Choose a tag to compare

Bugfixes:

  • Add some defense to ensure end users are running the correct version of PHP before loading the system.
  • Eliminate a race condition where another plugin or the theme created the session first.
  • Schedule a cron to auto-delete expired sessions.

v4.0.0

07 Jan 05:16
ebba699
Compare
Choose a tag to compare
  • New: Add an object cache based handler to leverage Redis or Memcached if available for faster queries.
  • Update: Bump minimum PHP requirements due to out-of-date version deprecations.
  • Fix: Correct a race condition where a session was created before the database table existed.
  • Fix: Correct a race condition where the $wpdb global is not yet set when a session is deleted from the database.
  • Fix: Remove unnecessary integer session ID from the stored data table.