Skip to content

2.15.0

Choose a tag to compare

@JasonTheAdams JasonTheAdams released this 11 Oct 15:55
· 4663 commits to master since this release

New

  • Option to make Donor Last Name filed required is now implemented (#6004)

Changed

  • Preview Emails are now sent to the authenticated user (#5990)
  • Donor dashboard response messages are now updated (#6003)
  • Donor dashboard authentication modal only displays the login option if there are forms that allow a donor to register and/or login to an account (#6015)
  • PayPal IPN verification setting with backward compatibility. PayPal IPN verification is enabled by default. (#5986)
  • Remove unnecessary checks from PayPal web payment ipn verification. (#5986)

Fixed

  • Admin can switch donation status on PHP8.0. (#5971)
  • DI Container auto wiring now works correctly when using PHP 8 (#5988)
  • Single donors can now be deleted via the donors table (#5992)
  • Donors can now properly set custom amounts in the donor dashboard (#6001)
  • Format amount correctly in 'Lifetime Donations' and 'Average Donation' in donation dashboard. (#5998)
  • Resolve PHP 5.6 compatibility issue when run any WP cli command. (#6005)
  • Add change event to multi checkbox options correctly to field api fields. (#6009)
  • Resolve checkbox and radio (generated with field api) state related issues in Multi Step Form template. (#6013)
  • Refactor setup logic of checkbox and radio in Multi Step Form template. (#6013)
  • Show custom payment gateway label in donation form. (#6012)
  • Conditionally display offline donation instructions based on form settings (#6020)
  • Dom element do not display in donation form if it has give-hidden class. (#6017)

Full Changelog: 2.14.0...2.15.0