Closed (works as designed)
Project:
Persistent Login
Version:
2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Mar 2026 at 12:36 UTC
Updated:
20 Apr 2026 at 23:25 UTC
Jump to comment: Most recent
Comments
Comment #2
shank115 commentedThe warning occurs because the update system recommends the latest release within the same major branch, even if it requires a higher Drupal core version.
For now, you can ignore this if you're already on the latest compatible version (e.g. 2.2.5).
A proper fix would be to release Drupal 11-only changes in a new major branch (e.g. 3.x)
Comment #3
mr.white commentedThat makes sense.
It's not a big issue for me, but it does block updating to 2.2.5 via the Drupal web UI. The only update it offers is 2.3.0.
Updating manually via Composer seems to be the only way to go from 2.2.4 to 2.2.5.
Comment #4
gappleThat's understandably irritating for core to recommend an incompatible version.
It's sort of inverted since csp is a module for core, but semver allows minor version updates for dependency changes since csp's public API doesn't have any BC breaks.
The only changes from 2.2 to 2.3 are for compatibility with Drupal 12 that aren't BC compatible with Drupal 10, so there's no need to update to 2.3. 2.2 will still be maintained and any bug fixes will be backported while Drupal 10 is still supported.
New features (when ready) will go in 2.4+, which will also only support Drupal 11+ though.