| @@ -1,6 +1,51 @@ | ||
| 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 | + | |
| 12 | += 4.16.9: September 16th, 2026 = | |
| 13 | +* Security: Added additional validation to PayPal Commerce donation processing. | |
| 14 | +* Security: Added additional sanitization to donor information displayed on public pages. | |
| 15 | +* Fix: Resolved an issue where resuming a paused Stripe subscription triggered a fatal error. | |
| 16 | + | |
| 17 | += 4.16.8.1: September 10th, 2026 = | |
| 18 | +* Security: Improved validation of the event tickets purchase flow. | |
| 19 | +* Security: Added additional validation to PayPal Commerce completed-order processing. | |
| 20 | +* Security: Added additional validation to donor email lookups. Thanks Jakub Herman for responsibly disclosing this issue. | |
| 21 | + | |
| 22 | += 4.16.8: September 3rd, 2026 = | |
| 23 | +* Fix: Fixed a campaign's default donation form appearing unpublished in the form builder. | |
| 24 | +* Fix: Fixed PHP warnings on the form builder screen when its page is opened without the locale or donation form ID query arguments. | |
| 25 | +* Fix: Resolved a plugin conflict that prevented donor first and last names from being recorded when the Charitable plugin was active alongside GiveWP. | |
| 26 | +* Fix: Resolved an issue where the custom amount minimum and maximum also applied to the donation levels and the set donation amount, so a level below the minimum could not be donated. Forms that leave the minimum empty now fall back to the lowest configured amount, and a minimum or maximum with cents is no longer rounded down. | |
| 27 | +* Security: Removed vulnerable dead code related to legacy donor relinking. (CVE-2026-82676) | |
| 28 | +* Security: Enhanced security on donor account access. (CVE-2026-82675) | |
| 29 | +* Tweak: Replaced the axios HTTP client with WordPress core's apiFetch in the donor dashboard, reports, onboarding wizard, and the log and migration list tables, and removed axios from the plugin's JavaScript dependencies. | |
| 30 | + | |
| 31 | += 4.16.7.2: August 27th, 2026 = | |
| 32 | +* Security: Added additional hardening for serialized data handling in the donation flow. | |
| 33 | + | |
| 34 | += 4.16.7.1: August 24th, 2026 = | |
| 35 | +* Security: Added additional validation to PayPal Donations order requests. | |
| 36 | + | |
| 37 | += 4.16.7: August 20th, 2026 = | |
| 38 | +* Security: Hardened donor-account email access authentication. | |
| 39 | +* Security: Improved validation of the checkout login form. | |
| 40 | +* Fix: Resolved an issue where paused or failing Stripe Payment Element subscriptions remained stuck when the donor updated their payment method or the subscription was resumed in Stripe. | |
| 41 | +* Fix: Resolved a conflict where scripts enqueued by other plugins while a donation form was being rendered could stop the form builder design preview and embedded forms from loading. | |
| 42 | +* Fix: Resolved an issue where editing a page could exhaust the PHP call stack when a theme or plugin filtered post metadata. | |
| 43 | +* Fix: Activation banner for addons doesn't show when addons are activated from the Unified License Manager | |
| 44 | + | |
| 45 | += 4.16.6.1: August 12th, 2026 = | |
| 46 | +* Security: Added additional validation to PayPal Standard IPN. | |
| 47 | + | |
| 3 | 48 | = 4.16.6: August 6th, 2026 = |
| 4 | 49 | * Tweak: Improved the unified licensing page experience. |
| 5 | 50 | * Security: Added additional validation when handling serialized data during the donation process. |
| 6 | 51 | * Security: Added additional escaping and validation to legacy donor admin screens and the donors REST API. |