Skip to content

v1.2.5 - GitHub Token Support

Choose a tag to compare

@Jehu Jehu released this 08 Feb 17:04
· 25 commits to main since this release

What's New

Added

  • Support for GitHub Personal Access Token (MWE_ETCHWP_GITHUB_TOKEN constant) 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