ProfilePress Update 4.15.6 – Improvements and Bug Fixes

We are excited to announce the release of ProfilePress 4.15.6, which adds a new content protection filter and some bug fixes to enhance your ProfilePress experience.

Added

Content Protection Filter: We’ve added ppress_content_protection_is_protection_disabled filter. This filter is helpful if you want to exclude the archive pages or some other part of your site from the content protection rule. To exclude the archive pages, you can use it like this:

add_filter('ppress_content_protection_is_protection_disabled', function ($val) {
    if (is_archive()) return true;

    return $val;
});

Bug Fixes 

  • Bug with Stripe payment method: We have fixed a bug in which Stripe sometimes fails to make a payment method the default.
  • XSS Vulnerability on Checkbox Field Label: We’ve patched a potential security risk by fixing a Cross-Site Scripting (XSS) vulnerability on the registration checkbox field label.

You can view the complete changelog here: https://profilepress.com/changelog/

Be sure to update to the latest version to take advantage of these new features and bug fixes. You can update your ProfilePress plugin from your website Dashboard by navigating to Dashboard>>Updates. You can also download the latest version from your ProfilePress account dashboard.

We are committed to improving our platform’s functionality and providing our users with the best possible experience.

If you have any feedback or suggestions, please contact our support team; we’ll gladly assist you. Thank you for using ProfilePress, and we hope you enjoy the new features.

Create Paid Membership Websites in Minutes

Install ProfilePress today and get a modern and powerful WordPress membership & ecommerce website – the easy way!