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/import-export/config-io.php +5 -0 1.6.0 → 1.6.1 View file →
@@ -187,8 +187,13 @@
187 187 'usage_events_pushed',
188 188 'onboarding_completed',
189 189 'onboarding_user_details',
190 190 'onboarding_lead_sent_at',
191 + // Recipient addresses default to this site's admin email, and an
192 + // import writes options directly, bypassing the sanitiser and the
193 + // scheduler; a restored key would arm this site's weekly revenue
194 + // report to another site's addresses.
195 + \SureDonation\Inc\Emails\Email_Reports::OPTION_KEY,
191 196 ];
192 197 }
193 198
194 199 /**