Skip to content

Releases: pantheon-systems/wp-native-php-sessions

Version 0.6.2

06 Jun 20:02
Compare
Choose a tag to compare
  • Syncs session user id when a user logs in and logs out.

Version 0.6.1

25 May 20:16
Compare
Choose a tag to compare
  • Bug fix: Prevents warning session_write_close() expects exactly 0 parameters, 1 given.

Version 0.6.0

23 Nov 19:59
Compare
Choose a tag to compare
  • Bug fix: Prevents PHP fatal error in session_write_close() by running on WordPress' shutdown action, before $wpdb destructs itself.
  • Bug fix: Stores the actual user id in the sessions table, instead of (bool) $user_id.

Version 0.5.0

16 Mar 21:41
Compare
Choose a tag to compare
  • Compatibility with PHP 7.
  • Adds pantheon_session_expiration filter to modify session expiration value.

Initial release to wordpress.org

18 Sep 03:27
Compare
Choose a tag to compare
Pre-release

Let's get this into more peoples hands and do some good in the world!