Releases: nystudio107/craft-disqus
Releases · nystudio107/craft-disqus
5.0.0
1.1.4
Added
- Added a Lazy Load Disqus settings option, so you can control whether the Disqus JavaScript is lazily loaded or not (#8)
- Added the ability to pass in additional attributes that will be added to the rendered Disqus
<script>
tag (#28) - Added the ability to use environment variables / aliases for the additional settings (#15)
- Add
phpstan
andecs
code linting - Add
code-analysis.yaml
GitHub action
Fixed
Version 4.0.0
Added
- Initial Craft CMS 4 release
Version 4.0.0-beta.3
Fixed
- Fixed an issue where the Disqus tag was not output as HTML, but rather a plain text via the Twig Extension
Version 4.0.0-beta.2
Fixed
- Fixed an issue where the Disqus tag was not output as HTML, but rather a plain text
Version 4.0.0-beta.1
Added
- Initial Craft CMS 4 compatibility
Version 1.1.3
Added
- Added Dockerfile & Makefile for building docs
Changed
- Move settings from the
composer.json
“extra” to the plugin main class
Fixed
- Fixed an issue where an error was thrown if a
null
value was returned fromjson_encode
Version 1.1.2
Added
- Fixed a regression that could cause an exception to be thrown when editing the plugin settings
Version 1.1.1
Added
disqusPublicKey
anddisqusSecretKey
can now be environmental variables
Changed
- Fixed a deprecation error for
craft.config.get()
Version 1.1.0
Added
- Disqus JavaScript is now lazy loaded, only when the comments scroll into the viewport