Skip to content
This repository has been archived by the owner on Feb 7, 2022. It is now read-only.

Releases: KnpLabs/KnpMarkdownBundle

Allowing Symfony 6, requiring at least PHP 7.4

26 Jan 18:48
dc113af
Compare
Choose a tag to compare

Hi there!

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

What's Changed

Full Changelog: 1.9.0...1.10.0

Adding support for PHP 8

03 Mar 20:03
843b3d0
Compare
Choose a tag to compare

Hi there!

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

Have fun!

Fix for Symfony 5 + Twig compat

26 Nov 13:20
7238cc2
Compare
Choose a tag to compare

Hi!

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

Cheers!

Symfony 5 support! Drop PHP 5.5, 5.6 & 7.0 support, Sf 2.8

26 Nov 03:03
Compare
Choose a tag to compare

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!

Fixing Symfony 4.2 deprecation

03 Jan 19:49
c055def
Compare
Choose a tag to compare

Removal of the symfony/templating requirement

23 Jan 15:36
9127968
Compare
Choose a tag to compare

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!

Symfony 4 support + drop old support

29 Nov 18:34
Compare
Choose a tag to compare

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.

Bug fix for broken 1.5.0 tag

04 May 16:11
Compare
Choose a tag to compare
  • Fixes a misconfiguration of the MarkdownHelper service that made it unusable. See #84 and thanks to @soullivaneuh for the fix!

Internal refactoring + minor improvements

28 Apr 01:00
Compare
Choose a tag to compare
  • [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

Symfony 3 compatibility

15 Dec 20:43
Compare
Choose a tag to compare
  • Allowed Symfony 3 versions in composer.json