Skip to content
This repository was archived by the owner on May 19, 2025. It is now read-only.

Releases: joelwmale/laravel-encryption

v2.1.4

01 May 04:47

Choose a tag to compare

What's Changed

  • Nesbot Carbon v3 support

Full Changelog: 2.1.3...2.1.4

v2.1.3

01 May 04:45

Choose a tag to compare

What's Changed

  • Nesbot Carbon v3 support

Full Changelog: 2.1.2...2.1.3

2.1.2

23 Apr 04:48

Choose a tag to compare

What's Changed

Full Changelog: 2.1.1...2.1.2

2.1.1

03 Sep 06:42

Choose a tag to compare

What's Changed

  • Laravel 11 support

Full Changelog: 2.1.0...2.1.1

v2.1.0

09 Jun 11:18

Choose a tag to compare

  • Add json support

v2.0.1

02 Nov 00:41

Choose a tag to compare

Fixes

  • Fixes an issue where an exceptions were thrown unnecessarily

v2.0.0

02 Nov 00:35

Choose a tag to compare

This is a breaking change from v1.0.0 due the encryption method being changed.

Adds

  • Add eloquent builder support (whereEncrypted, whereInEncrypted, orderByEncryped, etc)
  • Add datetime cast support

Changes

  • Encryption now always results in the same encrypted string if both the key + string match the previous result

Fixes

  • Update README

v1.0.0

24 Oct 06:31

Choose a tag to compare

v1.0.0

  • Initial release

Full Changelog: master@{1day}...1.0.0