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 | readme.txt +25 -15 1.1.0 → 1.6.1 View file →
@@ -2,10 +2,10 @@
2 2 Contributors: brainstormforce
3 3 Donate link: https://www.paypal.me/BrainstormForce
4 4 Tags: donation, donation form, fundraising, nonprofit, recurring donations
5 5 Requires at least: 6.4
6 -Tested up to: 7.0
7 -Stable tag: 1.1.0
6 +Tested up to: 7.1.2
7 +Stable tag: 1.6.1
8 8 Requires PHP: 8.0
9 9 License: GPLv2 or later
10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html
11 11
@@ -14,8 +14,10 @@
14 14 == Description ==
15 15
16 16 SureDonation is a WordPress donation plugin and fundraising plugin for nonprofits, charities, schools, religious organizations, creators, and fundraising teams. Use it as a donation form builder to accept online donations through Stripe, PayPal, or offline payments, create fundraising campaigns, manage donors, recover fees, and migrate from GiveWP.
17 17
18 +👉 <a href="https://bsf.io/suredonation-demo" target="_blank" rel="">Try the live demo of SureDonation</a>
19 +
18 20 = Why SureDonation? =
19 21
20 22 * **Native block editor**: Campaigns and donation forms are built with WordPress blocks. No external form builder needed.
21 23 * **Campaign-based fundraising**: Create campaigns with goals, progress tracking, donor lists, stats, and dedicated campaign pages.
@@ -62,9 +64,9 @@
62 64
63 65 * Automatic email notifications for donors and site admins.
64 66 * Customizable email templates with smart tags.
65 67 * Confirmation messages with a clean donation receipt layout.
66 -* Optional PDF receipt support for downloadable donor receipts.
68 +* Optional PDF receipt support — donors can download receipts from the donor dashboard.
67 69
68 70 = Donor Management =
69 71
70 72 * Automatic donor profiles with donation history, totals, and largest gift.
@@ -140,9 +142,9 @@
140 142 Yes. Forms can include an anonymous donation option, and anonymous donors are hidden from public donor lists.
141 143
142 144 = Does SureDonation send receipts? =
143 145
144 -Yes. SureDonation includes automatic email notifications with customizable templates and smart tags. It also supports optional PDF receipts.
146 +Yes. SureDonation includes automatic email notifications with customizable templates and smart tags. It also supports optional PDF receipts that donors can download from the donor dashboard.
145 147
146 148 = Does it support recurring donations? =
147 149
148 150 Recurring and subscription donations for Stripe and PayPal are planned as a SureDonation Pro feature.
@@ -177,21 +179,29 @@
177 179 == External services ==
178 180
179 181 This plugin connects to external services only when the related feature or payment gateway is configured and used.
180 182
181 -- **Stripe**: Used to process card donations, handle payment confirmations, verify webhooks, and manage refunds when Stripe is enabled. Donation and payment details required to complete the transaction may be sent to Stripe. [Terms of Service](https://stripe.com/legal/ssa) and [Privacy Policy](https://stripe.com/privacy)
183 +- **Stripe** -- is used for processing donation payments. [TOS](https://stripe.com/legal/ssa) and [Privacy Policy](https://stripe.com/privacy)
182 184
183 -- **PayPal**: Used to connect a PayPal account, process PayPal donations, verify payment status, handle webhooks, and manage refunds when PayPal is enabled. Donation and payment details required to complete the transaction may be sent to PayPal. [User Agreement](https://www.paypal.com/us/legalhub/useragreement-full) and [Privacy Statement](https://www.paypal.com/us/legalhub/privacy-full)
185 +- **PayPal** -- is used for processing donation payments. [TOS](https://www.paypal.com/us/legalhub/useragreement-full) and [Privacy Policy](https://www.paypal.com/us/legalhub/privacy-full)
184 186
185 -- **GitHub**: Used only when an administrator chooses to install the optional PDF receipt library from SureDonation settings. The library package is downloaded from GitHub's raw content service and verified before installation. [Terms of Service](https://docs.github.com/en/site-policy/github-terms/github-terms-of-service) and [Privacy Statement](https://docs.github.com/en/site-policy/privacy-policies/github-general-privacy-statement)
187 +== Changelog ==
186 188
189 += 1.6.1 - 25th September 2026 =
190 +* New: Added a weekly Email Reports digest that emails a summary of your donation activity.
191 +* Improvement: Minor code improvements and bug fixes.
187 192
188 -== Changelog ==
193 += 1.6.0 - 15th September 2026 =
194 +* New: Added a Donor Comments field so supporters can leave a note with their donation.
195 +* New: Added support for the Polish Złoty (PLN) currency.
189 196
190 -= 1.1.0 - 25th June 2026 =
191 -* New: Added field validation settings, including configurable global validation messages.
192 -* New: Introduced spam protection settings with Honeypot support.
193 -* Improvement: Added a dedicated Save button to Global Settings.
194 -* Improvement: Form styling options now display the global theme color palette.
197 += 1.5.1 - 9th September 2026 =
198 +* New: Added a Charitable migration tool that imports campaigns, donors, and donations.
199 +* New: Added a Checkbox field to the donation form editor.
200 +* Improvement: Improved the payment gateway connection status, including a warning when Stripe cannot accept card payments.
201 +* Improvement: Improved donation form handling on sites using a caching plugin.
202 +* Fix: Donation confirmation emails are now sent only after the payment succeeds.
203 +* Fix: Unapproved PayPal donations are now recorded as abandoned.
204 +* Fix: Forms created from a template now carry their block IDs and payment methods, so field and payment settings save correctly.
205 +* Fix: Improved accuracy when importing donations, so revenue totals are correct and duplicate rows are not created.
195 206
196 -= 1.0.0 - 15th June 2026 =
197 -* New: Initial release with fundraising campaigns, block-based donation forms, Stripe, PayPal, offline payments, donor management, and GiveWP migration.
207 +The full changelog is available [here](https://suredonation.com/whats-new/?utm_source=wordpress.org&utm_medium=whats_new).