Drupal 10 workaround

Created on 9 August 2023, 11 months ago
Updated 3 November 2023, 8 months ago

Until the official D10 version is released, this will get the module onto D10. You cannot download the 9.x version and apply the patch through composer because composer will complain and stop before the patch applies. This happens because it is a major core version compatibility upgrade.

  1. On the 9.x site, copy modules/contrib/inline_responsive_images to modules/custom/.
  2. Move the module into the custom modules directory:
    cd modules/custom/inline_responsive_images
  3. Remove inline_responsive_images from composer.json
  4. Download the patch or patches you want to apply. I use curl:
    curl -O https://www.drupal.org/files/issues/2022-11-28/inline_responsive_images-... β†’
  5. Apply the patch(es):
    patch -p1 < inline_responsive_images-3297434-5_0.patch
    Delete the patch file.
  6. Use the patched module in your upgrade process at the appropriate time. And, of course, confirm it works on D10 locally at some point.
πŸ’¬ Support request
Status

Active

Version

2.3

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States aangel

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

Comments & Activities

Production build 0.69.0 2024