donate 7.x-1.0-beta1
Posted by jerdavis on March 21, 2012 at 4:43pm
| Download | Size | md5 hash |
|---|---|---|
| donate-7.x-1.0-beta1.tar.gz | 10.59 KB | f10bb23cc223834a23f41339c6179252 |
| donate-7.x-1.0-beta1.zip | 12.28 KB | 40a6b5f3f993bc134b443c1e8cdedd42 |
Last updated: March 21, 2012 - 16:45
Release notes
Initial release for Drupal 7.
donate 7.x-1.x-dev
Posted by Allie Micka on November 6, 2011 at 11:11pm
| Download | Size | md5 hash |
|---|---|---|
| donate-7.x-1.x-dev.tar.gz | 10.6 KB | 422b7283ab1e8da3ef956de7b65fc0fb |
| donate-7.x-1.x-dev.zip | 12.28 KB | d490cf9529537b3674d7d98d53b39412 |
Last packaged version: 7.x-1.0-beta1+0-dev
Last updated: March 22, 2012 - 00:12
Release notes
Development branch for Drupal 7 upgrade.
donate 6.x-1.0-alpha3
Posted by Allie Micka on May 9, 2011 at 6:47pm
| Download | Size | md5 hash |
|---|---|---|
| donate-6.x-1.0-alpha3.tar.gz | 9.47 KB | 9b64f301dd0114dc881d1d893d31622f |
| donate-6.x-1.0-alpha3.zip | 11.1 KB | 30fe8a6496ffd6c559f8e74cae36a33c |
Last updated: May 9, 2011 - 18:51
Release notes
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
Posted by jerdavis on September 30, 2010 at 10:56pm
| Download | Size | md5 hash |
|---|---|---|
| donate-6.x-1.0-alpha2.tar.gz | 9.44 KB | 5a265024ac98a0d4fe467fcedb48b357 |
| donate-6.x-1.0-alpha2.zip | 11.09 KB | ddb52b19fb7b4ac38e11fbdb5c3b4cb0 |
Last updated: December 24, 2010 - 22:48
Release notes
- 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
Posted by jerdavis on September 27, 2010 at 11:35pm
| Download | Size | md5 hash |
|---|---|---|
| donate-6.x-1.0-alpha1.tar.gz | 9.29 KB | a6f6a49494eb9e0463a455809d376d40 |
| donate-6.x-1.0-alpha1.zip | 11.02 KB | 368834ff83c3b73893f50e595d13828a |
Last updated: December 24, 2010 - 22:48
Release notes
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";