Skip to content

Releases: disqus/disqus-wordpress-plugin

Disqus v3.1.1

01 Apr 16:38
269e269
Compare
Choose a tag to compare

3.1.1

  • Add WP 6.5 to Github Actions CI

3.1

  • Disqus Embed now loads correctly on WordPress Block Themes.
  • Improved visibility for latest plugin version and important changes.
  • Added links to remove ads and clarified language around ad-supported plans.
  • Modernized styling and effects to match Disqus colors.

Disqus 3.0.24.1

10 Jan 16:28
Compare
Choose a tag to compare

= 3.0.24.1 =

  • Add WP 6.4 to Github Actions CI and fixed dependency issues for WP 6.4

= 3.0.24 =

  • Fixed multiple bugs with the manual syncing tool regarding syncing comments without parents and syncing comments missing thread data.
  • Increased allowable date range for manual syncing tool to allow for easier syncing of historical comment data.
  • Improved automatic syncing tool's error messaging and troubleshooting with regards to issues with fetching sync status and starting automatic syncing.
  • Improved the error messages that get exposed to the browser console when issues occur with the manual and automatic syncing tools for easier future troubleshooting.

= 3.0.23 =

  • Fixed a bug with the automatic comment import tool with newer versions of WordPress and added tests.
  • Improved visual layout of the plugin. Updated corresponding snapshot for frontend test.
  • Added updated directions for running tests locally.
  • Update CI/CD to use GitHub actions.

= 3.0.22 =

  • Added improvements to manual comment syncing (thanks Artem Russakovskii)
  • Fixed a bug with the embed handling pages with missing container IDs
  • Fixed a bug with REST URLs handling emtpy host configurations

Disqus 3.0.21

01 Feb 19:47
Compare
Choose a tag to compare

This release fixes an issue that caused the plugin to request the admin bundles with the previous plugin version.

Bug Fixes πŸ›

  • Fixed issue with $DISQUSVERSION not being updated with other plugin versions, which caused issues loading the plugin admin bundles (e37605f)

Disqus 3.0.20

29 Jan 23:19
Compare
Choose a tag to compare

This release fixes an issue that caused all comments from other posts to sync to the sticky post and includes maintenance tasks that improve the publishing process and patches for potential dependency vulnerabilities.

Bug Fixes πŸ›

  • Fixed issue with comments syncing to one sticky post (fb0b37c)

Maintenance πŸ‘·

  • Bumped ini from 1.3.5 to 1.3.7 (2a2677a)
  • Bumped elliptic from 6.4.1 to 6.5.3 (a9d0a53)
  • Bumped lodash from 4.17.11 to 4.17.20 (54028ae)
  • Bumped acorn from 5.7.3 to 5.7.4 (7bb7460)
  • Added bash script to automate plugin publishing process (fcf0fa4)

Disqus 3.0.19

29 Jan 23:39
326d1ef
Compare
Choose a tag to compare

This release fixes a CI issue that caused the WordPress admin bundles to not be omitted from the published plugin.

Bug Fixes πŸ›

  • Fixed an issue where the WordPress admin bundles weren't being published with the plugin (326d1ef)

Maintenance πŸ‘·

  • Added Github issue and pull-request templates (3efd0ed)

Disqus 3.0.18

29 Jan 23:49
af9a7ad
Compare
Choose a tag to compare

This release fixes an issue that caused the count.js script to be requested on pages without comments or comment counts, confirms WordPress v5.6 compatibility, and resolves a variety of CI configuration issues.

Bug Fixes πŸ›

  • Fixed an issue that was causing the count.js script to be requested on unrelated pages (6b01dd2)

Maintenance πŸ‘·

  • Tested the plugin compatibility with WordPress v5.6 (4265681)
  • Updated plugin documentation and screenshots (d9db125)
  • Resolved multiple issues in the Travis CI configuration (f3c9a87)

Disqus 3.0.6

02 Feb 22:52
Compare
Choose a tag to compare

This is our first stable release candidate meant to be published in the WordPress plugin directory. As such it only includes some small fixes/changes to prepare it for release.

Features ✨

  • Tweaked the support tab design to include some icons and links 30874f9 and 180b144

Maintenance πŸ‘·

  • Pre-release alert no longer appears for stable versions d3d4c4c
  • Renamed the confusing "Export" tool to "Import" to be more consistent with Disqus terminology c752f09
  • Added a "Learn more" link to the importing tool 2bd2eaa
  • Remove "Beta" references d9e969a

Disqus 3.0.5-beta

08 Jan 23:46
Compare
Choose a tag to compare
Disqus 3.0.5-beta Pre-release
Pre-release

This fixes an import bug causing malformed author names and missing comment content

Bug Fixes πŸ›

  • Use DOMDocument's CDATA generator 6a6e49c

Disqus 3.0.4-beta

05 Jan 23:16
Compare
Choose a tag to compare
Disqus 3.0.4-beta Pre-release
Pre-release

This fixes an install bug introduced in 3.0.3-beta

Bug Fixes πŸ›

  • Fix bug preventing automatic installation 1d76115

Disqus 3.0.3-beta

05 Jan 19:45
Compare
Choose a tag to compare
Disqus 3.0.3-beta Pre-release
Pre-release

This version includes a cleanup of the admin UI and a new comment exporter feature.

Features ✨

  • New, cleaner admin UI ea2717d
  • Comment exporting tool so you can bring your WordPress comments to Disqus 3d46356

Maintenance πŸ‘·