Install
Works with Drupal: >=9Using Composer to manage Drupal site dependencies
Alternative installation files
Download tar.gz
46.36 KB
MD5: a8fcf020ec1f77fe863585189d9956a0
SHA-1: a03c50cb841924b0bf8e9bb4afccb21111f0f704
SHA-256: 0acc524222bd5a3606770445be2f878f998cfbe5c930a4bebfcc6d84e7ee80bd
Download zip
69.05 KB
MD5: 5b88eb2f9d0a43485a941805f4a63135
SHA-1: 9eb4db19bb14454e021b27134aa234dab2b14462
SHA-256: 44473cc471093257f5a5dbab1c7c3c1328237fa3f072bb6508100a230cd84ef1
Release notes
No changes from 3.1.0-rc3.
Changes since 3.0.0:
Fixed :
- Issue #3548669 : Fix Fatal error on editing user for Drupal < 10.3.9.
- #3461469 : Core UserMailUnique constraint fails with DBEE encrypted users. This bug was allowing not unique email.
- #3336435 : compatibility with config_import Install and update, including 2 new tests units.
- test Unit fails (fixed)
- #3543130 : New Hooks Declaration Drupal ^11.1, keeping compatibility with D10.
- Status report Page : displaying the encryption status for all users (fixed).
- #3461114 : Fix phpstan test
- Fix database schema declaration on the users_field_data table (no mismatch).
New Feature :
- #3392586 : Drush Commands, verifying a users that cannot be decrypted
- D12 ready
- Many new unit Test : For compatibility with other contrib modules (mail_login, #3443222), Webform+token
- new Test install with many people (#3180512)
- new Test checking modifying the data base schema
- better Help page.
minor changes:
- Key stored as base64 encoding for better reading on the install.
- Fix documentation, cspelle, Drupal coding standard.
- Fix broken link on unistalling module.
- Use the new Batch API.
Task
- #3339421 by samit.310@gmail.com, Charchil Khandelwal, ptmkenny, Yashaswi18, jcnventura: Global constants should not be used | phpcs
- #3452042 by jcnventura: Fix phpcs issues
- #3451796 by jcnventura: Drupal 11 support
Note : all last commits have been merge into the 4.x branch. And added in one time into the current 3.x branch.
The main branch is still v3.x branch.
the v4.x branch will be for new developments : making the dbee compatible with any email dataType field, not only the user one.