
Add core_version_requirement: ^8 || ^9 to livechat.info.yml to designate that the module is compatible with Drupal 9. See https://drupal.org/node/3070687.
drupal-check -d web/modules/custom/livechat
3/3 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%
------ ----------------------------------------------------------------------
Line livechat.install
------ ----------------------------------------------------------------------
17 Call to deprecated method url() of class Drupal:
in drupal:8.0.0 and is removed from drupal:9.0.0.
Instead create a \Drupal\Core\Url object directly, for example using
Url::fromRoute().
------ ----------------------------------------------------------------------
Comment | File | Size | Author |
---|---|---|---|
#2 | livechat-drupal_9_readiness-3139291-2.patch | 1.25 KB | vatsalkhanna |
Comments
Comment #2
vatsalkhanna commentedComment #3
jaykandariThank you @vatsalkhanna for the patch.
Patch #2 applies cleanly.
Upgrade status module also reports no issues after applying patch.
Ran Rector & Drupal-check: These reported no errors after applying patch.
Thus marking it as RTBC
Comment #4
ajv009Cant we just merge this and release a new version!
Comment #5
lindsay.wils commentedThanks for this patch. I am still having an issue upgrading to D9 because of the line 12 in .info.yml file
core: '8.x'
Unfortunately I have no idea how to create patches, any chance this can be updated to remove this line?
Thanks in advance
Comment #6
dreg commentedSecond vote for merging this patch asap. I have a composer based D8 site I can't update due to the info file. Patch looks good / applies cleanly.
Comment #8
markie commentedPushed this to the dev branch. Want to test before adding a release.
Comment #9
markie commentedPatch applied and tested locally on 9.3.0 with no issues. Working on a new release now.
Comment #10
markie commentedNew release is out. Thanks for your help on this.
Comment #11
lindsay.wils commentedAmazing, thanks so much, will apply this today.