Prepare Drupal 10 compatibility

Upgrade status now shows only this but we will need to check again after d9.4 release

drush upgrade_status:analyze custom_elements
================================================================================

FILE: web/modules/contrib/custom_elements/custom_elements.info.yml

STATUS         LINE                           MESSAGE                           
--------------------------------------------------------------------------------
Check manually 0    Value of core_version_requirement: ^8.8 || ^9 is not        
                    compatible with the next major version of Drupal core. See  
                    https://drupal.org/node/3070687.                            
--------------------------------------------------------------------------------

FILE:
web/modules/contrib/custom_elements/modules/custom_elements_everywhere/custom_el
ements_everywhere.info.yml

STATUS         LINE                           MESSAGE                           
--------------------------------------------------------------------------------
Check manually 0    Value of core_version_requirement: ^8.8 || ^9 is not        
                    compatible with the next major version of Drupal core. See  
                    https://drupal.org/node/3070687.                            
--------------------------------------------------------------------------------

FILE:
web/modules/contrib/custom_elements/modules/custom_elements_thunder/custom_eleme
nts_thunder.info.yml

STATUS         LINE                           MESSAGE                           
--------------------------------------------------------------------------------
Check manually 0    Value of core_version_requirement: ^8.8 || ^9 is not        
                    compatible with the next major version of Drupal core. See  
                    https://drupal.org/node/3070687.                            
--------------------------------------------------------------------------------

FILE: web/modules/contrib/custom_elements/composer.json

STATUS         LINE                           MESSAGE                           
--------------------------------------------------------------------------------
Check manually 0    The drupal/core requirement is not compatible with the next 
                    major version of Drupal. Either remove it or update it to be
                    compatible. See                                             
                    https://drupal.org/node/2514612#s-drupal-9-compatibility.   
--------------------------------------------------------------------------------
Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

mostepaniukvm created an issue. See original summary.

nath.aritkumar made their first commit to this issue’s fork.

nath.aritkumar’s picture

Status: Active » Needs review

I have changed the version of Drupal core requirement in info.yml and composer.json
Kindly review it!

mostepaniukvm’s picture

Title: Drupal 10 compatibility » Drupal 10 compatibility for Custom Elements

fago made their first commit to this issue’s fork.

  • fago committed db35f79 on 8.x-2.x authored by nath.aritkumar
    Issue #3281326 by nath.aritkumar, fago: Drupal 10 compatibility for...
fago’s picture

Title: Drupal 10 compatibility for Custom Elements » Automatic fixes for Drupal 10 compatibility

I agree, it's good to keep Drupal 8 functionality for people who are slow with updates.
Rebased to checked all is good to go. Also let's clarify this is jsut the automatic stuff but no manual testing was done yet.

fago’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

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