Skip to content

1.0.2

Choose a tag to compare

@jakemgold jakemgold released this 30 May 17:49
· 95 commits to main since this release

Addresses WordPress.org reviewer feedback on prefix consistency (all plugins must use unique, prefixed names for global identifiers).

Renames

  • Plugin constants GITHUB_RELEASE_POSTS_VERSION / _URL / _PATH / _INC renamed to GHRP_VERSION / GHRP_URL / GHRP_PATH / GHRP_INC.
  • GitHub PAT env var / PHP constant renamed from GITHUB_RELEASE_POSTS_PAT to GHRP_PAT. Sites that supplied the token via wp-config.php or an environment variable must update the constant/var name.
  • Admin JavaScript global renamed from ctbpAdmin / ctbpFetch to ghrpAdmin / ghrpFetch, completing the v0.9.0 rebrand.
  • Removed remaining [CTBP] debug-log prefixes and an internal CTBP_FIGURE_ placeholder marker left over from the v0.9.0 rename.