From bb636eafaacc80c6148874a8dc2beb6a17ebfc02 Mon Sep 17 00:00:00 2001 From: Debian Date: Tue, 2 Apr 2024 22:12:57 +0000 Subject: [PATCH 1/2] wp 6.5 updates --- .github/workflows/test.yml | 2 +- disqus/README.txt | 5 ++++- docs/CHANGELOG.md | 3 +++ 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8e567c0..ad99656 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,7 +10,7 @@ jobs: matrix: php: ["7.4", "8.0", "8.1", "8.2"] mysql: ["5.7", "8.0"] - wordpress: ["6.4", "6.3", "6.2", "6.0", "5.9"] + wordpress: ["6.5", "6.4", "6.3", "6.2", "6.0", "5.9"] steps: - name: Checkout code diff --git a/disqus/README.txt b/disqus/README.txt index 38dfe76..291f955 100755 --- a/disqus/README.txt +++ b/disqus/README.txt @@ -2,7 +2,7 @@ Contributors: disqus, alexkingorg, crowdfavorite, zeeg, tail, thetylerhayes, ryanv12, iamfrancisyo, brevityness, tterb, chrisjtang Tags: disqus, comments, engagement, threaded, email, notification, spam, avatars, community, profile, widget Requires at least: 4.4 -Tested up to: 6.4.2 +Tested up to: 6.5 Stable tag: 3.1 Requires PHP: 5.6 @@ -125,6 +125,9 @@ Go to [https://disqus.com/help/wordpress](https://disqus.com/help/wordpress) 11. Moderate by Email Notifications == Changelog == += 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. diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index e777c1a..1226c98 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +### 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. From f48f3b83e2c25825324476e548cb857eecf600ed Mon Sep 17 00:00:00 2001 From: Debian Date: Tue, 2 Apr 2024 22:14:53 +0000 Subject: [PATCH 2/2] update versioning to 3.1.1 --- disqus/README.txt | 2 +- disqus/disqus.php | 4 ++-- frontend/src/ts/components/WhatsNew.tsx | 2 +- package.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/disqus/README.txt b/disqus/README.txt index 291f955..a49be36 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.5 -Stable tag: 3.1 +Stable tag: 3.1.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. diff --git a/disqus/disqus.php b/disqus/disqus.php index 9dde9c3..f76d595 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.1 + * Version: 3.1.1 * Author: Disqus * Author URI: https://disqus.com/ * License: GPL-2.0+ @@ -24,7 +24,7 @@ * Domain Path: /languages */ -$DISQUSVERSION = '3.1'; +$DISQUSVERSION = '3.1.1'; // If this file is called directly, abort. if ( ! defined( 'WPINC' ) ) { diff --git a/frontend/src/ts/components/WhatsNew.tsx b/frontend/src/ts/components/WhatsNew.tsx index 0f47c1e..4887332 100644 --- a/frontend/src/ts/components/WhatsNew.tsx +++ b/frontend/src/ts/components/WhatsNew.tsx @@ -1,6 +1,6 @@ import * as React from 'react'; -const latestVersion: String = '3.1'; +const latestVersion: String = '3.1.1'; const updates: Array = [ 'The Disqus Embed will now render properly on sites using WordPress Block Themes in addition to Classic Themes', 'A refreshed UI for the Disqus plugin admin panel', diff --git a/package.json b/package.json index b175e1e..92a3b05 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "disqus-wordpress-plugin", - "version": "3.1", + "version": "3.1.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": {