Release 4.0.0
- 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 thewp_stream_client_ip_address
filter to set the correct client IP address (seereadme.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