• v0.7.3 548b2ae8af

    Release 0.7.3
    All checks were successful
    Create Release Package / build-release (push) Successful in 1m15s
    Stable

    magdev released this 2026-02-01 12:53:53 +00:00 | 4 commits to main since this release

    Fixed

    • Docker Environment Support: API Verification Secret now visible on customer licenses page in Docker environments
      • Added ResponseSigner::getServerSecret() method to check multiple sources for server secret
      • Checks PHP constant, getenv(), $_ENV, and $_SERVER in priority order
      • Maintains full backward compatibility with standard WordPress installations

    Changed

    • Updated Plugin.php to use ResponseSigner::isSigningEnabled() instead of direct constant check

    Technical Details

    • Root cause: Docker WordPress setups using wp-config-docker.php with getenv_docker() don't always define PHP constants
    • The environment variable was accessible but the constant wasn't being created
    • New getServerSecret() method centralizes all server secret retrieval logic
    Downloads