=== Paid Memberships Pro - Member RSS Add On === Contributors: strangerstudios Tags: rss, feed, blubrry, powerpress, podcasts, podcasting, paid memberships pro, secure, protect, lock Requires at least: 3.5 Tested up to: 6.0.3 Stable tag: 0.2 Create Member-Specific RSS Feeds for Paid Memberships Pro == Description == RSS feeds, including those created by plugins like Blubrry PowerPress, are filtered to hide member content. Enclosures, like mp3 URLs, are hidden as well. All members are given a "memberkey" that can be attached to the end of a feed URL that will allow access to the full member RSS feed. E.g. of a feed URL with a member key: http://www.yoursite.com/feed/podcast/?memberkey=58efacdc83d88e3edf8e31f4b4f5806e There are no protections currently to keep users from sharing their feed URLs, but future improvements could include monitoring use of the memberkeys and deactivating ones that show signs of abuse. Features: * Create Member-Specific RSS Feeds for Paid Memberships Pro. * View your RSS feeds on the Membership Account page. * Add or remove as many RSS feed links as you want. When the plugin is active, a link will be created under the Member Links section of every members' Membership Account page with the memberkey attached. This special RSS feed will only contain membership restricted content which that user has access to, and filter out the rest (including unprotected posts). Additional RSS feeds can be added with the pmpromrss_feeds filter. See example here: https://gist.github.com/messica/960b6365905a91a2a68b == Installation == 1. Upload the `pmpro-member-rss` directory to the `/wp-content/plugins/` directory of your site. 1. Activate the plugin through the 'Plugins' menu in WordPress. == Frequently Asked Questions == = I found a bug in the plugin. = Please post it in the issues section of GitHub and we'll fix it as soon as we can. Thanks for helping. https://github.com/strangerstudios/pmpro-member-rss/issues = I need help installing, configuring, or customizing the plugin. = Please visit our premium support site at http://www.paidmembershipspro.com for more documentation and our support forums. == Changelog == = 0.3 - 2022-10-21 * FEATURE: You can now regenerate a user's RSS key from the edit user page of the WP dashboard. * BUG FIX/ENHANCEMENT: Now using the pmpro_has_membership_access() function to account for all methods of protecting content. * BUG FIX/ENHANCEMENT: Now also generating a member RSS key (if needed) on level change in case that happens outside of checkout. * BUG FIX/ENHANCEMENT: Updating search queries so protected content is still visible in feeds when a member RSS key is used. = .2. = * Now removing enclosures from member posts. * Filtering the RSS content filter to show a link to the post. = .1.1 = * Added readme.txt = .1 = * Initial release.