Install
Works with Drupal: ^10.3 || ^11Using Composer to manage Drupal site dependencies
Alternative installation files
Download tar.gz
42.85 KB
MD5: 8fbddbad45331fd083ca3e61fdfd5629
SHA-1: dad68f99460a1c76aaac4a5d9d611372fb2bcf11
SHA-256: 6d6a80914ac6d536db7b4b98ab696fb985d81017f1c898a01806e171b9ddf0e6
Download zip
57.61 KB
MD5: 7b7da46af072ce9876dc42b5a0090763
SHA-1: c629c93cde82e3e1e57d61e066adb5803b9e1437
SHA-256: 018b6f4670b2f68c2cd2770786b699323d72a06ae08838eaed81d9c3735f9253
Release notes
Changes since 2.0.x:
- Update .gitlab-ci.yml file now that D11 is the default on GitLab CI
- Added comments
- #3478880 by tr, jordik: Remove dead code
- #3480009 by tr: Update Views options schema and turn on strict config schema checking in tests
- phpcs
- #3382721: Creation of dynamic property Drupal\views_aggregator\Plugin\views\style\Table::$commerce_field_values is deprecated
- #3344504 by tr, ivnish: Fix test failures
- Revert "Issue #3382721 by derekw, tr, anybody: Creation of dynamic property Drupal\views_aggregator\Plugin\views\style\Table::$commerce_field_values is deprecated"
- #3382721 by derekw, tr, anybody: Creation of dynamic property Drupal\views_aggregator\Plugin\views\style\Table::$commerce_field_values is deprecated
- #3478883 by tr: Parameter typing and return type hints
- Phpstan: return string
- Parameter order in test asserts. More specific asserts. Comments in tests.
- More phpcs:ignore
- Follow up to Issue #3478388 - missed changing dependencies in the submodule.
- #3478389 by tr: Add declare(strict_types=1) to all tests
- #3478391 by tr: [10.3] RendererInterface::renderPlain() is deprecated in favour of ::renderInIsolation()
- #3478392 by tr: [10.3] Convert ViewsStyle plugin from annotation to attributes
- #3478388 by tr: Drop D9 support