Skip to content

Releases: ingenerator/content-snippets

v3.0.0-ALPHA

04 Nov 09:37
5f9c6f6

Choose a tag to compare

v3.0.0-ALPHA Pre-release
Pre-release
  • 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

29 Jul 09:56
729891a

Choose a tag to compare

What's Changed

  • Add support for composer installers ^2 by @craig410 in #16

Full Changelog: v2.1.0...v2.1.1

v2.1.0 Support PHP 8.4

22 Jul 17:07
92f67c8

Choose a tag to compare

What's Changed

Full Changelog: v2.0.1...v2.1.0

v2.0.1

13 Dec 13:16
f310e0d

Choose a tag to compare

Fix missing imports for behat step definitions broken in 2.0.0

v2.0.0

13 Dec 09:46
e2c07ce

Choose a tag to compare

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

01 Oct 18:16
115e51e

Choose a tag to compare

What's Changed

Full Changelog: v1.4.0...v1.5.0

v1.4.0

08 Feb 14:15
86427db

Choose a tag to compare

What's Changed

Full Changelog: v1.3.2...v1.4.0

v1.3.2 Fix cache lifetime argument

25 Oct 09:07
96ac743

Choose a tag to compare

What's Changed

Full Changelog: v1.3.1...v1.3.2

v1.3.1 Use 'safe' cache keys

24 Oct 06:45
d599149

Choose a tag to compare

What's Changed

  • Use cache keys without reserved chars by @craig410 in #7

Full Changelog: v1.3.0...v1.3.1

v1.3.0 Support PHP 8.1 and PHP 8.2

17 Oct 08:48
ed45400

Choose a tag to compare

What's Changed

Full Changelog: v1.2.1...v1.3.0