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";