Skip to content

Beta Release

Pre-release
Pre-release
Compare
Choose a tag to compare
@wazzac wazzac released this 16 Jun 11:20
· 1 commit to main since this release
5e6dda2

Beta is here!!

Update the code set from Alpha to Beta.

Added

  • Laravel 11 support.
  • Improved encryption key rotation command.
  • Configurable encryption cipher via config file.
  • Automatic casting of encrypted attributes.
  • Expanded test coverage for edge cases.

Fixed

  • Resolved issues with model event listeners not triggering on encrypted attributes.
  • Fixed bug with database connection selection during encryption.

Changed

  • Updated documentation for new features and configuration options.
  • Refactored encryption trait for better performance and maintainability.