• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

Restrict Content Pro WordPress Plugin

Restrict Content Pro WordPress Plugin v3.5.40 + Addons

No permission to download
Download Restrict Content Pro v3.2 WordPress Plugin + All Addons Nulled Free
Version 3.2, September 10, 2019

  • Important: Stripe Checkout gateway has been removed. If you’re using it, you will automatically be changed over to our normal Stripe gateway, which uses Stripe Elements. The [register_form_stripe] shortcode still functions, but it may look different.
  • New: Updated the Stripe gateway to use Payment Intents API. This complies with SCA regulations.
  • New: Stripe card declined notices now appear inline and no longer require a page refresh.
  • New: Added %update_billing_card_url% template tag, which serves as a direct link to the “update billing card” page for the membership associated with the user’s most recent payment. Recommended for use in the Renewal Payment Failed email.
  • Tweak: Changes to registration form JavaScript. Initial membership processing is now handled via ajax. Testing is recommended if you have custom code that interacts with the registration JavaScript.
  • Tweak: The first payment in a Stripe subscription is now always a one-time charge. The subscription is created with a delayed start date (until the next billing cycle).
  • Tweak: Stripe gateway no longer uses Stripe Coupon codes. Instead, new plans are created for each duration/amount combination.
  • Tweak: Stripe gateway no longer handles signup fees via customer account balance. They are incorporated into an initial one-time charge that handles the first payment.
  • Tweak: The rcp_stripe_charge_create_args filter is now deprecated and replaced with rcp_stripe_create_payment_intent_args. This is due to replacing the Charges API with the Payment Intents API. Some arguments may now differ.
  • Tweak: Stripe error messages are now able to be translated.
  • Fix: Stripe gateway doesn’t use the “recurring_price” that’s passed into the gateway class.
  • Fix: Stripe incorrectly applying one-time discounts after a free trial.
Download Restrict Content Pro v3.1.2 WordPress Plugin + All Addons Nulled Free
Version 3.1.2, August 22, 2019

  • New: An admin notice will be displayed if you have the Stripe Checkout gateway enabled, explaining that the gateway will be removed in RCP version 3.2 due to SCA regulations. Read more here: https://docs.restrictcontentpro.com/article/1552-stripe-checkout
  • New: Added a date_completed column to the wp_rcp_queue table.
  • New: Unauthorized users are now redirected away from category archive pages if the category is restricted. (Requires that Hide Restricted Posts be checked on.)
  • New: Allow filtering by both level and status on Restrict > Memberships page. Note: you must choose a status filter first, then you can change the membership level.
  • New: Add support for a redirect query arg when generating a resend_verification link.
  • New: Add "Status" dropdown to the "add payment" form on the admin Membership Details page.
  • Tweak: Moved rcp_reminder_sent* user meta to membership meta.
  • Tweak: Adjust Redirect Default Login URL setting description to convey that the [login_form] shortcode is required on the page and not optional.
  • Fix: Free trial incorrectly granted again under certain circumstances.
  • Fix: If a customer signs up for a one-time payment membership and does not complete payment, they are unable to try again. (Usually only seen with the PayPal payment gateway.)
  • Fix: CSV import not setting correct password for new users.
  • Fix: CSV import missing old rcp_user_import_user_added action hook.
  • Fix: Incorrect ajax parameter used for error message when uploading a CSV import file fails.
  • Fix: Don't show an error message on [rcp_update_card] shortcode if the current user does not have a membership at all.
  • Fix: Ensure that free membership status is always converted to active (backwards compatibility with pre-3.0).
Download Restrict Content Pro v3.1.1 WordPress Plugin Nulled Free
Version 3.1.1, July 31, 2019 - Thanks To @Physkx

  • New: Add message to [rcp_update_card] shortcode when a user is unable to update their card details.
  • New: Add action rcp_edit_customer_after_memberships_section to Customer Details page, allowing third party plugins to add a whole new customer section.
  • New: On Customer Details page, display whether or not the customer has trialled before.
  • Tweak: Add a space between the Norwegian Krone currency symbol and the price (previous: 10kr new: 10 kr).
  • Tweak: Removed the 2-day grace period on the expiration cron job. Use this custom code if you want to add it back in: https://github.com/restrictcontentpro/library/blob/master/rcp-add-expiration-grace-period.php
  • Tweak: Include RCP payment ID in Stripe one-time charge metadata.
  • Fix: Generate a new subscription key on renewals if existing one is blank. This fixes a problem with renewals not activating via PayPal if the existing membership didn't have a subscription key (which might be the case if the membership was imported).
  • Fix: EDD Downloads not showing excerpts to users without access if excerpts are globally enabled.
  • Fix: Under certain circumstances, deactivated membership levels can be renewed when they shouldn't be able to. If you want to allow deactivated levels to be renewed, use the rcp_can_renew_deactivated_membership_levels filter. Example: https://github.com/restrictcontentpro/library/blob/master/rcp-renew-deactivated-levels.php
  • Fix: Expiration emails being sent when creating a new membership with the "expired" status.
  • Fix: reCAPTCHA errors when using [register_form_stripe].
  • Fix: Registration not working in Internet Explorer due to JavaScript assign() error.
  • Fix: Stop using date_i18n() in database datetime validation.
  • Fix: Pending payment ID can be incorrect if someone attempts a payment multiple times for the same membership.
  • Fix: 3.0 migration - check for and show clear error if the user being migrated doesn't exist (due to orphaned user meta).
