| @@ -1,6 +1,15 @@ | ||
| 1 | 1 | == Changelog == |
| 2 | 2 | |
| 3 | += 4.17.0: September 23rd, 2026 = | |
| 4 | +* Feature: Added the ability to embed donation forms on any website with a copy-paste snippet from the form builder | |
| 5 | +* Enhancement: Donation form embeds now show a loading state while the form loads | |
| 6 | +* Fix: Fixed PHP 8.4 deprecation notices about implicitly nullable parameters | |
| 7 | +* Fix: Fixed the revenue table index migration adding duplicate indexes when it runs more than once | |
| 8 | +* Fix: Added additional escaping to the legacy donation form's billing address fields. | |
| 9 | +* Security: Donors can no longer add unverified email addresses to their own donor record. | |
| 10 | +* Security: Enhanced security for donations imported from CSV | |
| 11 | + | |
| 3 | 12 | = 4.16.9: September 16th, 2026 = |
| 4 | 13 | * Security: Added additional validation to PayPal Commerce donation processing. |
| 5 | 14 | * Security: Added additional sanitization to donor information displayed on public pages. |
| 6 | 15 | * Fix: Resolved an issue where resuming a paused Stripe subscription triggered a fatal error. |