Skip to content

Commit

Permalink
feature: enable gift aid in supported addons
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Waldstein committed Feb 8, 2024
1 parent 8a2feef commit ed7b7a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/DonationForms/V2/DonationFormsAdminPage.php
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,7 @@ public static function getUrl(): string
/**
* Get an array of supported addons
*
* @unreleased Added support for Gift Aid
* @since 3.3.0 Add support to the Funds and Designations addon
* @since 3.0.0
* @return array
Expand All @@ -337,7 +338,7 @@ public function getSupportedAddons(): array
// 'Manual Donations' => class_exists('Give_Manual_Donations'),
'Funds' => defined('GIVE_FUNDS_ADDON_NAME'),
// 'Peer-to-Peer' => defined('GIVE_P2P_NAME'),
// 'Gift Aid' => class_exists('Give_Gift_Aid'),
'Gift Aid' => class_exists('Give_Gift_Aid'),
// 'MailChimp' => class_exists('Give_MailChimp'),
// 'Text-to-Give' => defined('GIVE_TEXT_TO_GIVE_ADDON_NAME'),
// 'Donation Block for Stripe' => defined('DONATION_BLOCK_FILE'),
Expand Down

0 comments on commit ed7b7a4

Please sign in to comment.