Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
22.95 KB
MD5: 94d0222bcb016be6417bb4bb500ac28c
SHA-1: a2bf987505a018f1cdd40730eff01caca7f3b1d0
SHA-256: 542a0e3097088b3773b16e3361bf80f59449d8f47f3f1c457f6bbfe52cbca6dd
Download zip
27.03 KB
MD5: 320fcee27ea2e291d7cb30d96c8c0f83
SHA-1: 97d7500f12c8b858d472f3154a53ec5320cff249
SHA-256: 65936e49f083038a136d0f74be3e92c1948469a9626d1bed89b2f66c14652e40
Release notes
Changes since 7.x-1.0-alpha3:
- Fixing a couple typos.
- Removing unused registration_get_properties() function.
- Add missing Registration properties.
- Change registration_view function to use Registration::view().
- Move URI callback into entity class.
- Change registration class name from RegistrationEntity to just Registration.
- Fix slots validation in registration form.
- #1462138: Fix typo in confirmation message.
- #1316236: Add open and close dates for registrations.
- #1473460 by lsolesen: Missing space in constructor.
- Add registration_entity_access() callback and a "delete own registration" permission. Ref #1468520.
- #1467756: Remove mention of tours.
- Update return value in registration_save() and set default values in entity class. Ref #1418080.