Skip to content

Commit

Permalink
Merge pull request #129 from disqus/release-3.0.24
Browse files Browse the repository at this point in the history
Release 3.0.24
  • Loading branch information
chrisjtang authored Jan 9, 2024
2 parents 68e2b93 + 0da3d87 commit c4dd64f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion disqus/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: disqus, alexkingorg, crowdfavorite, zeeg, tail, thetylerhayes, rya
Tags: disqus, comments, engagement, threaded, email, notification, spam, avatars, community, profile, widget
Requires at least: 4.4
Tested up to: 6.4.2
Stable tag: 3.0.23
Stable tag: 3.0.24
Requires PHP: 5.6

Disqus is the web's most popular comment system. Use Disqus to increase engagement, retain readers, and grow your audience.
Expand Down Expand Up @@ -123,6 +123,12 @@ Go to [https://disqus.com/help/wordpress](https://disqus.com/help/wordpress)
11. Moderate by Email Notifications

== Changelog ==
= 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.
Expand Down
4 changes: 2 additions & 2 deletions disqus/disqus.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* Plugin Name: Disqus for WordPress
* Plugin URI: https://disqus.com/
* Description: Disqus helps publishers increase engagement and build loyal audiences. Supports syncing comments to your database for easy backup.
* Version: 3.0.23
* Version: 3.0.24
* Author: Disqus
* Author URI: https://disqus.com/
* License: GPL-2.0+
Expand All @@ -24,7 +24,7 @@
* Domain Path: /languages
*/

$DISQUSVERSION = '3.0.23';
$DISQUSVERSION = '3.0.24';

// If this file is called directly, abort.
if ( ! defined( 'WPINC' ) ) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "disqus-wordpress-plugin",
"version": "3.0.23",
"version": "3.0.24",
"description": "A WordPress plugin that allows site owners to easily replace the default commenting system with Disqus",
"main": "frontend/src/js/index.js",
"scripts": {
Expand Down

0 comments on commit c4dd64f

Please sign in to comment.