- Issue created by @trackleft2
- Merge request !9Issue #3502073 Set masquerade module compatibility to version 2.0-rc4 and below. β (Open) created by trackleft2
Attempting to use this module with masquerade version 2.0 and found that the logging part doesn't work.
Install any version of masquerade later than 2.0 RC4
Create new patch release with updated composer.json and info files 8.x-1.3
"require": {
"drupal/masquerade": "<=2.0-rc4"
}
dependencies:
- masquerade:masquerade (<=2.0-rc4)
Create new major release with updated composer.json and info files 2.0.0
"require": {
"drupal/masquerade": ">2.0-rc4"
}
dependencies:
- masquerade:masquerade (>2.0-rc4)
This also needs to be updated to account for this https://git.drupalcode.org/project/masquerade/-/commit/e65dec07e10f0fda8...
Create merge requests.
Create releases.
N/A
N/A
N/A
Active
1.0
Code