Skip to content

v2.4.0

Compare
Choose a tag to compare
@gnowland gnowland released this 17 Oct 10:02
· 30 commits to master since this release
a1a148c

ADDITIONS

  • jetfuel('show-ip', $param(string)); to show the server IP address in the WP Admin footer (default: SERVER_ADDR).
    • ProTip: for servers behind a firewall or in a Docker container, use: jetfuel('show-ip', 'HTTP_X_FORWARDED_FOR');

UPDATES

  • Improved various code comments/notes