| Download | Size | md5 hash |
|---|---|---|
| uc_signup-6.x-1.0-beta4.tar.gz | 20.29 KB | 3c29b046eeffc349c6fcbc71d7d890e5 |
| uc_signup-6.x-1.0-beta4.zip | 22.44 KB | 88508121805ff6dfd1ad0f551d90023e |
Important note for users who are upgrading from a previous version:
The conditional actions predicates for uc_signup have changed.
The predicate "Change temporary signups to paid signups upon checkout when order balance is <= zero" is replaced by "Change temporary signups to paid signups upon checkout when order status is complete", and the predicate "Cancel temporary signups created by UC_Signup upon checkout with a remaining order balance" is replaced by "Cancel temporary signups created by UC_Signup when an order is cancelled".
You may need to update your conditional actions settings at admin/store/ca. If orders are not marked as "payment complete", signups will not be finalized.
If you have customized the default conditional actions provided by uc_signup, you may need to delete or revert the old actions before continuing.
Changes since DRUPAL-6--1-0-BETA3:
- bug #538244 by JaceRider: HTML in event fieldset title and a small spelling error.
- adding note about the view own orders permission, as pointed out by jrowny in #529782
- feature #540136 by ezra-g: Form steps at different paths, Improve Next/Previous Buttons
- bug #538254: Access denied after attempting to start checkout.
- feature #548456 by missWilder and ezra-g: icons for attendee info
- bug #560074 by ezra-g:
Predicates should be more flexible - ezra-g expanding README
- feature #570578 by ezra-g: Provide Default View Replacement for signup_user_admin_list, along with some documentation for the README.
- bug #570626 by ezra-g: Overzealous form_alter due to bad string check
- bug #570714 by ezra-g: Attendee info form is circular with non signup-enabled nodes also in the cart
- bug #520190 by ezra-g: Form Validation and Order submission should fail when signups are closed after an event is in the cart
- bug #547242 vt ezra-g: Users can checkout without entering required profile fields
- feature #556960 by ezra-g: Add Current user email to 1st attendee
- minor coding style fix by ezra-g
- ezra-g replacing substr with strpos and improving a conditional
- committing missing class for feature #570844
- ezra-g making custom ubercart add to cart text also work for buy it now button
- ezra-g improving compatibility with product kits and removing some cruft code