Skip to content

v3.0.0

Choose a tag to compare

@henzeb henzeb released this 09 May 06:14
· 13 commits to main since this release
31c28ec

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.