Install
Works with Drupal: ^9.3 || ^10.0Using Composer to manage Drupal site dependencies
Alternative installation files
Download tar.gz
216.96 KB
MD5: 157b305def90bda934adbfee67cae114
SHA-1: f359f727d7ec60fa68915a63c12f6e5ab3f9824b
SHA-256: 0f8551c33e5438535adbf179d56d1d0f9f866927546ef289bc5434c8a49ba15a
Download zip
420.94 KB
MD5: 54f1d8e62357e1459cfabd9c52686f67
SHA-1: e984e6ce69026c20d2049d4ec53748e67c5e70de
SHA-256: d036cee22c8f8907b5328aa19e1b37fe60a658a72a7861e4abe7af18138eb161
Release notes
This is a Drupal 9 and 10 release. It requires Drupal 9.4 or above.
PHP 8.1 is supported.
Contributors (24)
3CWebDev, BAHbKA, LOBsTerr, Mschudders, Nuuou, RandalV, Renrhaf, Roshni_Kodiganti, Yujiman85, aaronpinero, anoopsingh92, balintpekker, borisson_, chr.fritsch, daften, fengtan, idebr, joan gutierrez, mkalkbrenner, nkoporec, pfrenssen, shkiper, smokris, uverricardovidaleszu
Changelog
Issues: 20 issues resolved.
Changes since 2.0.5:
Bug
- #3295536 by smokris, mkalkbrenner, aaronpinero, Nuuou: Some facets not working properly after update to 2.0.5
- #3308343 by Renrhaf, mkalkbrenner: Use the ModuleHandlerInterface instead of the ModuleHandler concrete implementation
- #3210353 by shkiper, mkalkbrenner, Yujiman85: Issue with browser Back button and Checkbox widget
- #3317585 by mkalkbrenner: Avoid endless loop in taxonomy hierarchy
- #3317783: Deprecated function: abs(): Passing null to parameter #1 on facets summary module
- #3308792 by pfrenssen, daften, RandalV, mkalkbrenner: Hierarchical facets broken after updating to Facets 2.0.3
- #3320556 by Roshni_Kodiganti: Misspelled word in description
- #3314556 by 3CWebDev, LOBsTerr, mkalkbrenner: Search Widget only works when URL alias of the facet is the same as the facet's machine name
- #3310536 by nkoporec, idebr, joan gutierrez, chr.fritsch, uverricardovidaleszu, borisson_, mkalkbrenner: [2.0.x] $request->get may no longer return array as of Symfony 6.0 (BadRequestException)
Feature
- #3298428 by fengtan, mkalkbrenner: Add replacement processor
- #3264284 by BAHbKA, mkalkbrenner: Facets summary should be cacheable, in case facets are using cacheable source
Misc
- Do not use hardcoded separator in query string url processor
- Leverage interfaces for the dependency injection in SearchApiDisplay.
- Update README.txt
Task
- #3305120: Added accessCheck() to entity queries in tests
- #2955292 by borisson_, Mschudders: Possible soft limit accessibility issue
- #3297168 by mkalkbrenner, balintpekker: Automated Drupal 10 compatibility fixes
- #3326770 by mkalkbrenner: Update jQuery UI Slider dependency
- #3327596: $request->get may no longer return array as of Symfony 6.0 (BadRequestException)
- #3327613: [3.0.x] Fix test failure: Unknown themes: classy
- #3327604 by anoopsingh92, mkalkbrenner: Grammatical errors and warnings in the README.md file
- #3327629: Replace custom assertCacheabillityArrays with PHPUnit's assertEqualsCanonicalizing