Skip to content

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

Version 0.8.1

19 Aug 14:51
abf7fc6
Compare
Choose a tag to compare
  • Fixes handling of 'X-Forwarded-For' header in get_client_ip_server() [#126].

Version 0.8.0

13 Aug 16:26
458b0c6
Compare
Choose a tag to compare
  • Respects various HTTP_* sources for client IP address [#122].

Version 0.7.0

03 Apr 19:18
2f76713
Compare
Choose a tag to compare
  • Adds a safety check that restores $wpdb when it's missing.

Version 0.6.9

15 May 12:45
0ab0a23
Compare
Choose a tag to compare
  • Ensures _pantheon_session_destroy() uses a return value.

Version 0.6.8

04 May 21:19
732b5ba
Compare
Choose a tag to compare
  • Switches to E_USER_WARNING instead of E_WARNING when triggering errors.

Version 0.6.7

26 Apr 20:32
02314aa
Compare
Choose a tag to compare
  • Disables plugin load when WP_INSTALLING, because session table creation breaks installation process.

Version 0.6.6

08 Mar 04:33
4575003
Compare
Choose a tag to compare
  • Restores session instantiation when WP-CLI is executing, because not doing so causes other problems.

Version 0.6.5

06 Feb 22:36
af5d0c4
Compare
Choose a tag to compare
  • Disables session instantiation when defined( 'WP_CLI' ) && WP_CLI because sessions don't work on CLI.

Version 0.6.4

10 Oct 21:37
Compare
Choose a tag to compare
  • Triggers PHP error when plugin fails to write session to database.

Version 0.6.3

03 Oct 19:09
Compare
Choose a tag to compare
  • Returns false when we entirely fail to generate a session.