Releases: ingenerator/content-snippets
Releases · ingenerator/content-snippets
v3.0.0-ALPHA
- Drop support for PHP < 8.4
- Upgrade to ingenerator/kohana-view@5.x - this involves breaking changes to the internal API of the ViewModel classes.
v2.1.1
v2.1.0 Support PHP 8.4
v2.0.1
v2.0.0
Breaking changes
- Use doctrine attributes instead of annotations for entity metadata See #11
- Add hard parameter and return typehints to all classes See #12
- ContentSnippetContentFilter is now an interface, use HtmlPurifierContentFilter for a runtime implementation. The ->filterContent now returns a ContentFilterResult DTO instead of a plain array. See #12
Other changes
- Drop support for PHP 8.2
- Internal test & config files are now excluded from distribution archives
- Upgraded to PHPUnit 11 for internal tests
v1.5.0
v1.4.0
v1.3.2 Fix cache lifetime argument
v1.3.1 Use 'safe' cache keys
What's Changed
Full Changelog: v1.3.0...v1.3.1