Skip to content

Commit daac249

Browse files
authored
[Release] - 1.9.12 (#187)
### Problem The plugin is outdated, new version should be released. ### Solution Bump version from 1.9.11 to 1.9.12.
1 parent fe4ad32 commit daac249

File tree

3 files changed

+13
-8
lines changed

3 files changed

+13
-8
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
= 1.9.12 =
2+
3+
* Fixed: Fixed several bugs with creator token refresh.
4+
15
= 1.9.11 =
26

37
* Fixed: Resolved an issue where the plugin would repeatedly attempt to refresh

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.11
7+
Version: 1.9.12
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.11');
72+
define('PATREON_WORDPRESS_VERSION', '1.9.12');
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: 7 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.11
7+
Stable tag: 1.9.12
88
License: GPLv2 or later
99
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1010

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

8080
== Upgrade Notice ==
8181

82+
= 1.9.12 =
83+
84+
* Fixed: Fixed several bugs with creator token refresh.
85+
8286
= 1.9.11 =
8387

8488
* Fixed: Resolved an issue where the plugin would repeatedly attempt to refresh
@@ -560,9 +564,6 @@ You can report security bugs through the Patchstack Vulnerability Disclosure Pro
560564

561565
== Changelog ==
562566

563-
= 1.9.11 =
567+
= 1.9.12 =
564568

565-
* Fixed: Resolved an issue where the plugin would repeatedly attempt to refresh
566-
expired or invalid OAuth tokens, resulting in continuous 401 responses. This
567-
update prevents unnecessary token refresh attempts and reduces the risk of
568-
rate limiting by the Patreon API.
569+
* Fixed: Fixed several bugs with creator token refresh.

0 commit comments

Comments
 (0)