Skip to content

Releases: cleverage/SidusEncryptionBundle

v1.5.1

07 Jan 15:34
255ea45
Compare
Choose a tag to compare
  • Fix a bug when decrypting from mcrypt as the fallback decryption is not triggered

v1.5

15 Dec 13:55
6e2f065
Compare
Choose a tag to compare
  • 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

08 Dec 10:17
6e2f065
Compare
Choose a tag to compare
v1.5-RC2 Pre-release
Pre-release
Merge pull request #12 from cleverage/bugfix/handle-null-string

Fix a bug when saving null instead of a string

v1.5-RC1

08 Dec 08:55
af43afd
Compare
Choose a tag to compare
v1.5-RC1 Pre-release
Pre-release
Merge pull request #11 from cleverage/tests/improve-mcrypt-to-sodium-…

v1.4

04 Dec 15:43
3507d71
Compare
Choose a tag to compare
  • Add a enabler to allow values to not be decrypted or encrypted temporary

v1.3.1

01 Dec 10:29
272ca6b
Compare
Choose a tag to compare
  • Fix a bug when decrypting blank string #6

v1.3

30 Nov 08:35
Compare
Choose a tag to compare
  • Change the extension of configuration from yml to yaml
  • Add the encrypt Doctrine types automatically

v1.2

27 Nov 10:19
daa315b
Compare
Choose a tag to compare
  • Add the encrypt text Doctrine type

v1.1.1

26 Nov 10:21
Compare
Choose a tag to compare
  • 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

23 Nov 13:24
Compare
Choose a tag to compare
  • 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