KnpMarkdownBundle Versions Save

Symfony wrapper for PHP markdown

1.10.0

2 years ago

Hi there!

This release adds support for Symfony 6 and PHP 8. That's... it!

What's Changed

Full Changelog: https://github.com/KnpLabs/KnpMarkdownBundle/compare/1.9.0...1.10.0

1.9.0

3 years ago

Hi there!

This is a tiny (overdue) release to add PHP 8 support to the bundle. Thanks to @RobinDev in #107

Have fun!

1.8.1

4 years ago

Hi!

This fixes a problem with Symfony 5 and Twig compat - see #102.

Cheers!

1.8.0

4 years ago

Hi!

Just one change - see #100 for Symfony 5 support. This also drops support for PHP 5.5, 5.6 & 7.0 support as well as Symfony 2.8-3.3 (3.4 is now required).

Have fun!

1.7.1

5 years ago

See #98

Have fun!

1.7.0

6 years ago

Hi guys!

This is a minor release that includes no features, except that the symfony/templating component is no longer a dependency (which means it will not be downloaded when you use this bundle - woo!) - see #94.

Cheers!

1.6.0

6 years ago

This release adds Symfony 4 support ?!

We also dropped support for Symfony 2.3 and 2.7 (2.8 is now oldest supported) and bumped the minimum PHP version support to PHP 5.5.

1.5.1

8 years ago
  • Fixes a misconfiguration of the MarkdownHelper service that made it unusable. See #84 and thanks to @Soullivaneuh for the fix!

1.5.0

8 years ago
  • [BC BREAK] If you previously overrode (extended) MarkdownHelper or MarkdownTwigExtension, the __construct method of each changed slightly #81
  • Support for adding extra attributes in a link (e.g. [text](link)(#id .class)) was added in #82

1.4.2

8 years ago
  • Allowed Symfony 3 versions in composer.json