Skip to content

Releases: nystudio107/craft-disqus

5.0.0

07 Oct 00:25
Compare
Choose a tag to compare

Added

  • Initial Craft CMS 5 release

1.1.4

07 Oct 00:24
Compare
Choose a tag to compare

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 and ecs code linting
  • Add code-analysis.yaml GitHub action

Fixed

  • Fixed an issue where avatars wouldn't display (#37)
  • Fixed an issue where incorrect headers were sent if the API key was an environment variable or alias (#15)

Version 4.0.0

01 Jun 20:26
Compare
Choose a tag to compare

Added

  • Initial Craft CMS 4 release

Version 4.0.0-beta.3

11 Apr 18:58
Compare
Choose a tag to compare

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

11 Apr 18:41
Compare
Choose a tag to compare

Fixed

  • Fixed an issue where the Disqus tag was not output as HTML, but rather a plain text

Version 4.0.0-beta.1

25 Mar 20:01
Compare
Choose a tag to compare

Added

  • Initial Craft CMS 4 compatibility

Version 1.1.3

20 Apr 16:17
Compare
Choose a tag to compare

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 from json_encode

Version 1.1.2

15 Aug 14:56
Compare
Choose a tag to compare

Added

  • Fixed a regression that could cause an exception to be thrown when editing the plugin settings

Version 1.1.1

10 Aug 19:50
Compare
Choose a tag to compare

Added

  • disqusPublicKey and disqusSecretKey can now be environmental variables

Changed

  • Fixed a deprecation error for craft.config.get()

Version 1.1.0

05 Jan 02:51
Compare
Choose a tag to compare

Added

  • Disqus JavaScript is now lazy loaded, only when the comments scroll into the viewport