- Issue created by @Haris Khan Jadoon
Haris Khan Jadoon β changed the visibility of the branch 8.x-1.x to hidden.
- Issue was unassigned.
- Status changed to Needs review
11 months ago 5:20pm 27 December 2023 - Status changed to RTBC
11 months ago 5:07pm 28 December 2023 - πΊπΈUnited States bsnodgrass
Is this issue intended to also provide the resolution to this issue? https://www.drupal.org/project/remote_image/issues/3289311 β
If so should the other issue be marked as duplicate?
And can we get a 2.0.1 version released?
- π²πΎMalaysia ktch_my
Please have a 2.0.1 release, the module is preventing me from upgrading my D9 sites to D10.
- First commit to issue fork.
- π§πͺBelgium jorisclaes
I committed a fix for the issue related to upgrading to Drupal 10. However, I'm not entirely sure if there are any bugs remaining. Could you please test it to ensure everything is working correctly? I will do the same.
To update your composer.json file, add the following lines:
"repositories": [ { "type": "package", "package": { "name": "drupal/remote_image", "version": "2.0.1", "type": "drupal-module", "source": { "url": "https://git.drupalcode.org/issue/remote_image-3410789.git", "type": "git", "reference": "8.x-1.x" } } }, { "type": "composer", "url": "https://packages.drupal.org/8" } }
The line https://packages.drupal.org/8 is already present in your composer.json file.
Then change
"drupal/remote_image": "^1.0"
To
"drupal/remote_image": "^2.0"
Additionally, the patch https://www.drupal.org/files/issues/2024-07-07/purge_cache_tags_minify-2952277-70.patch β is no longer needed.