Skip to content

Commit 5e6dda2

Browse files
authored
Merge pull request #2 from wazzac/develop/v0.2.0
Develop/v0.2.0 to `main`: First Beta deployment.
2 parents f7b8063 + 100967a commit 5e6dda2

File tree

2 files changed

+25
-3
lines changed

2 files changed

+25
-3
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
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

325
Initial Alpha release. The package is functional, with documentation and unit tests included.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ A Laravel package for secure, transparent encryption and decryption of sensitive
1010
- **Search/filter on encrypted properties using SHA-256 hash**
1111
- No sensitive values are ever logged
1212
- Easy integration: just add the trait and define `$encryptedProperties` in your model
13-
- Compatible with Laravel 9+
13+
- Compatible with Laravel 12
1414

1515
## Requirements
16-
- PHP 8.1+
17-
- Laravel 9 or higher
16+
- PHP 8.2+
17+
- Laravel 12
1818
- OpenSSL PHP extension
1919

2020
## How It Works

0 commit comments

Comments
 (0)