Releases: pantheon-systems/wp-native-php-sessions
Releases · pantheon-systems/wp-native-php-sessions
Version 0.6.2
- Syncs session user id when a user logs in and logs out.
Version 0.6.1
- Bug fix: Prevents warning
session_write_close()
expects exactly 0 parameters, 1 given.
Version 0.6.0
- 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
- Compatibility with PHP 7.
- Adds
pantheon_session_expiration
filter to modify session expiration value.
Initial release to wordpress.org
Let's get this into more peoples hands and do some good in the world!