Plugin Directory

Changeset 3203877


Ignore:
Timestamp:
12/06/2024 10:56:38 PM (15 months ago)
Author:
CodeBard
Message:

1.9.3

  • Fixed a bug that caused the rating notice to appear constantly
Location:
patreon-connect/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • patreon-connect/trunk/assets/js/admin.js

    r3199168 r3203877  
    2424                    patreon_wordpress_nonce_patron_pro_addon_notice_shown: patreon_wordpress_nonce_patron_pro_addon_notice_shown,
    2525                    patreon_wordpress_nonce_patron_content_manager_addon_notice_shown: patreon_wordpress_nonce_patron_content_manager_addon_notice_shown,
     26                    patreon_wordpress_nonce_rate_plugin_notice: patreon_wordpress_nonce_rate_plugin_notice,
    2627                    patreon_wordpress_nonce_plugin_critical_issues: patreon_wordpress_nonce_plugin_critical_issues,
    2728                    patreon_wordpress_nonce_patreon_api_version_update: patreon_wordpress_nonce_patreon_api_version_update,
  • patreon-connect/trunk/patreon.php

    r3199168 r3203877  
    6969define( "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' );
    7070define( "PATREON_NO_POST_ID_TO_UNLOCK_POST", 'Sorry - could not get the post id for this locked post' );
    71 define( "PATREON_WORDPRESS_VERSION", '1.9.2' );
     71define( "PATREON_WORDPRESS_VERSION", '1.9.3' );
    7272define( "PATREON_WORDPRESS_BETA_STRING", '' );
    7373define( "PATREON_WORDPRESS_PLUGIN_SLUG", plugin_basename( __FILE__ ) );
  • patreon-connect/trunk/readme.txt

    r3199168 r3203877  
    55Requires PHP: 7.4
    66Tested up to: 6.7.1
    7 Stable tag: 1.9.2
     7Stable tag: 1.9.3
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    7979
    8080== Upgrade Notice ==
     81
     82= 1.9.3 =
     83
     84* Fixed a bug that caused the rating notice to appear constantly
    8185
    8286= 1.9.2 =
     
    517521
    518522== Changelog ==
     523
     524= 1.9.3 =
     525
     526* Fixed a bug that caused the rating notice to appear constantly
    519527
    520528= 1.9.2 =
Note: See TracChangeset for help on using the changeset viewer.