v1.2.5 - GitHub Token Support
What's New
Added
- Support for GitHub Personal Access Token (
MWE_ETCHWP_GITHUB_TOKENconstant) to avoid API rate limits
Fixed
- "Could not determine if updates are available" error caused by GitHub API rate limiting (403 errors)
Usage
To avoid GitHub API rate limits, add to your wp-config.php:
define( 'MWE_ETCHWP_GITHUB_TOKEN', 'ghp_your_token_here' );Create a token at: GitHub → Settings → Developer settings → Personal access tokens