Releases: backdrop-contrib/registration
Releases · backdrop-contrib/registration
1.x-1.9.0
Bug fix that also pulls the latest from the Drupal 7.x-1.x branch. Version number bumped to match.
What's Changed
- Issue #40. Make user_uid a 'user' property type (rather than 'entity' property type) by @argiepiano in #41
- Issue #61: Add laryn as a co-maintainer. by @laryn in #62
- Issue #49: Config-related tweaks. by @laryn in #50
- Issue #55: Issue References to
entity_property_verbatim_set
should beentity_plus_property_verbatim_set
by @laryn in #56 - Issue #59: Update config file reference to system.core. by @laryn in #60
- Issue #57: Extend EntityPlusControllerExportable. by @argiepiano in #58
- Issue #48: Use data_popup by default. by @laryn in #51
- Issue #42: Don't pollute the passed params in the loop. by @laryn in #45
- Issue #46: Prevent fatal error on waitlist registration. by @laryn in #47
- Issue #63: Add a from key in hook_mail. by @laryn in #64
- Issue #52: Update backdrop_mail implementation to respect 'from' param. by @laryn in #53
- Issue #54: Only validate fields if there are fields. by @laryn in #65
New Contributors
- @argiepiano made their first contribution in #41
- @laryn made their first contribution in #62
Full Changelog: 1.x-1.2.0...1.x-1.9.0
1.x-1.2.0
What's Changed
- Issue #6: Add a registration signup block
- Issue #15: Restore token support
- Issue #23: Fix PHP fatal from changes in EntityPlus
- Issue #25: Add an access handler to the Registration entity
- Issue #35: Fix PHP fatal from changes to the Entity class in Backdrop 1.21.0
Full Changelog: 1.x-1.1.0...1.x-1.2.0
1.x-1.1.0
Issues fixed since the last release:
- Issue #31: Render attached fields on entity.
- Issue #24: Update the README to match Backdrop norms.
- Issue #23: Fixing an error related to a non existant class.
- Issue #19: Add a token for registration email address.
- Issue #17: Use a random registration for the message preview.
- Issue #11: Add a confirmation email option for registration.
- Issue #8: Display the same registration form on different translations.
Initial release
The first release of the Registration module for Backdrop CMS.