這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Profiler Integration for Gravity Forms

描述

A WordPress plugin to integrate your Gravity Forms with Profiler CRM. You can send Donations, Interactions, Mailing List Subscriptions, and more directly to Profiler from your Gravity Form. You can also use Profiler as a Payment Gateway!

安裝

  1. Install and activate the plugin
  2. Configure the plugin, and Profiler, based on these instructions: https://support.profiler.net.au/kb/linking-a-payment-donation-gravity-form-to-profiler-using-the-plugin/

評價

2022年2月28日
This plugin has made our donation management super simple. If you use Profiler, this will help in all the right ways.
閱讀全部1個評價

貢獻者及開發者

“Profiler Integration for Gravity Forms” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

修改日誌

2.4.2

  • Add ‘bankdeposit’ payment method
  • Add filter profiler_integration_allow_profiler_gateway, allowing the Gateway option to be disabled on a site
  • WooCommerce: Fix a timing issue to ensure payment info is received before sending transaction data to Profiler

2.4.1

  • Fix a bug with Stripe payments where failed payments may not return an error message
  • Explicitly require the ‘gravityforms_edit_settings’ capability for Profiler feeds

2.4.0

  • Allow using “Form Total” on all product field dropdowns, even if a custom total field is present
  • Donate Feed: Handle payment processing on multi-page forms
  • Donate Feed: Add support for Client Privacy field
  • Fix some PHP warnings when loading config on the frontend
  • WooCommerce – we now have very basic WooCommerce integration, allowing all transactions in a store to be sent to Profiler as one payment on one source code

2.3.0

  • BREAKING CHANGE: If you use the post-donate feed, you must update your token generation code to use crypt() instead of password_hash()
  • PHP 8 Compatibility
  • No longer sends data to Profiler if GF’s Payment_Status field is ‘Failed’
  • Catch empty data returned from process_feed_custom
  • Adjust permissions needed to edit feed
  • Stripe: Fix customer meta fields, and add charge description override

2.2.0

Always make a backup before updating, and test your website thoroughly after any update.

  • NEW: Add Conditional Logic to all Feeds, for optional feed processing based on user-defined criteria
  • NEW: Mailing List Basic: Add the Phone Number field
  • NEW: Allow editing feed settings with capability ‘gravityforms_edit_settings’
  • FIX: profiler_sourcecode & profiler_integrationid meta field storage

2.1.0

  • CAUTION: This is a major update. Please take a backup before upgrading, and test your forms thoroughly after performing the update.
  • New Feature: Import Profiler Subscribers as WordPress Users
  • New Feature: Import Organisation to a CPT, in order to create a Directory of organisations
  • New Feature: Membership Sign-ups & Renewals
  • New Feature: Update Details for existing Profiler Clients
  • New Feature: Send Custom Fields to Profiler UDFs in many types of data feeds
  • New Feature: Stripe Customer & Card compatibility
  • Various bug fixes and minor changes

2.0.0

  • CAUTION: This is a major update. Please take a backup before upgrading, and test your forms thoroughly after performing the update. If you want to wait until after your EOFY to apply this update, we won’t mind. You must be running Profiler 9 to use this new version.
  • Support for the new Profiler 9 API endpoints
  • Refactor the feeds so they are easier to test & maintain
  • Add support for PayPal Standard Addon in Gravity Forms
  • Add List feeds
  • Check the XML module is installed in PHP, and warn if it is missing
  • When using Profiler as a gateway, send the CCV field

1.4.0

  • CAUTION: We now require Gravity Forms v2.3.0 (or newer)
  • Post-Donate: Restrict the allowed comment characters to ASCII-only.
  • Add ‘Receipt Name’ UDF.
  • Always send a masked credit-card number to Profiler (and tidy up the logic for masking card numbers).
  • Trim all field data before sending it to the Profiler APIs.
  • Post-Donate: Redact some extra fields from logging.
  • Don’t attempt to process payments on the Profiler Payment API if it’s a ‘Bank Debit’ transaction.

1.3.0

  • CAUTION: We do not yet support Gravity Forms v2.3.0
  • Add a new ‘Interaction’ feed, allowing you to create an Interaction in Profiler directly from a Gravity Form
  • Add support for Mailing List subscriptions based off checkbox field selection
  • Add new “Post-Donate” feed (to allow sending comments and mailing lists after the gift has been sent to Profiler)
  • Allow selecting a Pledge Source Code from a form field
  • Store the Holding ID, Gift Type and Source Code as Meta Fields in the GF Entry
  • Allow pulling various codes from the $form object (so you can insert it using your own logic, without the need for sessions)