Install
Works with Drupal: ^9.1Using Composer to manage Drupal site dependencies
Alternative installation files
Download tar.gz
188.72 KB
MD5: 944b8ed1c7be52db2c6f6b62dfc37499
SHA-1: b1f0725bd4fe0fd1cc59f69eb7914475d5a234d4
SHA-256: b3d6361c50cea6507f262e65f7a8bee40dd8aefb76093552cdbb3d645ef50070
Download zip
364.03 KB
MD5: 26f9fb6c1edf41aa054bcb6ff2bca568
SHA-1: 037396e2bc3901ba3aa98ffb85c7a2b1b845a1cc
SHA-256: 5d10c5c726e42ae4c88216237350e1ea0331b505186f8090f6555127a614e5ce
Release notes
This is the first Drupal 9 only release. It requires Drupal 9.1 or above.
PHP 8.0 is now supported.
Due to these requirement changes we decided to raise the major version and switch to semantic versioning.
Changes since 8.x-1.8:
- #3249099: PHP 8.0 support by mkalkbrenner
- #3213733: 1.7 to 1.8 Upgrade leaves exported configuration inconsistent by grahl, greggmarshall, borisson_, mkalkbrenner
- #3204660: SearchApiDisplay::getPath() doesn't take contextual param into consideration by jibran, mkalkbrenner, neclimdul, PatrickMichael, Mistrae, igonzalez, t.maquin, karishmaamin
- #3248297: Default tests failing by wells, mkalkbrenner
- #3249068: Drop Drupal 8 support, start 2.0.x branch by mkalkbrenner
- #3248533: Attempting to create a facet with a duplicate machine name causes a PHP error in Drupal 9 by wells, mkalkbrenner
- #3226284: BooleanItemProcessor::supportsFacet() assumes SearchApiFacetSourceInterface by dwkitchen, hugronaphor, kuralarasanm
- static cache for the fields - per index by Aron Novak
- ArrayWidget to return also the raw value by claudiu.cristea