From e8e93b5057594d14b903af482003eaaf3fdf3cb0 Mon Sep 17 00:00:00 2001 From: Angus McLeod Date: Wed, 11 Dec 2024 13:33:40 +0100 Subject: [PATCH 1/2] Bump version and add release notes --- readme.txt | 9 +++++++-- wp-discourse.php | 4 ++-- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/readme.txt b/readme.txt index bde5206d..a84c07b7 100644 --- a/readme.txt +++ b/readme.txt @@ -2,9 +2,9 @@ Contributors: scossar, cdck, angusmcleod, samsaffron, techapj Tags: discourse, forum, comments, sso Requires at least: 5.1 -Tested up to: 6.6.3 +Tested up to: 6.7.1 Requires PHP: 5.6 -Stable tag: 2.5.5 +Stable tag: 2.5.6 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -123,6 +123,11 @@ To create a coherent top menu, see our tutorial on how to make a [Custom nav hea == Changelog == +#### 2.5.6 10/10/2024 + +- Security updates. +- Fix incorrect auto-publish of quick edits. + #### 2.5.5 10/10/2024 - Security updates. diff --git a/wp-discourse.php b/wp-discourse.php index 6e65ce40..50aa97c6 100644 --- a/wp-discourse.php +++ b/wp-discourse.php @@ -2,7 +2,7 @@ /** * Plugin Name: WP-Discourse * Description: Use Discourse as a community engine for your WordPress blog - * Version: 2.5.5 + * Version: 2.5.6 * Requires at least: 5.1 * Requires PHP: 5.6 * Author: Discourse @@ -36,7 +36,7 @@ define( 'WPDISCOURSE_URL', plugins_url( '', __FILE__ ) ); define( 'MIN_WP_VERSION', '4.7' ); define( 'MIN_PHP_VERSION', '5.6.0' ); -define( 'WPDISCOURSE_VERSION', '2.5.5' ); +define( 'WPDISCOURSE_VERSION', '2.5.6' ); define( 'WPDISCOURSE_LOGO_URL', WPDISCOURSE_PATH . 'assets/icon.svg' ); $base64 = base64_encode( file_get_contents( WPDISCOURSE_LOGO_URL ) ); define( 'WPDISCOURSE_LOGO', "data:image/svg+xml;base64,$base64" ); From 698d7fcef8b0050df19cedbfa756f38f6b39232c Mon Sep 17 00:00:00 2001 From: Angus McLeod Date: Wed, 11 Dec 2024 13:36:05 +0100 Subject: [PATCH 2/2] Fix change date --- readme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index a84c07b7..2648628e 100644 --- a/readme.txt +++ b/readme.txt @@ -123,7 +123,7 @@ To create a coherent top menu, see our tutorial on how to make a [Custom nav hea == Changelog == -#### 2.5.6 10/10/2024 +#### 2.5.6 11/12/2024 - Security updates. - Fix incorrect auto-publish of quick edits.