Releases: ambta/DoctrineEncryptBundle
Releases · ambta/DoctrineEncryptBundle
Fixed huge issue at insertion of entities
Added preFlush event for the insertion of entities which did not store encrypted. We advice to update to this version as fast as possible.
Added support for inheritance mapping.
Added support for doctrine inheritance Mapping.
Added console commands, another encryption class, new documentation and support for custom encryption.
A little boost in our development. We now have:
- Added console commands (database status, database encrypt and database decrypt)
- Added another encryption class (rijndael but with 128bit blocksize)
- New documentation, check it out!
- Now you can define your custom encryption class.
Add support for the other doctrine relationships
Add support for the other doctrine relationships (manyToMany, ManyToOne) (2.2). Thanks to Doctrine 2.5 which finally added the postLoad event triggered by associations.
New stable release
Stable release of DoctrineEncryptBundle forked by Ambta. Use this release for your project. No known bugs or issues yet found in this release on 11 march 2015.