File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change 1+ ## v0.2-beta ` 2025-06-17 `
2+
3+ First Beta release of the package. 🥳
4+
5+ ### Added
6+
7+ - Laravel 11 support.
8+ - Improved encryption key rotation command.
9+ - Configurable encryption cipher via config file.
10+ - Automatic casting of encrypted attributes.
11+ - Expanded test coverage for edge cases.
12+
13+ ### Fixed
14+
15+ - Resolved issues with model event listeners not triggering on encrypted attributes.
16+ - Fixed bug with database connection selection during encryption.
17+
18+ ### Changed
19+
20+ - Updated documentation for new features and configuration options.
21+ - Refactored encryption trait for better performance and maintainability.
22+
123## v0.1.0-alpha ` 2025-06-14 `
224
325Initial Alpha release. The package is functional, with documentation and unit tests included.
You can’t perform that action at this time.
0 commit comments