PluginProbe
GiveWP – Donation Plugin and Fundraising Platform / 4.17.0
GiveWP – Donation Plugin and Fundraising Platform v4.17.0
4.17.0 4.16.9 4.16.8.1 4.16.8 4.16.7.2 4.16.7.1 4.16.7 4.16.6.1 4.16.6 4.16.5.1 4.16.5 4.16.4 4.16.3 4.16.2 4.16.1 4.16.0 4.15.5 4.15.4 4.15.3 4.15.2 4.15.1 4.15.0 2.3.0 2.3.1 2.3.2 All 256 releases
← All changes | readme.txt +21 -2 4.16.8 → 4.17.0 View file →
@@ -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.