Make a Drupal 10 compatible release. It looks like because of deprecated API we have to drop core 8 and <9.3 support.

pc@ASUS-PC:~/lando-projects/drupal1.localhost$ lando drupal-check web/modules/custom/amplitudejs/
 10/10 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%

 ------ ------------------------------------------------------------------------------- 
  Line   modules/amplitudejs_formatters/src/Plugin/Field/FieldFormatter/PlayerBase.php  
 ------ ------------------------------------------------------------------------------- 
  242    Call to deprecated function drupal_get_path():                                 
         in drupal:9.3.0 and is removed from drupal:10.0.0. Use                         
           \Drupal\Core\Extension\ExtensionPathResolver::getPath() instead.             
 ------ ------------------------------------------------------------------------------- 


 [ERROR] Found 1 error  

Comments

kaszarobert created an issue. See original summary.

  • kaszarobert committed 28b51e5 on 1.0.x
    Issue #3292306 by kaszarobert: Drupal 10 compatibility
    
kaszarobert’s picture

Category: Bug report » Task
Status: Active » Fixed

Compatibility fixed in dev.

We have a dependency to drupal/token which doesn't have D10 compatible stable release (only the dev version). Until that happens, we cannot do a D10 compatible release, too.

Status: Fixed » Closed (fixed)

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