Skip to content

Latest commit

 

History

History
43 lines (23 loc) · 862 Bytes

CHANGELOG.md

File metadata and controls

43 lines (23 loc) · 862 Bytes

Changelog

All notable changes to laravel-encryptable will be documented in this file.

3.3.0 - 2024-03-27

What's Changed

  • Laravel 11.x Compatibility by @enricodelazzari in #26

3.2.1 - 2024-01-25

What's Changed

  • FIX php unserializer issues

3.2.0 - 2023-02-13

What's Changed

  • Add support to Laravel 10.x

3.1.0 - 2022-11-25

What's Changed

  • Added a new Rule macro for both UniqueEncrypted and ExistsEncrypted rules
  • Fixed UniqueEncrypted and ExistsEncrypted rules minor issues

Full Changelog: https://github.com/maize-tech/laravel-encryptable/compare/3.0.0...3.1.0

3.0.0 - 2022-02-15

  • add laravel 9 support
  • drop support to older laravel versions

2.0.0 - 2021-10-12

  • UPDATE package namespace

1.0.0 - 2021-06-25

  • first release 🚀