This repository has been archived by the owner on Feb 7, 2022. It is now read-only.
Releases: KnpLabs/KnpMarkdownBundle
Releases · KnpLabs/KnpMarkdownBundle
Allowing Symfony 6, requiring at least PHP 7.4
Hi there!
This release adds support for Symfony 6 and PHP 8. That's... it!
What's Changed
- Symfony6 by @tacman in #111 and @bocharsky-bw in #111
Full Changelog: 1.9.0...1.10.0
Adding support for PHP 8
Fix for Symfony 5 + Twig compat
Symfony 5 support! Drop PHP 5.5, 5.6 & 7.0 support, Sf 2.8
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
See #98
Have fun!
Removal of the symfony/templating requirement
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
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
- Fixes a misconfiguration of the MarkdownHelper service that made it unusable. See #84 and thanks to @soullivaneuh for the fix!
Internal refactoring + minor improvements
Symfony 3 compatibility
- Allowed Symfony 3 versions in
composer.json