v3.0.0
What's Changed
- fixes deprecations for php 8.4l
Full Changelog: v2.3.1...v3.0.0
Breaking changes
trigger_error with E_USER_ERROR is deprecated in php 8.4. They are replaced with simple Exceptions now. For those who were relying on triggered errors, should adjust their code.