- Fix missing imports for behat step definitions broken in 2.0.0
- [BREAKING] Use doctrine attributes instead of annotations for entity metadata
- [BREAKING] Add hard parameter and return typehints to all classes
- [BREAKING] ContentSnippetContentFilter is now an interface, use HtmlPurifierContentFilter for a runtime implementation. The ->filterContent now returns a ContentFilterResult DTO instead of a plain array.
- Drop support for PHP 8.2
- Internal test & config files are now excluded from distribution archives
- Upgraded to PHPUnit 11 for internal tests
- Support PHP 8.3
- Drop support for PHP 8.0 & 8.1
- Support kohana-extras v3
- Fix cache lifetime argument missed in v1.3.1
- Use cache keys which avoid reserved characters
- Support PHP 8.1 and PHP 8.2
- Support PHP8
- Support php 7.4
- Support kohana-extras 1.0 or 2.0 (the BC breaks don't affect us)
- Ensure support for php7.2
- Drop support for php5
- Support kohana-extras 0.4
- First version