Download Restrict Content Pro v3.1 WordPress Plugin + All Addons Nulled Free
Version 3.1, July 17, 2019 - thanks to @Physkx

  • Modified template files: card-update-form.php, paypal-express-confirm.php, register-single.php, register.php, subscription.php.
  • New: Add support for multiple active memberships per customer.
  • New (WARNING): Authorize.net has been removed from core and moved to a separate add-on. The new add-on can be installed here: https://wordpress.org/plugins/rcp-authorize-net/
  • New: One-time discounts can now be configured on a per-discount basis rather than globally.
  • New: Stripe gateway has been updated to use Stripe Elements.
  • New: CSV user import tool now available in Restrict > Tools > Import.
  • New: Added WP-CLI integration.
  • New: Expiration and renewal notices can now be limited to certain membership levels only.
  • New: Added support for bulk adding memberships to existing users from the Users table.
  • New: Added "payment received" email template for admins.
  • New: Use WP_List_Table for all admin table pages.
  • New: Add default email template content on new installs.
  • New: Log all payment events in the customer notes.
  • New: Send customer name in Stripe API request.
  • New: Add payment meta and membership level meta functions.
  • New: Signup fees are no longer applied when manually renewing an existing membership.
  • New: Stripe gateway tested with API version 2019-05-16.
  • Tweak: Stop unchecking "auto renew" when a membership expires.
  • Tweak: All translation files have been updated from plugin source code.
  • Tweak: Updated plugin author name and URL.
  • Fix: RCP datepicker styles affecting other plugin datepickers.
  • Fix: Reduce the three RCP membership columns on the Users table to one single "Membership" column. This reduces database queries and improves loading time on this page.
  • Fix: Payments are now only recorded via webhooks/IPNs if we can match the payment to a very specific RCP membership. This resolves issues if the same PayPal account is used for multiple different products and one customer is involved in both products.
Download Restrict Content Pro v3.0.10 WordPress Plugin + All Addons Nulled Free
Version 3.0.10, June 20, 2019

  • Modified template files: change-password.php, invoice.php.
  • Fix: Pending memberships no longer expire when passing their expiration date; they just remain pending.
  • Fix: Discount codes not being forced to all lowercase when being edited.
  • Fix: Trial memberships not being considered "paid" when restricting content.
  • Fix: $membership parameter missing from expired email filters.
  • Fix: Stop using Stripe idempotency keys on discount code API requests.
  • Fix: Imported memberships being incorrectly disabled after a renewal payment failure.
  • Fix: Incorrect calculation in RCP_Registration::get_total() when combining both fees and credits.
  • Fix: Admin notices not displaying after using bulk action in membership/customers table.
  • Fix: Invoices not supporting RTL.
  • Fix: Proration credit incorrectly given when upgrading / downgrading while still in the middle of a free trial.
  • Fix: Hide "New Password" fields on password reset page when the reset link is invalid.
  • Fix: Memberships table "Cancel" action fails due to invalid nonce.
  • Fix: Stripe error when recreating customers that had previously been deleted earlier that day.
  • Fix: When a discount code is used that has been restricted to certain membership levels, the membership levels restriction becomes invalidated.
Download Restrict Content Pro v3.0.9 WordPress Plugin + All Addons Nulled Free
Version 3.0.9, May 20, 2019

  • Security Fix: Harden permission checks when performing membership actions.
  • Fix: Auto renew checkbox incorrectly appearing for lifetime memberships.
  • Fix: Display bug on email search dropdown when manually adding memberships/customers.
  • Fix: User role granted while membership is still pending.
Download Restrict Content Pro v3.0.8 WordPress Plugin + All Addons Nulled Free
Version 3.0.8, May 9, 2019

  • New: Add clear membership notes explaining where a cancellation originated from (customer action vs admin action vs webhook).
  • New: Add get_user_id() method to RCP_Emails class.
  • New: Add $membership parameter to "rcp_subscription_details_action_links" action.
  • Tweak: Adjust logic in cron job that expires memberships, which will now allow the 2-day grace period to be removed with custom code.
  • Fix: rcp_get_term_restrictions() - Can return an array with "access_level" => "None", which breaks restriction functionality.
  • Fix: Registration form not able to be submitted after completing CAPTCHA.
