Skip to content

Releases: chr15k/laravel-mysql-encrypt

2.2.1

09 Mar 09:44

Choose a tag to compare

  • Support Laravel 12

2.1.1

29 Nov 12:36

Choose a tag to compare

  • Remove call to global helper

2.1.0

29 Nov 12:27

Choose a tag to compare

  • Minor refactor
  • Tests added
  • Missing AES key exception class added

2.0.4

27 Nov 19:04

Choose a tag to compare

  • Fix model refresh issue relating to dirty encryptable attributes

2.0.3

05 Nov 13:07

Choose a tag to compare

  • Update readme

2.0.2

05 Nov 12:55

Choose a tag to compare

  • Remove console attribute

2.0.1

05 Nov 10:16

Choose a tag to compare

  • Update readme

2.0.0

05 Nov 10:04

Choose a tag to compare

  • Added new AES key generation command (using sha512 hashing alorithm as per MySQL encrypt docs)
  • Refactored validators to implement ValidationRule contract
  • Automatic decryption when accessing properties on a model
  • Fixed a bug where encrypted model fields where not being hydrated with decrypted values (i.e. on creation)
  • Updated MySQL AES_DECRYPT/AES_ENCRYPT queries as per MySQL encrypt docs
  • Updated README with example usage
  • Discontinued Lumen support as the project has been archived as of Apr 9, 2024

1.1.8

20 Mar 11:00

Choose a tag to compare

  • Fix service provider config directory path

1.1.7

20 Mar 10:56

Choose a tag to compare

update readme