Releases: Patreon/patreon-wordpress
Releases · Patreon/patreon-wordpress
1.9.17
- Fixed: HTTP 429 responses no longer incorrectly mark credentials as invalid — only HTTP 401 triggers this
- Fixed: Token refresh is no longer attempted when API calls fail due to rate limiting or server errors
- Fixed: Added a 5-minute cooldown to
check_creator_tiersto prevent repeated/oauth2/v2/campaignscalls on every admin page load - Fixed: Tier dropdown refresh icon in post editor metabox was hidden when tier names were long
1.9.16
- Fixed: Plugin no longer attempts to fetch tier details when the connection with Patreon's API is broken, preventing unnecessary
HTTP 401responses - Fixed: Webhook management now stops early if client credentials are invalid, reducing failed API calls
- Fixed: Post sync process no longer retries when app credentials have been marked as invalid, eliminating repeated
401errors - Improved: JavaScript assets now use consistent Unix-style line endings instead of Windows-style carriage returns
1.9.15
1.9.14
- Fixed: Webhook deletion logic no longer gets stuck in a loop when the API
returns a 404 - such responses are now treated as successful deletions - Added: Query parameter to POST api/oauth2/token requests to indicate if the
refresh is for a creator access token, for improved API-side debugging
1.9.13
1.9.12
1.9.11
- Fixed: Resolved an issue where the plugin would repeatedly attempt to refresh
expired or invalid OAuth tokens, resulting in continuous 401 responses. This
update prevents unnecessary token refresh attempts and reduces the risk of
rate limiting by the Patreon API.