Changeset 3203877
- Timestamp:
- 12/06/2024 10:56:38 PM (15 months ago)
- Location:
- patreon-connect/trunk
- Files:
-
- 3 edited
-
assets/js/admin.js (modified) (1 diff)
-
patreon.php (modified) (1 diff)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
patreon-connect/trunk/assets/js/admin.js
r3199168 r3203877 24 24 patreon_wordpress_nonce_patron_pro_addon_notice_shown: patreon_wordpress_nonce_patron_pro_addon_notice_shown, 25 25 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, 26 27 patreon_wordpress_nonce_plugin_critical_issues: patreon_wordpress_nonce_plugin_critical_issues, 27 28 patreon_wordpress_nonce_patreon_api_version_update: patreon_wordpress_nonce_patreon_api_version_update, -
patreon-connect/trunk/patreon.php
r3199168 r3203877 69 69 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' ); 70 70 define( "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' );71 define( "PATREON_WORDPRESS_VERSION", '1.9.3' ); 72 72 define( "PATREON_WORDPRESS_BETA_STRING", '' ); 73 73 define( "PATREON_WORDPRESS_PLUGIN_SLUG", plugin_basename( __FILE__ ) ); -
patreon-connect/trunk/readme.txt
r3199168 r3203877 5 5 Requires PHP: 7.4 6 6 Tested up to: 6.7.1 7 Stable tag: 1.9. 27 Stable tag: 1.9.3 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 79 79 80 80 == Upgrade Notice == 81 82 = 1.9.3 = 83 84 * Fixed a bug that caused the rating notice to appear constantly 81 85 82 86 = 1.9.2 = … … 517 521 518 522 == Changelog == 523 524 = 1.9.3 = 525 526 * Fixed a bug that caused the rating notice to appear constantly 519 527 520 528 = 1.9.2 =
Note: See TracChangeset
for help on using the changeset viewer.