From 3808d01274265fbd8155cd374ce05de953ce2eac Mon Sep 17 00:00:00 2001 From: Jon Goldberg <jon@megaphonetech.com> Date: Thu, 9 Jan 2020 18:08:24 -0500 Subject: [PATCH] contribution pre/post hooks --- docs/hooks/hook_civicrm_post.md | 1 + docs/hooks/hook_civicrm_pre.md | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/hooks/hook_civicrm_post.md b/docs/hooks/hook_civicrm_post.md index 5539e612..bcc011d9 100644 --- a/docs/hooks/hook_civicrm_post.md +++ b/docs/hooks/hook_civicrm_post.md @@ -44,6 +44,7 @@ hook_civicrm_post($op, $objectName, $objectId, &$objectRef) - 'CaseType' - 'Contribution' - 'ContributionRecur' + - 'ContributionSoft' (from 5.23.0) - 'CustomField' - 'CustomGroup' - 'CRM_Mailing_DAO_Spool' diff --git a/docs/hooks/hook_civicrm_pre.md b/docs/hooks/hook_civicrm_pre.md index 02de5901..ca8ef1a5 100644 --- a/docs/hooks/hook_civicrm_pre.md +++ b/docs/hooks/hook_civicrm_pre.md @@ -46,6 +46,7 @@ changing between the old and new data. - 'Contribution' - 'ContributionPage' - 'ContributionRecur' + - 'ContributionSoft' (from 5.23.0) - 'CustomGroup' - 'CustomField' - 'Dashboard' -- GitLab