Skip to content

Releases: chr15k/laravel-mysql-encrypt

2.1.1

29 Nov 12:36
Compare
Choose a tag to compare
  • Remove call to global helper

2.1.0

29 Nov 12:27
Compare
Choose a tag to compare
  • Minor refactor
  • Tests added
  • Missing AES key exception class added

2.0.4

27 Nov 19:04
Compare
Choose a tag to compare
  • Fix model refresh issue relating to dirty encryptable attributes

2.0.3

05 Nov 13:07
Compare
Choose a tag to compare
  • Update readme

2.0.2

05 Nov 12:55
Compare
Choose a tag to compare
  • Remove console attribute

2.0.1

05 Nov 10:16
Compare
Choose a tag to compare
  • Update readme

2.0.0

05 Nov 10:04
Compare
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
Compare
Choose a tag to compare
  • Fix service provider config directory path

1.1.7

20 Mar 10:56
Compare
Choose a tag to compare
update readme

1.1.6

20 Mar 10:50
Compare
Choose a tag to compare
  • Laravel 8 support