Skip to content

Release 4.0.0

Compare
Choose a tag to compare
@kasparsd kasparsd released this 09 Jan 16:05
· 232 commits to master since this release
0336294
  • Fix: Use only $_SERVER['REMOTE_ADDR'] as the reliable client IP address for event logs. This might cause incorrectly reported event log IP addresses on environments where PHP is behind a proxy server or CDN. Use the wp_stream_client_ip_address filter to set the correct client IP address (see readme.txt for instructions) or configure the hosting environment to report the correct IP address in $_SERVER['REMOTE_ADDR'] (issue #1456, props @calvinalkan).
  • Tweak: fix typos in message strings and code comments (fixed in #1461 by @szepeviktor).
  • Development: use Composer v2 during CI runs (fixed in #1465 by @szepeviktor).

Full change-log 3.10.0...4.0.0