Masquerade Log module incompatible with masquerade version 8.x-2.0-rc4 and earlier

Created on 24 January 2025, 6 days ago

Problem/Motivation

Attempting to use this module with masquerade version 2.0 and found that the logging part doesn't work.

Steps to reproduce

Install any version of masquerade later than 2.0 RC4

Proposed resolution

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...

Remaining tasks

Create merge requests.
Create releases.

User interface changes

N/A

API changes

N/A

Data model changes

N/A

πŸ› Bug report
Status

Active

Version

1.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States trackleft2 Tucson, AZ πŸ‡ΊπŸ‡Έ

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024