Skip to content

v4.0.0

Compare
Choose a tag to compare
@ericmann ericmann released this 07 Jan 05:16
· 5 commits to master since this release
ebba699
  • 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.