There are no automated drupal 11 fixes that I could find in the issue queue. According to the upgrade status module it only needs:

  1. core_version_requirement updated
  2. Update a deprecated class
    Fetching deprecated class constant EXISTS_REPLACE of interface Drupal\Core\File\FileSystemInterface. Deprecated in drupal:10.3.0 and is removed from drupal:12.0.0. Use Drupal\Core\File\FileExists::Replace instead.

Comments

rondog469 created an issue. See original summary.

rondog469’s picture

StatusFileSize
new1.03 KB

Attaching a patch for d11 compatibility

rondog469’s picture

StatusFileSize
new1.07 KB

The above patch was failing for some reason. Let's try this again

  • matthijs committed 25311817 on 1.x
    Issue #3547633 by rondog469: Added Drupal 11 compatibility
    
matthijs’s picture

Status: Active » Fixed

Patch has been applied, thanks for your effort!

Now that this issue is closed, please review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, please credit people who helped resolve this issue.

Status: Fixed » Closed (fixed)

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

svendecabooter’s picture

Can you create a new release that supports this D11 compatibility?

matthijs’s picture

Done!