| @@ -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 | |
| 6 | -Tested up to: 7.0 | |
| 5 | +Requires at least: 6.9 | |
| 6 | +Tested up to: 7.1 | |
| 7 | 7 | Requires PHP: 7.4 |
| 8 | -Stable tag: 4.16.7 | |
| 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,42 @@ | ||
| 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 | + | |
| 295 | += 4.16.8: September 2nd, 2026 = | |
| 296 | +* Fix: Fixed a campaign's default donation form appearing unpublished in the form builder. | |
| 297 | +* Fix: Fixed PHP warnings on the form builder screen when its page is opened without the locale or donation form ID query arguments. | |
| 298 | +* Fix: Resolved a plugin conflict that prevented donor first and last names from being recorded when the Charitable plugin was active alongside GiveWP. | |
| 299 | +* 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. | |
| 300 | +* Security: Removed vulnerable dead code related to legacy donor relinking. (CVE-2026-82676) | |
| 301 | +* Security: Enhanced security on donor account access. (CVE-2026-82675) | |
| 302 | +* 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. | |
| 303 | + | |
| 304 | += 4.16.7.2: August 27th, 2026 = | |
| 305 | +* Security: Added additional hardening for serialized data handling in the donation flow. | |
| 306 | + | |
| 307 | += 4.16.7.1: August 24th, 2026 = | |
| 308 | +* Security: Added additional validation to PayPal Donations order requests. | |
| 309 | + | |
| 276 | 310 | = 4.16.7: August 20th, 2026 = |
| 277 | 311 | * Security: Hardened donor-account email access authentication. |
| 278 | 312 | * Security: Improved validation of the checkout login form. |
| 279 | 313 | * 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. |