Skip to content

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

Version 1.0.0

Choose a tag to compare

@danielbachhuber danielbachhuber released this 02 Mar 13:45
33f403e
  • Plugin is stable.

Version 0.9.0

Choose a tag to compare

@danielbachhuber danielbachhuber released this 14 Oct 16:45
46f717b
  • Refactors session callback logic into Session_Handler abstraction, fixing PHP notice in PHP 7.3 [#135].

Version 0.8.1

Choose a tag to compare

@danielbachhuber danielbachhuber released this 19 Aug 14:51
abf7fc6
  • Fixes handling of 'X-Forwarded-For' header in get_client_ip_server() [#126].

Version 0.8.0

Choose a tag to compare

@danielbachhuber danielbachhuber released this 13 Aug 16:26
458b0c6
  • Respects various HTTP_* sources for client IP address [#122].

Version 0.7.0

Choose a tag to compare

@danielbachhuber danielbachhuber released this 03 Apr 19:18
2f76713
  • Adds a safety check that restores $wpdb when it's missing.

Version 0.6.9

Choose a tag to compare

@danielbachhuber danielbachhuber released this 15 May 12:45
0ab0a23
  • Ensures _pantheon_session_destroy() uses a return value.

Version 0.6.8

Choose a tag to compare

@danielbachhuber danielbachhuber released this 04 May 21:19
732b5ba
  • Switches to E_USER_WARNING instead of E_WARNING when triggering errors.

Version 0.6.7

Choose a tag to compare

@danielbachhuber danielbachhuber released this 26 Apr 20:32
02314aa
  • Disables plugin load when WP_INSTALLING, because session table creation breaks installation process.

Version 0.6.6

Choose a tag to compare

@danielbachhuber danielbachhuber released this 08 Mar 04:33
4575003
  • Restores session instantiation when WP-CLI is executing, because not doing so causes other problems.

Version 0.6.5

Choose a tag to compare

@danielbachhuber danielbachhuber released this 06 Feb 22:36
af5d0c4
  • Disables session instantiation when defined( 'WP_CLI' ) && WP_CLI because sessions don't work on CLI.