> Requires: Fundations (free) 2.11.0 or later, Fundations Pro 1.10.3 or later
Fundations Pro extends the free plugin with payment gateways, analytics, CRM integrations, automation, WooCommerce support, member invitations, PDF receipts, and more. Every Pro feature is gated behind a valid Appsero license. Without an active license the plugin installs without error but shows only the license activation page.
Features in this section
| Feature | What it adds |
|---|---|
| Upgrade Guide | How to install, license, and verify Pro |
| Analytics Dashboard | KPIs, charts, donation trends, CSV export |
| Tip Collection | Platform tip tracking, bulk collection, CSV export |
| Invite and Manage Members | Email, WhatsApp, and magic-link invitations for campaigns, events, and teams |
| PDF Donation Receipts | Branded, numbered PDF receipts attached to donation emails |
| CRM Integrations | Sync donors to 7 marketing and CRM platforms |
| Automation Rules | Rule-based triggers, conditions, and delayed actions |
| Field Mapping | Map Fundations fields to external service fields |
| Merge Tags | Dynamic value placeholders for integrations |
| Sync Logging | Audit trail for every integration sync, with retry |
| CSV Export | Export donations and tips to CSV |
| Filter Bar | Live search and filter block for the fundation, event, and organisation archives |
| Organisation Pages | Public organisation archive and single pages, kept in sync from organisation users |
| Form Builder | Custom donation form fields and templates |
| Signature Field | Collect and export digital signatures on donation forms |
| Integration Privacy | GDPR privacy policy content for active integrations |
| WooCommerce Donation Products | Sell products alongside donations via WooCommerce |
| Campaigns | Standalone campaign CPT with leads and signature support |
| Payment Gateways | Mollie, Stripe, and WooCommerce payment methods |
At a glance
| Area | Detail |
|---|---|
| Pro version | 1.10.3 |
| Minimum free version required | 2.11.0 |
| License system | Appsero |
| Payment gateways added | Mollie, Stripe |
| CRM connectors | 7 (Mailchimp, Brevo, ActiveCampaign, HubSpot, WP Fusion, Zapier, Webhook) |
| Automation triggers | 11 |
| Text domain | fundations-pro |
How Pro and free work together
Pro never modifies free plugin files. It extends behavior entirely through WordPress hooks and by registering real implementations of stub classes that the free plugin ships as upsell placeholders. When Pro is active and licensed:
Get_Fund::is_pro()returnstrue- Pro registers its menus at
admin_menupriority 25, replacing the free stubs - All Pro classes are loaded only after
plugins_loadedat priority 20
Deactivating the free plugin while Pro is active causes Pro to deactivate itself automatically.