Releases: cleverage/SidusEncryptionBundle
Releases · cleverage/SidusEncryptionBundle
v1.5.1
v1.5
- Fix a bug when saving null instead of a string
- Deprecate the CryptableInterface as it is not necessary anymore and will be removed in 2.0
- Add a test to tests encryption from mcrypt to sodium
- Change the way data are stored to add the algorithm to be linked to the entity
v1.5-RC2
Merge pull request #12 from cleverage/bugfix/handle-null-string Fix a bug when saving null instead of a string
v1.5-RC1
Merge pull request #11 from cleverage/tests/improve-mcrypt-to-sodium-…
v1.4
- Add a enabler to allow values to not be decrypted or encrypted temporary
v1.3.1
v1.3
- Change the extension of configuration from yml to yaml
- Add the encrypt Doctrine types automatically
v1.2
- Add the encrypt text Doctrine type
v1.1.1
- Fix a missing test when access a uninitialized property in the cypher key storage after adding typed properties
- Fix a bug when injection managers into the registry
v1.1
- Improve the code style and add a Makefile to run tests
- Add a Doctrine custom type to handle encryption to avoid issues with Doctrine events