Skip to content

Releases: Patreon/patreon-wordpress

1.9.17

18 Mar 00:08
12e562d

Choose a tag to compare

  • 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_tiers to prevent repeated /oauth2/v2/campaigns calls on every admin page load
  • Fixed: Tier dropdown refresh icon in post editor metabox was hidden when tier names were long

1.9.16

30 Oct 22:30
0db00e3

Choose a tag to compare

  • Fixed: Plugin no longer attempts to fetch tier details when the connection with Patreon's API is broken, preventing unnecessary HTTP 401 responses
  • 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 401 errors
  • Improved: JavaScript assets now use consistent Unix-style line endings instead of Windows-style carriage returns

1.9.15

05 Aug 22:53
eeae7bd

Choose a tag to compare

  • Fixed: Clients with invalid credentials no longer attempt creator token
    refresh, reducing unnecessary POST /api/oauth2/token calls that result in
    401 errors

1.9.14

15 Jul 00:27
df2698f

Choose a tag to compare

  • 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

09 Jul 09:47
1a0d91f

Choose a tag to compare

  • Fixed: Success message no longer shows when the connection fails
  • Fixed: Stopped unnecessary creator token refreshes
  • Added: Automatic check to re-verify broken connections
  • Improved: Connection error message is now more informative

1.9.12

01 Jul 07:54
daac249

Choose a tag to compare

  • Fixed: Fixed several bugs with creator token refresh.

1.9.11

23 Jun 12:44
f372224

Choose a tag to compare

  • 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.

1.9.10

18 Jun 21:43
92d578e

Choose a tag to compare

  • Prevent repeated creator token refresh attempts after a 401 error. This helps
    reduce the risk of your WordPress site being rate-limited or blocked by the
    Patreon API due to excessive failed requests.

1.9.9

03 Jun 21:35
78c4a3d

Choose a tag to compare

  • Ensure that Patreon-Wordpress UA is consistently set across requests
  • Fixed reconnect flow not working if the client had been deleted from patreon.com

1.9.8

29 May 22:08
7a84aa5

Choose a tag to compare

  • Fixed two broken links to Patreon WP client page