Changeset 3102015
- Timestamp:
- 06/12/2024 08:30:35 PM (21 months ago)
- Location:
- patreon-connect/trunk
- Files:
-
- 3 edited
-
classes/patreon_protect.php (modified) (1 diff)
-
patreon.php (modified) (2 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
patreon-connect/trunk/classes/patreon_protect.php
r3088470 r3102015 646 646 RewriteEngine On 647 647 RewriteBase / 648 RewriteCond %{REQUEST_FILENAME} (\.png|\.jpg|\.gif|\.jpeg|\.bmp) 649 RewriteCond %{HTTP_REFERER} !^wp-admin [NC] 648 RewriteCond %{REQUEST_FILENAME} (\.png|\.jpg|\.gif|\.jpeg|\.bmp) [NC] 650 649 RewriteRule ^" . $upload_dir . "/(.*)$ index.php?patreon_action=serve_patron_only_image&patron_only_image=$1 [QSA,L] 651 650 # END Patreon WordPress".PHP_EOL; -
patreon-connect/trunk/patreon.php
r3088470 r3102015 5 5 Plugin URI: https://www.patreon.com/apps/wordpress 6 6 Description: Patron-only content, directly on your website. 7 Version: 1.9. 07 Version: 1.9.1 8 8 Author: Patreon <platform@patreon.com> 9 9 Author URI: https://patreon.com … … 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. 0' );71 define( "PATREON_WORDPRESS_VERSION", '1.9.1' ); 72 72 define( "PATREON_WORDPRESS_BETA_STRING", '' ); 73 73 define( "PATREON_WORDPRESS_PLUGIN_SLUG", plugin_basename( __FILE__ ) ); -
patreon-connect/trunk/readme.txt
r3088470 r3102015 5 5 Requires PHP: 7.4 6 6 Tested up to: 6.5.3 7 Stable tag: 1.9. 07 Stable tag: 1.9.1 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.1 = 83 84 * An issue that made it possible to circumvent image locking by sending a specific referrer header was fixed. Now locked images should not allow circumvention of the protection via referer header 81 85 82 86 = 1.9.0 = … … 507 511 508 512 == Changelog == 513 514 = 1.9.1 = 515 516 * An issue that made it possible to circumvent image locking by sending a specific referrer header was fixed. Now locked images should not allow circumvention of the protection via referer header 509 517 510 518 = 1.9.0 =
Note: See TracChangeset
for help on using the changeset viewer.