Version 4.0.0

June 1, 2022

Added

  • Initial Craft CMS 4 release

Version 4.0.0-beta.3

April 11, 2022

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

April 11, 2022

Fixed

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

Version 4.0.0-beta.1

March 25, 2022

Added

  • Initial Craft CMS 4 compatibility

Version 1.1.3

April 20, 2021

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

August 15, 2019

Added

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

Version 1.1.1

August 10, 2019

Added

  • disqusPublicKey and disqusSecretKey can now be environmental variables

Changed

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

Version 1.1.0

January 4, 2019

Added

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

Version 1.0.7

February 1, 2018

Added

  • Renamed the composer package name to craft-disqus

Version 1.0.6

January 12, 2018

Added

  • Added the disqusCount() and craft.disqus.disqusCount() for getting the number of comments for a given Disqus thread

Changed

  • Cleaned up the code, added try/catch wrappers

Version 1.0.5

December 6, 2017

Changed

  • Updated to require craftcms/cms ^3.0.0-RC1
  • Switched to Craft::$app->view->registerTwigExtension to register the Twig extension

Version 1.0.4

August 5, 2017

Changed

  • Craft 3 beta 23 compatibility

Version 1.0.3

July 12, 2017

Changed

  • Craft 3 beta 20 compatibility

Version 1.0.2

March 24, 2017

Changed

  • hasSettings -> hasCpSettings for Craft 3 beta 8 compatibility
  • Added Craft 3 beta 8 compatible settings
  • Modified config service calls for Craft 3 beta 8

Version 1.0.1

March 20, 2017

Changed

  • Fixed broken SSO implementation by moving it all to one template
  • Deprecated the separate outputSSOTag() functions
  • Removed errant (and unneeded) |escape('js') filters
  • Updated README.md

Version 1.0.0

March 18, 2017

Added

  • Initial release