donate 6.x-1.0-alpha3

Bug fixes

Includes a handful of bug fixes and changes for working with the latest Payment API code. Make sure you've got Pay version 1.1 or higher!

donate 6.x-1.0-alpha2

Bug fixes
  • Minor bug fixing related to name space change from pay_donate to donate.
  • Removed submit button from confirmation page after a donation is accepted.
  • Added destination argument to donation add forms to redirect the administrator back to the overview page upon submission of a new donation form.

donate 6.x-1.0-alpha1

Initial release after moving from Pay Donate to the Donate name space. For users who are upgrading from pay_donate.module, please run the following SQL query to re-map your donation forms to the correct handler:

UPDATE pay_form SET handler="donate" where handler="pay_donate";
Subscribe with RSS Subscribe to Releases for Donate