Install
Works with Drupal: ^10.3 || ^11Using Composer to manage Drupal site dependencies
Alternative installation files
Release notes
1.0.1 — Coding standards and drupal.org CI compliance.
- Settings form: strictness, privacy notice, and comment count fields now use Drupal's #config_target for automatic save handling.
- Widget block: spam count and branding strings are now fully translatable.
- Composer: removed drupal/core from require (handled by drupal.org facade); added conflict rule for unsupported core versions below 10.3.
- Replaced static service calls with proper dependency injection in the Views approved-count field.
- Added .gitlab-ci.yml for automated testing on drupal.org.
- Full PHP_CodeSniffer, PHPStan, ESLint, Stylelint, and CSpell compliance.
- Modernized JavaScript: ES6 let/const, named functions, JSDoc documentation.
- Fixed install hook URL generation for non-standard web root environments.