From a285d17504e4e82e4a5f69fa47d634f38e33999d Mon Sep 17 00:00:00 2001 From: Codebard Date: Wed, 17 Mar 2021 00:36:37 +0100 Subject: [PATCH] Updated changelog, version --- patreon.php | 4 ++-- readme.txt | 10 +++++++++- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/patreon.php b/patreon.php index b09eb9b..e1c8409 100644 --- a/patreon.php +++ b/patreon.php @@ -4,7 +4,7 @@ Plugin Name: Patreon Wordpress Plugin URI: https://www.patreon.com/apps/wordpress Description: Patron-only content, directly on your website. -Version: 1.7.2 +Version: 1.7.3 Author: Patreon Author URI: https://patreon.com */ @@ -68,7 +68,7 @@ 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' ); 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' ); define( "PATREON_NO_POST_ID_TO_UNLOCK_POST", 'Sorry - could not get the post id for this locked post' ); -define( "PATREON_WORDPRESS_VERSION", '1.7.2' ); +define( "PATREON_WORDPRESS_VERSION", '1.7.3' ); define( "PATREON_WORDPRESS_BETA_STRING", '' ); define( "PATREON_WORDPRESS_PLUGIN_SLUG", plugin_basename( __FILE__ ) ); define( "PATREON_PRIVACY_POLICY_ADDENDUM", '

Patreon features in this website

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. diff --git a/readme.txt b/readme.txt index 3d6ee92..8c54e02 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: patreon, membership, members Requires at least: 4.0 Requires PHP: 5.4 Tested up to: 5.7 -Stable tag: 1.7.2 +Stable tag: 1.7.3 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -79,6 +79,10 @@ It is difficult to protect videos due the intensive bandwidth requirements of h == Upgrade Notice == += 1.7.3 = + +* Corrected required PHP version in readme. It was listed as 5.7 despite being 5.4 and this was causing confusion + = 1.7.2 = * Improved handling of pledges for patrons who have many pledges. This should address various 'Content cant be unlocked' issues. @@ -400,6 +404,10 @@ Nothing will be changed at your site - the plugin will just connect your site to == Changelog == += 1.7.3 = + +* Corrected required PHP version in readme. It was listed as 5.7 despite being 5.4 and this was causing confusion + = 1.7.2 = * Improved handling of pledges for patrons who have many pledges. This should address various 'Content cant be unlocked' issues.