Skip to content

Commit df2698f

Browse files
authored
[Release] - 1.9.14 (#193)
### Problem The plugin is outdated, new version should be released. ### Solution Bump version from 1.9.13 to 1.9.14.
1 parent b1d922a commit df2698f

File tree

3 files changed

+22
-8
lines changed

3 files changed

+22
-8
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
= 1.9.14 =
2+
3+
* Fixed: Webhook deletion logic no longer gets stuck in a loop when the API
4+
returns a 404 - such responses are now treated as successful deletions
5+
* Added: Query parameter to POST api/oauth2/token requests to indicate if the
6+
refresh is for a creator access token, for improved API-side debugging
7+
18
= 1.9.13 =
29

310
* Fixed: Success message no longer shows when the connection fails

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.13
7+
Version: 1.9.14
88
Author: Patreon <platform@patreon.com>
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.13');
72+
define('PATREON_WORDPRESS_VERSION', '1.9.14');
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: 13 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.13
7+
Stable tag: 1.9.14
88
License: GPLv2 or later
99
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1010

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

8080
== Upgrade Notice ==
8181

82+
= 1.9.14 =
83+
84+
* Fixed: Webhook deletion logic no longer gets stuck in a loop when the API
85+
returns a 404 - such responses are now treated as successful deletions
86+
* Added: Query parameter to POST api/oauth2/token requests to indicate if the
87+
refresh is for a creator access token, for improved API-side debugging
88+
8289
= 1.9.13 =
8390

8491
* Fixed: Success message no longer shows when the connection fails
@@ -571,9 +578,9 @@ You can report security bugs through the Patchstack Vulnerability Disclosure Pro
571578

572579
== Changelog ==
573580

574-
= 1.9.13 =
581+
= 1.9.14 =
575582

576-
* Fixed: Success message no longer shows when the connection fails
577-
* Fixed: Stopped unnecessary creator token refreshes
578-
* Added: Automatic check to re-verify broken connections
579-
* Improved: Connection error message is now more informative
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

0 commit comments

Comments
 (0)