Releases: SetBased/php-exception
Releases · SetBased/php-exception
2.6.0
Support for PHP 8.3 and 8.4 only.
2.5.0
- Drop PHP 8.2.
- Support PHP 8.4.
2.4.0
- Upgrade to PHP 8.2 and higher.
2.3.0
- Upgrade to PHP 8.1 and higher.
- Use GitHub actions.
2.2.0
- Drop support for PHP 7.3 and PHP 8.x ready.
2.1.2
- FallenException must be a LogicException.
2.1.1
- Housekeeping changes only.
2.1.0
- Updated dependencies:
- require PHP >= 7.3.0
- require phpunit ^9.0
2.0.1
- Wrong parameters for Exception([string $message [, long $code [, Throwable $previous = NULL]]]).
2.0.0
- PHP 7.1+.
- Use type hinting.
- Updated dependencies.