Skip to content

Commit 1a0d91f

Browse files
authored
[Release] - 1.9.13 (#190)
### Problem The plugin is outdated, new version should be released. ### Solution Bump version from 1.9.12 to 1.9.13.
1 parent 8896272 commit 1a0d91f

File tree

3 files changed

+22
-5
lines changed

3 files changed

+22
-5
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.13 =
2+
3+
* Fixed: Success message no longer shows when the connection fails
4+
* Fixed: Stopped unnecessary creator token refreshes
5+
* Added: Automatic check to re-verify broken connections
6+
* Improved: Connection error message is now more informative
7+
18
= 1.9.12 =
29

310
* Fixed: Fixed several bugs with creator token 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.12
7+
Version: 1.9.13
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.12');
72+
define('PATREON_WORDPRESS_VERSION', '1.9.13');
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 & 3 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.12
7+
Stable tag: 1.9.13
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.13 =
83+
84+
* Fixed: Success message no longer shows when the connection fails
85+
* Fixed: Stopped unnecessary creator token refreshes
86+
* Added: Automatic check to re-verify broken connections
87+
* Improved: Connection error message is now more informative
88+
8289
= 1.9.12 =
8390

8491
* Fixed: Fixed several bugs with creator token refresh.
@@ -564,6 +571,9 @@ You can report security bugs through the Patchstack Vulnerability Disclosure Pro
564571

565572
== Changelog ==
566573

567-
= 1.9.12 =
574+
= 1.9.13 =
568575

569-
* Fixed: Fixed several bugs with creator token refresh.
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

0 commit comments

Comments
 (0)