diff --git a/assets/js/admin.js b/assets/js/admin.js index 20cae4e..411a75e 100644 --- a/assets/js/admin.js +++ b/assets/js/admin.js @@ -23,6 +23,7 @@ patreon_wordpress_nonce_setup_needed: patreon_wordpress_nonce_setup_needed, patreon_wordpress_nonce_patron_pro_addon_notice_shown: patreon_wordpress_nonce_patron_pro_addon_notice_shown, patreon_wordpress_nonce_patron_content_manager_addon_notice_shown: patreon_wordpress_nonce_patron_content_manager_addon_notice_shown, + patreon_wordpress_nonce_rate_plugin_notice: patreon_wordpress_nonce_rate_plugin_notice, patreon_wordpress_nonce_plugin_critical_issues: patreon_wordpress_nonce_plugin_critical_issues, patreon_wordpress_nonce_patreon_api_version_update: patreon_wordpress_nonce_patreon_api_version_update, } diff --git a/patreon.php b/patreon.php index 7a3043e..c53ee57 100644 --- a/patreon.php +++ b/patreon.php @@ -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.9.2' ); +define( "PATREON_WORDPRESS_VERSION", '1.9.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 3e35c5c..5dadcae 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: patreon, membership, members Requires at least: 4.0 Requires PHP: 7.4 Tested up to: 6.7.1 -Stable tag: 1.9.2 +Stable tag: 1.9.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.9.3 = + +* Fixed a bug that caused the rating notice to appear constantly + = 1.9.2 = * Added notice to ensure that the site's api version will be the correct one - calls out for action to reconnect site if its not @@ -517,6 +521,10 @@ You can report security bugs through the Patchstack Vulnerability Disclosure Pro == Changelog == += 1.9.3 = + +* Fixed a bug that caused the rating notice to appear constantly + = 1.9.2 = * Added notice to ensure that the site's api version will be the correct one - calls out for action to reconnect site if its not