You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New: This release includes an upgrade routine to move comments from WordPress core tables to our own custom tables. This was done to resolve conflicts with various plugins incorrectly flagging Give's comments as spam. Developer's Post - Custom Comment Tables, #3627, #3589, #3604, #3588
New: Admins now have the ability to send notes to donors via a customizable email within the donation details screen. #2159
New: A real time view of currency number formatting displays when modifying the setting. #3490
New: You can now more easily copy form shortcodes by clicking a new "Copy Shortcode" button. #2602
New: There is now a Gutenberg block for the donor wall. #3546
New: We've added a "Select All Fields" option within the donation exporter for easier select/deselect checkboxes. #3649
New: There is now a {donor_comment} email tag to pass within emails. #3655
New: Added the ability to export donation comments within the exporter. #3743
New: Acceptance testing has been updated to include UI testing. #3663
Tweak: The donor wall gravatars have been optimized to now load after page load as to not slow down page speed. #3758
Tweak: Added filters to the donation exporter so developers can include custom data to export as needed. #3709
Tweak: Updated the "Card Name" field label to "Cardholder Name" to help donor's understand the field. #3714
Tweak: Dates are formatted to the WordPress date format found under Settings > General. #3502
Tweak: Optimized the loading of give options by setting autoload to no for most of Give's settings. #2491
Tweak: When changing payment gateways a nonce is verified for additional security. #2580
Tweak: The TCPDF library is now included with composer to help prevent conflicts with other plugins using the same library. #3482
Tweak: Currency settings now allow for 8 decimal points to better support Bitcoin and other crytocurrencies. #3602
Fix: The donor wall has now been modified so each individual donation displays separately. As well, we've added additional options in the shortcode to sort the donors. The styles have also been improved to be more cross-theme compatible. #3744, #3781
Fix: When the "Delete all data" tool is used, Give data is removed from all tables BUT Give settings and custom tables are not removed. When Give is uninstalled with the "Remove Data on Uninstall" selected under Settings > Advanced tab, Give data and settings are removed AND custom tables are removed. #3638
Fix: Per-form emails now use the global email content as a starting point for easier customization. #3653
Fix: When you delete a donation form the form's metadata is now removed from the database for better cleanup. #3641
Fix: When Singapore is selected the City requirement is removed. #3669
Fix: Allow selection of more than the first 30 forms in the Export tool. #3674
Fix: Set autocomplete off to all the admin date fields. #3675
Fix: Resolved typos in the "Dry Run" option of the importer. #3699
Fix: Resolved jumping to a page number issue in Donations > Donors when entering a custom page number and pressing enter. #3719
Fix: Do not display shortcode generator above form content. #3739
Fix: Ensure date fields have the same placeholders throughout the admin interface. #3757