Skip to content

Commit eeae7bd

Browse files
authored
[Release] - 1.9.15 (#196)
### Problem The plugin is outdated, new version should be released. ### Solution Bump version from 1.9.14 to 1.9.15.
1 parent bf55133 commit eeae7bd

File tree

3 files changed

+19
-8
lines changed

3 files changed

+19
-8
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
= 1.9.15 =
2+
3+
* Fixed: Clients with invalid credentials no longer attempt creator token
4+
refresh, reducing unnecessary `POST /api/oauth2/token` calls that result in
5+
401 errors
6+
17
= 1.9.14 =
28

39
* Fixed: Webhook deletion logic no longer gets stuck in a loop when the API

patreon.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Plugin Name: Patreon WordPress
55
Plugin URI: https://www.patreon.com/apps/wordpress
66
Description: Patron-only content, directly on your website.
7-
Version: 1.9.14
7+
Version: 1.9.15
88
Author: Patreon <[email protected]>
99
Author URI: https://patreon.com
1010
*/
@@ -69,7 +69,7 @@
6969
define('PATREON_CREATOR_BYPASSES_FILTER_MESSAGE', 'This content is for Patrons only, it\'s not locked for you because you are logged in as the Patreon creator');
7070
define('PATREON_NO_LOCKING_LEVEL_SET_FOR_THIS_POST', 'Post is already public. If you would like to lock this post, please set a pledge level for it');
7171
define('PATREON_NO_POST_ID_TO_UNLOCK_POST', 'Sorry - could not get the post id for this locked post');
72-
define('PATREON_WORDPRESS_VERSION', '1.9.14');
72+
define('PATREON_WORDPRESS_VERSION', '1.9.15');
7373
define('PATREON_WORDPRESS_BETA_STRING', '');
7474
define('PATREON_WORDPRESS_PLUGIN_SLUG', plugin_basename(__FILE__));
7575
define('PATREON_PRIVACY_POLICY_ADDENDUM', '<h2>Patreon features in this website</h2>In order to enable you to use this website with Patreon services, we save certain functionally important Patreon information about you in this website if you log in with Patreon.

readme.txt

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: patreon, membership, members
44
Requires at least: 4.0
55
Requires PHP: 7.4
66
Tested up to: 6.8.1
7-
Stable tag: 1.9.14
7+
Stable tag: 1.9.15
88
License: GPLv2 or later
99
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1010

@@ -79,6 +79,12 @@ It is difficult to protect videos due the intensive bandwidth requirements of h
7979

8080
== Upgrade Notice ==
8181

82+
= 1.9.15 =
83+
84+
* Fixed: Clients with invalid credentials no longer attempt creator token
85+
refresh, reducing unnecessary `POST /api/oauth2/token` calls that result in
86+
401 errors
87+
8288
= 1.9.14 =
8389

8490
* Fixed: Webhook deletion logic no longer gets stuck in a loop when the API
@@ -578,9 +584,8 @@ You can report security bugs through the Patchstack Vulnerability Disclosure Pro
578584

579585
== Changelog ==
580586

581-
= 1.9.14 =
587+
= 1.9.15 =
582588

583-
* Fixed: Webhook deletion logic no longer gets stuck in a loop when the API
584-
returns a 404 - such responses are now treated as successful deletions
585-
* Added: Query parameter to POST api/oauth2/token requests to indicate if the
586-
refresh is for a creator access token, for improved API-side debugging
589+
* Fixed: Clients with invalid credentials no longer attempt creator token
590+
refresh, reducing unnecessary `POST /api/oauth2/token` calls that result in
591+
401 errors

0 commit comments

Comments
 (0)