YARPP
Forum Replies Created
-
It sounds like there was some issue while installing the plugin, maybe an issue with the host. When you remove the plugin folder, the plugin is uninstalled. Have you tried reaching out to the host?
Forum: Plugins
In reply to: [YARPP - Yet Another Related Posts Plugin] Instock related productsIf you use YARPP to show related products and want to exclude products that are sold out, use the following code snippet:
function yarpp_custom_wp_query($query) { if(isset($query->yarpp_cache_type)){ $query->set('post_type', 'product'); $meta_query = [ 'relation' => 'AND', [ 'key' => '_stock_status', 'value' => ['instock','onbackorder'], 'compare' => 'IN', ] ]; $query->set('meta_query', $meta_query); } return $query; } add_filter('pre_get_posts', 'yarpp_custom_wp_query', 100);Hi @subscribetech screencast link is missing. Can you please share again?
Hi @rpfaffenbach, thanks again for bringing this to our attention. I’m pleased to let you know that the issue has now been fully resolved in version 5.30.11, with Patchstack and Wordfence verifying the fix and marking it as fixed. If you’d like, you can safely reinstall YARPP and take advantage of the latest updates. We’d greatly appreciate it if you’d reconsider using YARPP. Please let us know if you have any further questions! We appreciate your support.
Hi @slapic Thanks again for your feedback. We’ve addressed the issue in version 5.30.11, and both Patchstack and Wordfence have reviewed the fix, marking the issue as resolved. If you’re using any other threat detection service, please let us know, and we’ll make sure they’re informed. We’d be grateful if you’d consider updating your review to reflect these changes. Your support is invaluable—thank you!
Hi @rhubub We are pleased to share that the issue has been resolved in version 5.30.11, and both Patchstack and Wordfence have verified the patch, marking it as fixed. If possible, we’d greatly appreciate it if you could reconsider your review based on these updates. Your support is invaluable, and we’re committed to keeping the plugin secure and reliable. Please let us know if there are any other concerns. Thanks again for your patience and support!
Forum: Reviews
In reply to: [YARPP - Yet Another Related Posts Plugin] Plugin DeadHi @kkow We are pleased to share that the issue has been resolved in version 5.30.11, and both Patchstack and Wordfence have verified the patch, marking it as fixed. If you’re using any other service for threat detection, please let us know, and we will reach out to them to ensure they’re aware of the fix. We’re committed to keeping the plugin secure and reliable, and your support makes a huge difference. If possible, we’d greatly appreciate it if you could reconsider your review based on these updates. Thanks again for your patience and support!
Hi @dsl225 We are pleased to share that the issue has been resolved in version 5.30.11, and both Patchstack and Wordfence have verified the patch, marking it as fixed. If you’re using any other service for threat detection, please let us know, and we will reach out to them to ensure they’re aware of the fix. We’re committed to keeping the plugin secure and reliable, and your support makes a huge difference. If possible, we’d greatly appreciate it if you could reconsider your review based on these updates. Thanks again for your patience and support!
Hi @kbwebpro We are pleased to share that the issue has been resolved in version 5.30.11, and both Patchstack and Wordfence have verified the patch, marking it as fixed. We’re committed to keeping the plugin secure and reliable, and your support makes a huge difference. Thanks again for your patience and support!
@kbwebpro please consider updating the title of this page as it implies there is a “security flaw”.
Forum: Plugins
In reply to: [YARPP - Yet Another Related Posts Plugin] UpdateUPDATE: Patchstack has verified the patch and marked the issue as fixed. As has Wordfence.
If you’re using any other service for threat detection, please let us know and we will reach out to them, too.
Forum: Plugins
In reply to: [YARPP - Yet Another Related Posts Plugin] Vulnerability patch?Hello everyone,
We have been tracking progress of this bug over at this thread – https://wordpress.org/support/topic/update-713/
UPDATE: New version with patch is live! Please update to version 5.30.11 or newer.
We have notified Patchstack (reporter of bug). They should mark this as resolved soon, which then should make its way to Wordfence and others.
In case you were not following along the other thread, there was zero risk as the “bug” was in a section of code that hasn’t been referenced or called for many years (dead code).
Thank you so much for your patience through this. Please update ASAP.
New version with patch is live! Please update to version 5.30.11 or newer.
Hope you will consider posting an update to your review.
Forum: Plugins
In reply to: [YARPP - Yet Another Related Posts Plugin] UpdateNew version with patch is live! Please update to version 5.30.11 or newer.
We have notified Patchstack (reporter of bug). They should mark this as resolved soon, which then should make its way to Wordfence and others.
Thank you so much for your patience through this. Please update ASAP.
Forum: Plugins
In reply to: [YARPP - Yet Another Related Posts Plugin] UpdatePatch coming later today.