πŸ‡ΊπŸ‡ΈUnited States @alimc29

Account created on 13 February 2007, almost 18 years ago
#

Recent comments

πŸ‡ΊπŸ‡ΈUnited States alimc29

This also needs the .info file updated, as well as a fix for the Drupal 10 "once is not a function" issue

The following can be applied along with composer-lenient

composer require mglaman/composer-drupal-lenient

composer config --merge --json extra.drupal-lenient.allowed-list '["drupal/media_iconpicker"]'

composer config --json --merge extra.patches.drupal/domain_simple_sitemap '{"Drupal 10 compatibility fixes #3288505": "https://www.drupal.org/files/issues/2024-02-20/media_iconpicker--drupal-10.patch"}'

composer require 'drupal/media_iconpicker:^1.x-dev' -W
πŸ‡ΊπŸ‡ΈUnited States alimc29

Attached is a patch with the default rector ones submitted, plus the necessary .info.yml file updates to be Drupal 10 compatible

Until there is an actual release with the D10 fixes in it, you should be able to us lenient-composer along with this patch

composer require mglaman/composer-drupal-lenient

composer config --merge --json extra.drupal-lenient.allowed-list '["drupal/extra_field_configuration"]'

composer config --json --merge extra.patches.drupal/domain_simple_sitemap '{"Drupal 10 compatibility 
            
              
              
              πŸ“Œ
              Automated Drupal 10 compatibility fixes
                Needs review
              
            ": "https://www.drupal.org/files/issues/2023-12-19/extra_field_configuration-D10-compatibility-3287424-6.patch"}'

composer require 'drupal/extra_field_configuration:^1.0' -W
πŸ‡ΊπŸ‡ΈUnited States alimc29

Proposed patch attached

Production build 0.71.5 2024