Releases: KnpLabs/KnpDisqusBundle
PHP 8 support... finally!
Hi!
This release adds support for PHP 8 (finally) but no new features of bug fixes.
What's Changed
Full Changelog: 4.0.0...v4.1.0
Have fun!
Major release: BC breaks to service constructors
Hi!
This new release doesn't contain any new features. Instead, we changed the constructor argument to several services, which should not affect you until you are doing something custom.
This was motivated by the new DisqusClientInterface
introduced in 3.0. This interface wasn't "pure" in the fact that the main implementation - DisqusClient
- had extra methods that you truly needed to implement if you wanted to fully replace the DisqusClient
with your own, decorated implementation. The new version 4 fixes this.
See #53 for all the details.
Cheers!
Minor fix to type-hint in DisqusHelper
Fixing service configuration bug - missing Twig extension
Symfony 5 Support and Modernization
Hi!
This new release contains no new features, just a modernization of the bundle and support for Symfony 5.
See #50 for details and the updated README.
Cheers!
Symfony 4 support!
- Added Symfony 4 support! Thanks to @bcharriere on #49
Added Twig version 2 support
Symfony 3 support
The bundle now requires Symfony 2.3 or higher, and allows for ^3.0
.
The Travis matrix was updated to test for all versions.
Have a cool afternoon!
2.1.0
Updating the error slightly
v2.0 KnpDisqusBundle
- support latest symfony version include 2.3.*
- improve error catching when disqus.com does not response to prevent 500 error on page with disqus