After upgrading, perform a database update, followed by a configuration export. Changes to the configuration should then be committed to your code repository. If you are upgrading from version 3.4.2, no database updates occur unless you have the registration_waitlist submodule enabled.
After upgrading, perform a database update, followed by a configuration export. Changes to the configuration should then be committed to your code repository.
This release adds new features for site builders and administrators, as well as developers using the Registration API. It also includes numerous enhancements to reduce code duplication and improve consistency of the module with Drupal core, especially in the area of permissions.
After upgrading to this release, update your database and export your configuration. These steps would typically be performed using Drush: drush updb -y drush cex -y
This release enhances access control and makes it easier to override core registration functionality using custom modules. It also adds new options to hide the Status and Spaces fields on registration forms in certain situations.
After upgrading to this release, update your database and export your configuration. These steps would typically be performed using Drush: drush updb -y drush cex -y
This release enhances access control and makes it easier to override core registration functionality using custom modules. It also adds new options to hide the Status and Spaces fields on registration forms in certain situations.
NOTE: The 3.2.x branch has been deprecated, please use the most recent 3.3.x release instead of this one.
This is the same as release 3.1.5, except it removes support for Drupal 9 and adds support for Drupal 11.
If you are upgrading directly from 3.1.4, please see the release notes for 3.1.5.
If you are upgrading from a release prior to 3.1.4, please view the release notes for all previous releases including 3.1.5.
Add a submodule with support for scheduled actions and emails.
Add global settings for registration settings sync on multilingual sites.
Prevent deletion of used registration types.
Add missing schema for a field formatter.
A cache clear must be performed after upgrading to this release.
Any sites using 7.x-2.0-beta releases should update to this release immediately.
Sites that allow non-administrative users to manage registrations because the users can update the registration host entity and have "update own registration" permission for a given registration type, may need to give those users the "administer own registration" permission for them to retain the ability to manage registrations after installing this upgrade.
Sites that allow non-administrative users to manage registrations because the users can update the registration host entity and have "update own registration" permission for a given registration type, may need to give those users the "administer own registration" permission for them to retain the ability to manage registrations after installing this upgrade.
This is a security release for the 7.x-1.x branch of the module. Information about the update can be found in the security announcement.
Changes since 7.x-1.7:
Revert "Issue #2357533 by alberto56: Improve registration_administer_registrations_access() function so one can check access for other accounts (not the current one)"
This is a complete rewrite of the module for Drupal 9 and 10. It works similarly to the Drupal 7.x-1.7 release but please consult the README for information on the differences.
Differences compared to the alpha4 release:
Various minor fixes and improvements required for the first Drupal 9/10 alpha release of Commerce Registration.
This is a complete rewrite of the module for Drupal 9 and 10. It works similarly to the Drupal 7.x-1.7 release but please consult the README for information on the differences.
Differences compared to the alpha3 release:
Various minor fixes and improvements required for the upcoming Drupal 9/10 release of Commerce Registration.
This is a complete rewrite of the module for Drupal 9. It works similarly to the Drupal 7.x-1.7 release but please consult the README for information on the differences.
This is a complete rewrite of the module for Drupal 9. It works similarly to the Drupal 7.x-1.7 release but please consult the README for information on the differences.
This release includes various bugfixes and minor feature improvements, and one security fix for anyone using anonymous registration. For more on the security issue, see the announcement. Note that if you use anonymous registrations and send out links for registrants to re-visit their registrations later, you may need to update the format for your links to use the new hash link or property.
This release includes various bugfixes and minor feature improvements, and one security fix for anyone using anonymous registration. For more on the security issue, see the announcement. Note that if you use anonymous registrations and send out links for registrants to re-visit their registrations later, you may need to update the format for your links to use the new hash link or property.
The first official release of the Registration-2.x branch, which allows for any entity with an Email Address to register. It also includes Registration Check-in, a rapid check-in tool for tracking event attendance.