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
Fix: Activating Give created a minor style conflict with the Gutenberg editor slightly pushing down some buttons. This has been resolved by refactoring the styles so they no longer conflict with WP Core elements. #4354
Fix: Sorting donation payments by taxonomy would result in AJAX fails in JavaScript. #2976
Improvement: New unit test added to test for the give_verify_minimum_price() function. #3232
Refactor: Removed duplicate code for fetching donor addresses to improve performance. #3253
Refactor: We removed the old notes column from the donor table now that that data has long been migrated over to a custom tables' column. #3632
Fix: Improved responsiveness in the donation forms list screen by preventing the copy shortcode button from overlapping with other columns on smaller screens. #4090
Fix: Ensure that empty donation receipt emails can not triggered incorrectly. #4185
Refactor: Adjusted meta capabilities so that they are not assigned to roles. #4212
Fix: Improved give_send_back_to_checkout() redirect functionality with add_query_arg() and remove_query_arg() for a dramatically simpler solution that provides for WordPress installed in a subdirectory. Thanks @luizbills for the contribution! #4311
Fix: Resolved several style issues with WordPress 5.3+'s new admin changes. #4315
Fix: The UK's County field is no longer required. This change is based on customer feedback this field should not be required. #4316
Fix: Resolve updates not showing up without a manual refresh of licenses. Previously add-on updates would be checked every few weeks. Now they are checked on every 48 hours. #4318
Fix: Resolved an error with Stripe that would occur if an existing donor would make a new donation using a different credit card. The error "The customer does not have a payment method with the ID..." will no longer appear now and donations will process as expected. #4328
Fix: Resolved an issue with Stripe Checkout if you chose to load scripts in the footer would result in a redirect loop depending on your set up. #4329
Fix: When clicking on the modal popup button it would previously be hidden from the DOM which could result in background jumpiness. Now the button is not hidden which leads to better theme compatibility. #4352
Fix: Corrected an broken URL in the in add-ons header. #4307