Please make the module ready for drupal 9. Make the changes by removing the deprecated code.

Comments

siddhant.bhosale created an issue. See original summary.

mayurgajar’s picture

StatusFileSize
new435 bytes

This for drupal 9 readiness.. added this patch for temporary on needed basis.

chris matthews’s picture

Assigned: siddhant.bhosale » Unassigned
Priority: Normal » Major
Status: Active » Needs review

Status: Needs review » Needs work

The last submitted patch, 2: d9-readiness_3144281_1.patch, failed testing. View results

yang_yi_cn’s picture

Error: Call to undefined method Drupal\Component\Utility\Unicode::strtolower() in Drupal\sendgrid_integration\Plugin\Mail\SendGridMail->mail() (line 244

According to https://api.drupal.org/api/drupal/core%21lib%21Drupal%21Component%21Util... ,
the fix is
in drupal:8.6.0 and is removed from drupal:9.0.0. Use mb_strtolower() instead.

nitesh624’s picture

Assigned: Unassigned » nitesh624
nitesh624’s picture

StatusFileSize
new5.01 KB
new4.24 KB
nitesh624’s picture

Status: Needs work » Needs review

Status: Needs review » Needs work

The last submitted patch, 7: 3144281.patch, failed testing. View results

nitesh624’s picture

Assigned: nitesh624 » Unassigned
Status: Needs work » Needs review

  • Perignon committed df8a136 on 8.x-1.x authored by nitesh624
    Issue #3144281 by nitesh624, mayurgajar: Drupal 9 compatibility
    
perignon’s picture

Committed.

perignon’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

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