PluginProbe
SureDonation – Donation Forms, Fundraising Campaigns & Donor Management / 1.6.1
SureDonation – Donation Forms, Fundraising Campaigns & Donor Management v1.6.1
1.6.1 1.6.0 1.5.1 1.5.0 1.4.0 1.3.0 trunk 0.0.1 1.0.0 1.1.0 1.1.1 1.1.2 1.2.0
← All changes | inc/blocks/register.php +3 -0 1.5.1 → 1.6.1 View file →
@@ -703,8 +703,10 @@
703 703 'input' => $base . 'input.svg',
704 704 'email' => $base . 'email.svg',
705 705 'number' => $base . 'number.svg',
706 706 'checkbox' => $base . 'checkbox.svg',
707 + // A multi-line message field — the textarea art, not the text input's.
708 + 'donor_comment' => $base . 'donor-comment.svg',
707 709 // Anonymous-donation and cover-fees both render a single checkbox.
708 710 'anonymous_donation' => $base . 'checkbox.svg',
709 711 'cover_fees' => $base . 'checkbox.svg',
710 712 'dropdown' => $base . 'dropdown.svg',
@@ -723,8 +725,9 @@
723 725 'campaign_goal' => $base . 'campaign-goal.svg',
724 726 'campaign_stats' => $base . 'campaign-stats.svg',
725 727 'campaign_donations' => $base . 'campaign-donations.svg',
726 728 'campaign_donors' => $base . 'campaign-donors.svg',
729 + 'campaign_donor_comments' => $base . 'campaign-donor-comments.svg',
727 730 'campaign_social_sharing' => $base . 'campaign-social-sharing.svg',
728 731 'campaign_donate_button' => $base . 'button.svg',
729 732 // Fallback for any block without its own image.
730 733 'placeholder' => $base . 'placeholder.svg',