1.0.2
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/_INCrenamed toGHRP_VERSION/GHRP_URL/GHRP_PATH/GHRP_INC. - GitHub PAT env var / PHP constant renamed from
GITHUB_RELEASE_POSTS_PATtoGHRP_PAT. Sites that supplied the token viawp-config.phpor an environment variable must update the constant/var name. - Admin JavaScript global renamed from
ctbpAdmin/ctbpFetchtoghrpAdmin/ghrpFetch, completing the v0.9.0 rebrand. - Removed remaining
[CTBP]debug-log prefixes and an internalCTBP_FIGURE_placeholder marker left over from the v0.9.0 rename.