You've already forked wc-licensed-product
-
Release 0.7.3
StableAll checks were successfulCreate Release Package / build-release (push) Successful in 1m15sreleased this
2026-02-01 12:53:53 +00:00 | 4 commits to main since this releaseFixed
- 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$_SERVERin priority order - Maintains full backward compatibility with standard WordPress installations
- Added
Changed
- Updated
Plugin.phpto useResponseSigner::isSigningEnabled()instead of direct constant check
Technical Details
- Root cause: Docker WordPress setups using
wp-config-docker.phpwithgetenv_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
- Docker Environment Support: API Verification Secret now visible on customer licenses page in Docker environments