Generic filters
Mises à jour automatiques Oui
Version 3.7.4
Mis à jour le
Virus Total Voir le rapport

Paid Memberships Pro est un plugin WordPress puissant pour gérer des abonnements payants. Il offre des fonctionnalités complètes pour créer, gérer et suivre des adhésions, avec des options de paiement flexibles et une intégration facile. Idéal pour les sites de contenu premium, les clubs et les communautés en ligne.

Comment télécharger Paid Memberships Pro Paid Memberships Pro

Accès illimité

Abonnez-vous pour seulement 10,90 €

Ou

Obtenir ce produit seulement avec mises à jour illimitées

Langues déjà incluses : EN, AD, ES, CZ, DK, DE, al, GR, GB, ZA, AR, CL, ES, MX, PE, UY, EE, IR, FR, IL, IT, NO, NL, BR, PT, SK, RS, SE, TR, HK

Nous ne sommes pas affiliés avec Paid Memberships Pro Paid Memberships Pro ni avec ses développeurs ou propriétaires. Veuillez lire l'avis complet en pied-de-page.

COMMENT ÇA MARCHE

Mises à jour automatiques avec le plugin Club WPress

Regardez comment installer et mettre à jour vos plugins et thèmes WordPress en UN CLIC directement depuis votre tableau de bord.

ClubWordPress Updater Plugin

Fonctionnalités principales de Paid Memberships Pro Paid Memberships Pro

  • Gestion des adhésions : Créez et gérez plusieurs niveaux d’adhésion avec des tarifs et des durées variés.
  • Contenu restreint : Limitez l’accès à des pages, articles, catégories et autres contenus en fonction des niveaux d’adhésion.
  • Passerelles de paiement : Intégration avec diverses passerelles de paiement comme PayPal, Stripe, Authorize.net et plus.
  • Rapports et analyses : Suivez les inscriptions, les revenus et les autres statistiques importantes via des rapports détaillés.
  • Notifications par e-mail : Envoyez des e-mails automatiques pour les inscriptions, les renouvellements, les expirations et d’autres événements.
  • Codes de réduction : Créez et gérez des codes de réduction pour offrir des remises sur les adhésions.
  • Gestion des membres : Consultez et gérez les informations des membres, y compris les niveaux d’adhésion et les paiements.
  • Extensions et intégrations : Compatible avec de nombreux plugins et extensions pour ajouter des fonctionnalités supplémentaires.
  • Personnalisation : Personnalisez les pages de connexion, d’inscription et de profil des membres.
  • Support multilingue : Compatible avec les plugins de traduction pour offrir des adhésions dans plusieurs langues.

