Please make the module ready for drupal 9. Make the changes by removing the deprecated code.
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | interdiff_1-7.txt | 4.24 KB | nitesh624 |
| #7 | 3144281.patch | 5.01 KB | nitesh624 |
| #2 | d9-readiness_3144281_1.patch | 435 bytes | mayurgajar |
Please make the module ready for drupal 9. Make the changes by removing the deprecated code.
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | interdiff_1-7.txt | 4.24 KB | nitesh624 |
| #7 | 3144281.patch | 5.01 KB | nitesh624 |
| #2 | d9-readiness_3144281_1.patch | 435 bytes | mayurgajar |
Comments
Comment #2
mayurgajar commentedThis for drupal 9 readiness.. added this patch for temporary on needed basis.
Comment #3
chris matthews commentedComment #5
yang_yi_cn commentedError: Call to undefined method Drupal\Component\Utility\Unicode::strtolower() in Drupal\sendgrid_integration\Plugin\Mail\SendGridMail->mail() (line 244According 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.Comment #6
nitesh624Comment #7
nitesh624Comment #8
nitesh624Comment #10
nitesh624Comment #12
perignon commentedCommitted.
Comment #13
perignon commented