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.
--------------------------------------------------------------------------------

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

tomvanetten created an issue. See original summary.

tomvanetten’s picture

This patch adds core_version_requirement: ^8 || ^9 to the info.myl

tomvanetten’s picture

Status: Active » Needs review
maximpodorov’s picture

Crypt::hashEquals() should be replaced by hash_equals().

hugronaphor’s picture

Replacing deprecated Crypt::hashEquals() as well.

  • japerry committed 104fe92 on 8.x-1.x
    Issue #3091426 by japerry: Add d9 compatibility to composer.json.
    
  • japerry committed 1bead29 on 8.x-1.x authored by hugronaphor
    Issue #3091426 by tomvanetten, hugronaphor: Drupal 9 report
    
japerry’s picture

Status: Needs review » Fixed

Looks good! I added some composer pieces as well so it is compatible with d9 there as well.

Fixed!

  • japerry committed 5882cbb on 8.x-1.x
    Issue #3091426 by japerry: Support Drupal 8.6+
    

  • japerry committed 84ed4fe on 8.x-1.x
    Issue #3091426 by japerry: Support Drupal 8.7.7+ and D9.
    

Status: Fixed » Closed (fixed)

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