Quoi de neuf (Journal des modifications - Changelog) dans Paid Memberships Pro Paid Memberships Pro version 3.7.4

  • = 3.7.4 2026-05-28 =
  • BUG FIX/ENHANCEMENT: Skip the `pmpro_visit` cookie when `WP_CACHE` is active so page caches like Surge, Cloudflare, Varnish, and WP Super Cache aren’t bypassed on anonymous front-end requests. Added a new `pmpro_set_visit_cookie` filter to override the default behavior. #3690 (@flintfromthebasement)
  • BUG FIX: Fixed Stripe recurring orders silently saving `tax = 0` after the Stripe API version bump by deriving tax from `invoice->total_excluding_tax` instead of the deprecated `invoice->tax`. #3685 (@dwanjuki)
  • BUG FIX: Fixed Site Health reporting a false-positive Action Scheduler library conflict on Windows hosts by normalizing the library path before the conflict check. #3687 (@dparker1005)
  • BUG FIX: Fixed button icons no longer being inline in the WordPress 7.0 admin and the « Show » label floating to the right of the levels dropdown on the Members List screen. #3689 (@RachelRVasquez)
  • = 3.7.3 2026-05-14 =
  • SECURITY: Added a nonce check to the Update Billing Information page to prevent CSRF, and tightened the gate so enforcement only skips on sites explicitly opted into a pre-3.7.3 custom billing template. The billing template version has been bumped to 3.7.3. #3671 (@dparker1005)
  • SECURITY: Tightened the checkout page nonce enforcement gate so it only skips on sites explicitly opted into a pre-3.0 custom checkout template, closing a gap where sites with a pre-3.0 custom `checkout.php` in their theme could bypass nonce checks without opting in. #3674 (@dparker1005)
  • ENHANCEMENT: Added new action hooks to the subscriptions panel of the Edit Member screen and the single subscription view. #3666 (@kimcoleman)
  • ENHANCEMENT: Added nonce checks to read-only admin AJAX handlers (`pmpro_orders_print_view`, `pmpro_get_order_json`, `login_report_csv`, `sales_report_csv`, `membership_stats_csv`) for consistency with other admin AJAX endpoints. #3673 (@dparker1005)
  • ENHANCEMENT: Added the new `pmpro_use_advisory_locks` filter as a system-wide escape hatch to disable MySQL advisory locking on hosts where persistent MySQL sessions or other environment quirks cause stuck locks. #3649 (@dparker1005)
  • ENHANCEMENT: Replaced the vague « Stripe dashboard settings » wording with a direct link to the Stripe Radar rules page in the billing address field description. #3677 (@dparker1005)
  • BUG FIX: Prevented concurrent Stripe webhook deliveries from racing on the same order by introducing a MySQL advisory lock around webhook processing. This fixes cases where « at least once » Stripe delivery from multiple infrastructure nodes could create duplicate membership rows or cancel a freshly-created subscription. #3649 (@dparker1005)
  • BUG FIX: Fixed the Old Members CSV export to exclude users who currently have any active membership, matching the logic already used by the expired and cancelled filters. #3680 (@dwanjuki)
  • BUG FIX: Fixed a PHP warning and a missing payment transaction ID when Stripe checkout sessions complete asynchronously (e.g. Bank Transfer), where the PaymentIntent has no `latest_charge` at completion time. #3655 (@dwanjuki)
  • BUG FIX: Honored the configured currency decimals in `pmpro_get_price_info()`’s `amount_string` so zero-decimal currencies (JPY, KRW, VND, UAH, ALL) no longer produce strings like « 25.00 » that PayPal billing rejects. Also fixed `pmpro_get_currency()` so it actually honors the `$currency` parameter it advertises. #3676 (@dparker1005)
  • BUG FIX: Allowed updating billing for subscriptions without a successful order on file, so manually-linked subscriptions in the admin no longer redirect users away from the billing page. #3667 (@dparker1005)
  • BUG FIX: Fixed the Restricted Files protection self-test reporting « Unable to determine » on sites with no member uploads, by writing a non-dotfile marker (`pmpro-protection-test.txt`) alongside the existing `.htaccess`. #3675 (@dalemugford)
  • = 3.7.2 2026-05-01 =
  • SECURITY: Tightened ownership check in the `/pmpro/v1/order` REST permission callback to bail early for anonymous requests, require a non-empty order ID, and use a strict integer comparison. #3643 (@flintfromthebasement)
  • SECURITY: Scoped the `/pmpro/v1/quick_search` users meta lookups to custom profile fields by skipping internal WP/plugin meta keys. Added the `pmpro_rest_api_quick_search_meta_key_blocklist` filter so sites can extend the blocklist. #3644 (@flintfromthebasement)
  • SECURITY: Fixed a non-functional capability guard in `PMPro_Field_Group::save_fields()` where a literal string comparison made the `current_user_can( ‘edit_user’ )` check unreachable. #3645 (@flintfromthebasement)
  • ENHANCEMENT: Reworked the Email Settings and Security Settings admin pages to detect the active email sending method and security provider, surface that information in Site Health, recognize PMPro Max as a provider, and remove the legacy built-in SendWP integration. #3656 (@kimcoleman)
  • ENHANCEMENT: Renamed the Builder and Plus Add Ons to Max throughout the admin and labeled all paid Add Ons under the new Premium license tier. #3650 (@dparker1005)
  • ENHANCEMENT: Added the new PayPal Gateway Add On to the Payment Gateway settings page, surfacing it as « Enabled (via Add On) » when active as a secondary gateway. #3657 (@dparker1005)
  • ENHANCEMENT: Added new filters for avatar upload location and render location to support multisite installations. #3648 (@kimcoleman)
  • ENHANCEMENT: Updated the Design Settings page link to a direct URL so tracking parameters work without a redirect. #3625 (@kimwhite)
  • ENHANCEMENT: Added/updated Add On icons including a new MailerLite icon for an upcoming Add On. #3627, #3652 (@kimcoleman)
  • BUG FIX/ENHANCEMENT: Fixed three bugs that caused member CSV export downloads to return 403/404: deferred export record cleanup until after the file is served, extended download token TTL to 7 days and hardened the URL builder when no token is available, and prevented zero-record exports from creating a ghost « complete » state. Introduced the `pmpro_restricted_file_served` action and buffered handler output to avoid corrupting the response. #3637 (@dalemugford)
  • BUG FIX: Fixed a deprecated `pmpro_changeMembershipLevel()` call when deleting a WP user. #3660 (@kimwhite)
  • BUG FIX: Fixed deprecation notices in `pmpro_cleanPhone()` when the phone value is `null`. #3654 (@dwanjuki)
  • BUG FIX: Fixed the All Levels member export producing duplicate rows and omitting members with higher user IDs in large exports. #3632 (@flintfromthebasement)
  • BUG FIX: Fixed the `checkbox_grouped` field input not receiving the correct CSS selectors. #3646 (@kimcoleman)
  • BUG FIX: Skipped content visibility controls for unsupported blocks in widget editors to prevent JS errors. #3653 (@dwanjuki)
  • = 3.7.1 2026-03-25 =
  • BUG FIX: Fixed some admin pages not saving due to POST redirect in list table referer cleanup. #3624 (@kimcoleman)
  • BUG FIX: Fixed PHP 8.1 deprecation warnings in restricted files functions on Windows servers with misconfigured upload directories. #3623 (@flintfromthebasement)
  • DEPRECATED: Deprecated the PayPal Express gateway. PayPal is retiring the NVP/SOAP API that PayPal Express relies on. A new PayPal integration is coming soon. #3622 (@dparker1005)
  • DEPRECATED: Renamed the Website Payments Pro gateway slug from `paypal` to `paypalwpp` to free the `paypal` slug for the upcoming PayPal REST API Add On. #3622 (@dparker1005)
  • = 3.7 2026-03-23 =
  • FEATURE: Added native profile picture (avatar) support, allowing members to upload custom avatars managed entirely within PMPro instead of relying on Gravatar. #3597 (@ideadude)
  • FEATURE: Added a Quick Search feature for navigating Memberships admin pages. #3563 (@dparker1005)
  • FEATURE: Added Liquid-style template rendering for email bodies with support for variables, filters, and conditionals. #3584 (@dparker1005)
  • FEATURE: Added email logging for all emails sent by PMPro. The new `pmpro_should_log_email` filter can be used to enable email logging for non-PMPro emails as well. #3573, #3581 (@dparker1005)
  • ENHANCEMENT: Added sidebar filter panels for the orders and subscriptions admin pages with support for level, status, date range, discount code, gateway, and total filters. #3602 (@dparker1005)
  • ENHANCEMENT: Added To, CC, and BCC settings to the Email Templates editor. #3588 (@kimcoleman)
  • ENHANCEMENT: Members and orders CSV exports now use Action Scheduler for improved reliability on large datasets. #3543 (@dalemugford)
  • ENHANCEMENT: Added optional Action Scheduler support for deferrable webhook events. #3589 (@dparker1005)
  • ENHANCEMENT: Added Site Health critical issue notification when plugins are using incorrect folder names. #3553 (@andrewlimaza)
  • ENHANCEMENT: Added a restricted directory check to detect and report issues with the protected files directory. #3557 (@dalemugford)
