| @@ -1,12 +1,12 @@ | ||
| 1 | 1 | === GiveWP - Donation Plugin and Fundraising Platform === |
| 2 | 2 | Contributors: givewp, dlocc, webdevmattcrom, ravinderk, mehul0810, kevinwhoffman, jason_the_adams, henryholtgeerts, kbjohnson90, alaca, benmeredithgmailcom, jonwaldstein, joshuadinh, glaubersilvawp, pauloiankoski, filipecouto, waynerocha |
| 3 | 3 | Donate link: https://go.givewp.com/home |
| 4 | 4 | Tags: donation, donate, recurring donations, fundraising, crowdfunding |
| 5 | -Requires at least: 6.6 | |
| 5 | +Requires at least: 6.9 | |
| 6 | 6 | Tested up to: 7.1 |
| 7 | 7 | Requires PHP: 7.4 |
| 8 | -Stable tag: 4.16.8 | |
| 8 | +Stable tag: 4.17.0 | |
| 9 | 9 | License: GPLv3 |
| 10 | 10 | License URI: http://www.gnu.org/licenses/gpl-3.0.html |
| 11 | 11 | |
| 12 | 12 | Accept donations and begin fundraising with GiveWP, the highest rated WordPress donation plugin for online giving. |
| @@ -272,8 +272,27 @@ | ||
| 272 | 272 | |
| 273 | 273 | 10. Use almost any payment gateway integration with GiveWP through our add-ons or by creating your own add-on. |
| 274 | 274 | |
| 275 | 275 | == Changelog == |
| 276 | += 4.17.0: September 23rd, 2026 = | |
| 277 | +* Feature: Added the ability to embed donation forms on any website with a copy-paste snippet from the form builder | |
| 278 | +* Enhancement: Donation form embeds now show a loading state while the form loads | |
| 279 | +* Fix: Fixed PHP 8.4 deprecation notices about implicitly nullable parameters | |
| 280 | +* Fix: Fixed the revenue table index migration adding duplicate indexes when it runs more than once | |
| 281 | +* Fix: Added additional escaping to the legacy donation form's billing address fields. | |
| 282 | +* Security: Donors can no longer add unverified email addresses to their own donor record. | |
| 283 | +* Security: Enhanced security for donations imported from CSV | |
| 284 | + | |
| 285 | += 4.16.9: September 16th, 2026 = | |
| 286 | +* Security: Added additional validation to PayPal Commerce donation processing. | |
| 287 | +* Security: Added additional sanitization to donor information displayed on public pages. | |
| 288 | +* Fix: Resolved an issue where resuming a paused Stripe subscription triggered a fatal error. | |
| 289 | + | |
| 290 | += 4.16.8.1: September 10th, 2026 = | |
| 291 | +* Security: Improved validation of the event tickets purchase flow. | |
| 292 | +* Security: Added additional validation to PayPal Commerce completed-order processing. | |
| 293 | +* Security: Added additional validation to donor email lookups. Thanks Jakub Herman for responsibly disclosing this issue. | |
| 294 | + | |
| 276 | 295 | = 4.16.8: September 2nd, 2026 = |
| 277 | 296 | * Fix: Fixed a campaign's default donation form appearing unpublished in the form builder. |
| 278 | 297 | * Fix: Fixed PHP warnings on the form builder screen when its page is opened without the locale or donation form ID query arguments. |
| 279 | 298 | * Fix: Resolved a plugin conflict that prevented donor first and last names from being recorded when the Charitable plugin was active alongside GiveWP. |