Install
Works with Drupal: ^10.3 || ^11Using Composer to manage Drupal site dependencies
Alternative installation files
Download tar.gz
17.1 KB
MD5: c493e0dc27ce2eb3e68b62637923e926
SHA-1: e26e4668a73d83c129b24022dacdd60449a52da9
SHA-256: 0c8c3bdb255994c02c9d4853ea5c7aad953ce47443b8b7abbecf1d874ca028ef
Download zip
25.76 KB
MD5: 256ffcb696418e225d60a67375f3fc7e
SHA-1: 830def763093365179dcf181f6e6e9691a6554d8
SHA-256: 373f8a37c0d8cf241a1e17646462e864b15e1fa06e486b5caf56f0ec8ee13c37
Release notes
First alpha release on the 2.0.x branch. This is a major version upgrade from 8.x-1.x with the following changes:
- Drupal 10.3 and Drupal 11 compatibility (dropped Drupal 9 support)
- Dependency injection for current user, password generator, and entity field manager
- PHP 8.1+ typed properties
- OOP hook implementations with #[Hook] attributes
- Return type declarations on all methods
- Updated tests with return types and strict assertions
- Modernized composer.json and README
- Removed legacy .travis.yml and .idea files