There is 2 issues we should address to fix Drupal 11 compatibility:
web/modules/contrib/commerce_product_taxonomy_filter/src/Plugin/views/filter/TaxonomyIndexTid.php 238 Relying on entity queries to check access by default is deprecated in drupal:9.2.0 and an error will be thrown from drupal:10.0.0. Call \Drupal\Core\Entity\Query\QueryInterface::accessCheck() with TRUE or FALSE to specify whether access should be checked.
web/modules/contrib/commerce_product_taxonomy_filter/config/optional/views.view.product_terms.yml 201 Support from all Views contextual filter settings for the default_argument_skip_url setting is removed from drupal:11.0.0. No replacement is provided. See https://www.drupal.org/node/3382316.
Issue fork commerce_product_taxonomy_filter-3515430
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
dillix commentedComment #4
interdruper commentedA couple of problems with patch MR9:
Comment #8
andriic commentedMissed schema file was added to MR10
Comment #9
andriic commentedComment #10
dillix commentedWe need to fix phpstan and phpcs errors. I already fixed some problems for D11 compatibility in MR10.
Comment #11
dillix commentedI've made all planned fixes and now pipeline for MR10 is green. Also I think we should make 2.0.x version since minimal required Drupal version was bumped to 10.3+.
Comment #12
dillix commentedComment #14
dillix commentedComment #16
dillix commentedI created new stable release 2.0.0 for Drupal 10.3+.