PHP Authentication shield, 8.x-1.2
Scanned on Thu, 10/31/2019 - 21:57
FILE: shield.info.yml
STATUS LINE MESSAGE
--------------------------------------------------------------------------------
0 Add core_version_requirement: ^8 || ^9 to
shield.info.yml to designate that the module is compatible
with Drupal 9. See https://www.drupal.org/node/3070687.
--------------------------------------------------------------------------------
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | shield-drupal9_port_3091426-5.patch | 1.02 KB | hugronaphor |
Comments
Comment #2
tomvanetten commentedThis patch adds core_version_requirement: ^8 || ^9 to the info.myl
Comment #3
tomvanetten commentedComment #4
maximpodorov commentedCrypt::hashEquals() should be replaced by hash_equals().
Comment #5
hugronaphor commentedReplacing deprecated
Crypt::hashEquals()as well.Comment #7
japerryLooks good! I added some composer pieces as well so it is compatible with d9 there as well.
Fixed!