Download Restrict Content Pro v3.0.7 Nulled Free
Version 3.0.7, May 7, 2019

  • Fix: Membership level not loading correctly in registration form when using the id attribute.
  • Fix: 3.0 migration - force old expiration date to all lowercase to prevent errors with unexpected capitalization on "none" value.
Download Restrict Content Pro v3.0.6 WordPress Plugin + All Addons Nulled Free
Version 3.0.6, May 6, 2019

  • New: Add option to disable loading Stripe Javascript when not needed.
  • New: Add helper functions for checking WooCommerce purchase/viewing permissions.
  • New: Introduce new function: rcp_has_term_restrictions(). This should also improve loading time as it reduces the usage of the more intensive function rcp_get_post_ids_assigned_to_restricted_terms().
  • Tweak: Reintroduce rcp_user_has_access() helper function for checking access level.
  • Tweak: Force debug logging off during 3.0 migration. This makes it go much faster.
  • Tweak: Rename stripe.js handle to avoid JS conflicts. It's now called "rcp-stripe-js-v2".
  • Tweak: Remove the current membership level from RCP_Membership->get_upgrade_paths(). This creates better separation between can_renew() and upgrade_possible(). This adjustment also fixed the following issues:
    1. If upgrades are disabled, non-recurring memberships can't be renewed early.
    2. Don't show "upgrade or change membership" link when there's only one membership level on the site.
    3. Improve registration form UI when you're signed up to a free membership level and it's the only level available on the site.
  • Fix: Registration errors when the total amount due today is $0 due to one-time 100% off discounts, negative signup fees, or prorated credits. Note: this required massive changes to our register.js file so if you use any of our JavaScript functions/triggers we recommend testing on a staging site before upgrading your live site.
  • Fix: PayPal Standard - incorrectly triggering "rcp_webhook_recurring_payment_processed" hook on initial payment.
  • Fix: When an admin changes a membership's level, the user role is lost if the role is the same for both the old level and the new one.
  • Fix: Customer / membership search not working on emails with + symbols.
  • Fix: Don't show update billing card form for PayPal Standard / Express signups. Cards cannot actually be updated via RCP for those gateways; they need to be updated inside PayPal directly.
  • Fix: If someone signs up for a lifetime membership via PayPal, doesn't complete payment, they're unable to try again.
  • Fix: If a membership is in the trial period, then gets cancelled, the customer cannot renew the membership again until it expires.
  • Like
Reactions: UglyKidJoe
Download Restrict Content Pro v3.0.5 WordPress Plugin Nulled Free
Version 3.0.5, April 16, 2019

  • Modified template files: paypal-express-confirm.php
  • New: Allow "Payment Method" to be modified on Edit membership screen.
  • New: Add Idempotency Keys to Stripe POST Requests.
  • New: Introduce new customer / membership helper functions.
  • New: Add email auto search when adding a new membership / customer.
  • New: Add "rcp_add_membership_after" hook to Add Membership page.
  • Tweak: Reorder and rename email templates to provide better clarity.
  • Tweak: Update membership "recurring_amount" value on automatic renewals.
  • Fix: rcp_get_customer_gateway_id() not working correctly for Stripe Checkout.
  • Fix: Incorrect payment gateway slug being used for "PayPal Express" payments.
  • Fix: Add additional checks to ensure members get the correct user role when their membership is activated.
  • Fix: rcp_get_membership_by() returning disabled membership records when it shouldn't be.
  • Fix: Expired users cron job query not locating all relevant memberships.
  • Fix: Initial Authorize.net payment being recorded twice.
  • Fix: Incorrect subscription link URL for live Authorize.net subscriptions.
  • Fix: "subtotal" payment column not being set for automatic renewals.
  • Fix: Check if membership ID is set for payments before attempting to complete a registration. This caused problems when inserting payments via the REST API.
  • Fix: JavaScript errors when adding a custom currency without specific name formatting.
  • Fix: Registration not failing gracefully if customer record fails to be created.
  • Fix: Incorrect setting description for "maximum number of simultaneous connections per member".
  • Fix: 3.0 migration - incorrect user query on multisite installation when RCP is not network activated.
  • Fix: 3.0 migration - skip membership import if membership level cannot be retrieved. This would occur if someone had a membership for a level that has since been deleted.
  • Fix: Delete "rcp_pending_payment_id" meta value on registration failure.
  • Fix: Undefined index notices on PayPal IPN when certain events come through.
  • Fix: Credits not displayed on PayPal Express confirmation page.
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock