Releases: pantheon-systems/wp-native-php-sessions
Releases · pantheon-systems/wp-native-php-sessions
Release list
Version 1.0.0
Version 0.9.0
- Refactors session callback logic into
Session_Handlerabstraction, fixing PHP notice in PHP 7.3 [#135].
Version 0.8.1
- Fixes handling of 'X-Forwarded-For' header in
get_client_ip_server()[#126].
Version 0.8.0
- Respects various
HTTP_*sources for client IP address [#122].
Version 0.7.0
- Adds a safety check that restores
$wpdbwhen it's missing.
Version 0.6.9
- Ensures
_pantheon_session_destroy()uses a return value.
Version 0.6.8
- Switches to
E_USER_WARNINGinstead ofE_WARNINGwhen triggering errors.
Version 0.6.7
- Disables plugin load when
WP_INSTALLING, because session table creation breaks installation process.
Version 0.6.6
- Restores session instantiation when WP-CLI is executing, because not doing so causes other problems.
Version 0.6.5
- Disables session instantiation when
defined( 'WP_CLI' ) && WP_CLIbecause sessions don't work on CLI.