Since v7.x-3.2 :
- #3064668 : When enabled, dbee does not allow to add new encryption configuration.
- on the report status page : display encryption method human name instead of machin name.
Difference with the v8.x-2.0 : #3017608 : Fix incompatibility fix the webform_role token (available if webform and token modules are enabled together).
A new D8 version of the DataBase Email Encryption (dbee) module not depending on the AES encryption module, because the AES module is not supported anymore and declared as unsecured.
Make database and files backup before switching to this new version, otherwise you may loose all your users email addresses !
This new D8 version of the dbee module is not depending on the AES module anymore, because AES module is declared as insecure.
Make database and files backup before switching to this new version, otherwise you may loose all your users email addresses !
This new D8 version of the dbee module is not depending on the AES module anymore, because AES module is declared as insecure.
2017/06/10 : 7.x-3.2 release.
- Fixed #2882622 : in Views, user email display is broken.
- Fixed #2884930 : On upgrading from v7.x-3.x to a later version, throw error message during update.php script.
If you come from dbee v7.x-2.x or v7.x-1.x versions :
Security update, new features.
The Database Email Encryption (dbee) module could not depends anymore on the aes module because this module is declared as unsecure. All people using the Drupal 7 version of the Database Email Encryption module prior to the v7.x-3.0 version should update to v7.x-3.0 or later for security raisons. Read below for upgrade instructions.
#2857028 and #2857254 : Dependency to the unsupported aes module is replaced by a dependency to the Encrypt Drupal contrib module.
First Drupal 8 release.
Compare to the v7.x2.5 version :
- new feature : Batch operation for encrypting/decrypting all users if it exists more than 15 users.
- removed feature : no more option to login using email.
- Improvement on quering the user datas.
- Better simple tests.
- Note : Simple tests need a fix to the aes module in order to work : https://www.drupal.org/node/2805325.
Works well on Drupal 8.1.10, Simple tests all succed.
First Drupal 8 release.
- new feature : Batch operation for encrypting/decrypting all users if it exists more than 15 users.
- removed feature : no more option to login using email.
- Improvement on quering the user datas.
- Better simple tests.
- Note : Simple tests need a fix to the aes module in order to work : https://www.drupal.org/node/2805325.
Works well on Drupal 8.1.10, Simple tests all succed.
Tested on drupal 8.2.0-rc2+45-dev (2016/10/03) : Every thing works on human testing, but simple tests on changing the AES settings fail.
- #2650050 : fix compatibility with the "Administration views" contrib module.
- Added simpletests for the "Administration views" contrib module.
- Make the dbee_query_alter() working for custom database field alias, improving compatibility with customs/contrib modules.
- Minor improvements (code and documentation)
An access bypass issue from the user core module (on user search) as been fixed into the 7.18 drupal core version.
This release apply the same fix as core into the dbee module.
An access bypass issue from the user core module (on user search) as been fixed into the 6.27 drupal core version.
This release apply the same fix as core into the dbee module.
Bug fix : When uninstalling the module, the init field was not decrypted. If the module is still enabled, you just need to update it.
If you have already uninstalled it, install and enable the updated version, then disable it again.