Skip to content

v1.1.0

Choose a tag to compare

@onamfc onamfc released this 10 Jul 19:17
· 24 commits to main since this release
bafc891
  • PHP Version: Updated minimum PHP requirement to 8.2 (Laravel 12's requirement)
  • Illuminate Dependencies: Added ^12.0 to all Laravel package constraints
  • Model Accessors: Updated to use Laravel's new Attribute class instead of the deprecated get{Attribute}Attribute() pattern
  • Request Facade: Replaced Request:: facade calls with request() helper for better compatibility
  • Schema Connection Handling: Improved null connection handling in migrations
  • Testing Dependencies: Updated Orchestra Testbench and PHPUnit versions

The updated package will still work with Laravel 9, 10, and 11 while being ready for Laravel 12. The changes use patterns that are available across all supported versions.