...
>
Autres versionsDateTélécharger
Télécharger Paid Memberships Pro Paid Memberships Pro 3.7.35292620 Nous rejoindre
Télécharger Paid Memberships Pro Paid Memberships Pro 3.7.202/03/1970 Nous rejoindre
Télécharger Paid Memberships Pro Paid Memberships Pro 3.7.129/05/2026 Nous rejoindre
Télécharger Paid Memberships Pro Paid Memberships Pro 3.707/02/1970 Nous rejoindre
Télécharger Paid Memberships Pro Paid Memberships Pro 3.6.602/07/1970 Nous rejoindre
Télécharger Paid Memberships Pro Paid Memberships Pro 3.6.506/02/1970 Nous rejoindre
Télécharger Paid Memberships Pro Paid Memberships Pro 3.6.403/05/2026 Nous rejoindre
Télécharger Paid Memberships Pro Paid Memberships Pro 3.6.303/05/2026 Nous rejoindre
Télécharger Paid Memberships Pro Paid Memberships Pro 3.6.201/09/2026 Nous rejoindre
Télécharger Paid Memberships Pro Paid Memberships Pro 3.6.101/09/2026 Nous rejoindre
Télécharger Paid Memberships Pro Paid Memberships Pro 3.601/09/2026 Nous rejoindre
Télécharger Paid Memberships Pro Paid Memberships Pro 3.5.601/09/2026 Nous rejoindre
Télécharger Paid Memberships Pro Paid Memberships Pro 3.5.501/09/2026 Nous rejoindre
Télécharger Paid Memberships Pro Paid Memberships Pro 3.5.304/05/1970 Nous rejoindre
Télécharger Paid Memberships Pro Paid Memberships Pro 3.5.209/11/2025 Nous rejoindre
Télécharger Paid Memberships Pro Paid Memberships Pro 3.5.109/11/2025 Nous rejoindre
Télécharger Paid Memberships Pro Paid Memberships Pro 3.5.009/11/2025 Nous rejoindre
Télécharger Paid Memberships Pro Paid Memberships Pro 3.4.707/11/2025 Nous rejoindre
Télécharger Paid Memberships Pro Paid Memberships Pro 3.4.603/12/1970 Nous rejoindre
Télécharger Paid Memberships Pro Paid Memberships Pro 3.4.407/08/2025 Nous rejoindre

Rejoignez le Club maintenant !

Accédez à 19324 produits pour seulement €10,90 par mois.

NOUS REJOINDRE

Avis