Problem/Motivation

Multiple Registration is not compatible with Drupal 11

Steps to reproduce

Install via composer on the Drupal 11 project

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

vtamasc created an issue. See original summary.

vtamasc’s picture

vtamasc’s picture

Status: Active » Needs review

ajitdalal made their first commit to this issue’s fork.

patelh84’s picture

#MR20 works good. Verified the same against Drupal11. Moving the changes to RTBC.

patelh84’s picture

Status: Needs review » Reviewed & tested by the community

prudloff made their first commit to this issue’s fork.

phily’s picture

MR 20 works for me using Drupal 11.1.1

arx-e’s picture

Issue tags: -

MR20 seems to be working fine with Drupal 11.1.5 (installed with the help of the Lenient Composer Plugin).

orkutmuratyilmaz’s picture

any chance for merge?

alex liannoy’s picture

Status: Reviewed & tested by the community » Fixed

Thank you for the merge request.
Merged.

orkutmuratyilmaz’s picture

thanks for the merge:)

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

berliner’s picture

Could you also create a new release please? The last release is from a year ago and at the moment there is no other way of installing this module in Drupal 11 then to use the dev version.

phily’s picture

@berliner: if you're managing your contrib modules using composer, you can add the lenient plugin to allow patching unsupported module releases.
See https://www.drupal.org/docs/develop/using-composer/using-the-drupal-leni...

renrhaf’s picture

A new D11 compatible release would be great ! thanks !

steffenr’s picture

@berliner @renrhaf
You can use the latest dev version of the module, which is compatible with D11 and can be easily installed via composer.
Just use the command:
composer require 'drupal/multiple_registration:3.x-dev@dev'

gaurav.kapoor’s picture

Hello. Are there any plans to add a new release compatible with Drupal 11? Possible to reopen this issue? Thanks

gaurav.kapoor’s picture

Title: Drupal 11 compatibility » Drupal 11 compatibility and stable release
pappis’s picture

Hi. Very helpfull module.

I need to update my site to D11. Are there any plans to release a D11 compatible version ?