Problem/Motivation
The latest release of gdpr is 3.1.3, which only supports Drupal 9 and Drupal 10.
The previous releases of gdpr 3.1.1 and 3.1.2 support Drupal 9, Drupal 10 and Drupal 11.
This seems to be because the 3.x branch is missing commit 2a9d78597cdbd1fa59314fe3414000afe03b8be1 from 2024, which is part of 3.0.x branch.
3.1.3 release may contain other commits and fixes that were in 3.0.1, 3.1.1 and 3.1.2 as part of 3.0.x branch:
Steps to reproduce
- Try to run
composer update drupal/gdpr:3.1.3on a Drupal 11 web site with gdpr 3.1.2 installed.
Proposed resolution
Make sure that all maintainers know which branch to work off of and make sure that branch is the default branch.
Merge 3.0.x branch into 3.x branch so that all relevant commits in 3.0.x are merged into 3.x branch. This may already be the case.
Tag a 3.1.4 release.
Change the default branch to 3.x.
Remaining tasks
Issue fork gdpr-3591118
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
Comment #3
mradcliffe