PluginProbe
SureDonation – Donation Forms, Fundraising Campaigns & Donor Management / 1.1.0
SureDonation – Donation Forms, Fundraising Campaigns & Donor Management v1.1.0
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/api/donors-api.php +1 -1 1.5.0 → 1.1.0 View file →
@@ -706,9 +706,9 @@
706 706 return new WP_REST_Response(
707 707 [
708 708 'success' => true,
709 709 'csv' => $csv_content,
710 - 'filename' => 'suredonation-donors-export-' . gmdate( 'Y-m-d' ) . '.csv',
710 + 'filename' => 'donors-export-' . gmdate( 'Y-m-d' ) . '.csv',
711 711 'truncated' => $truncated,
712 712 'total_count' => $total_count,
713 713 'exported' => count( $donors ),
714 714 ],