diff --git a/disqus/README.txt b/disqus/README.txt index 1c87310..38dfe76 100755 --- a/disqus/README.txt +++ b/disqus/README.txt @@ -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.24.1 +Stable tag: 3.1 Requires PHP: 5.6 Disqus is the web's most popular comment system. Use Disqus to increase engagement, retain readers, and grow your audience. @@ -125,6 +125,12 @@ Go to [https://disqus.com/help/wordpress](https://disqus.com/help/wordpress) 11. Moderate by Email Notifications == Changelog == += 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. + = 3.0.24.1 = * Add WP 6.4 to Github Actions CI and fixed dependency issues for WP 6.4 diff --git a/disqus/disqus.php b/disqus/disqus.php index 186cba7..9dde9c3 100755 --- a/disqus/disqus.php +++ b/disqus/disqus.php @@ -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.24.1 + * Version: 3.1 * Author: Disqus * Author URI: https://disqus.com/ * License: GPL-2.0+ @@ -24,7 +24,7 @@ * Domain Path: /languages */ -$DISQUSVERSION = '3.0.24.1'; +$DISQUSVERSION = '3.1'; // If this file is called directly, abort. if ( ! defined( 'WPINC' ) ) { diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index e2c9534..e777c1a 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +### 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. + +### 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 diff --git a/package.json b/package.json index 5d0a155..b175e1e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "disqus-wordpress-plugin", - "version": "3.0.24.1", + "version": "3.1", "description": "A WordPress plugin that allows site owners to easily replace the default commenting system with Disqus", "main": "frontend/src/js/index.js", "scripts": {