Skip to content

Commit 02499f8

Browse files
authored
Version 2.6.1 (#572)
* Version 2.6.1 * Update readme.txt * Bump phpunit
1 parent c89dd5a commit 02499f8

3 files changed

Lines changed: 10 additions & 5 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"squizlabs/php_codesniffer": "3.*",
3030
"dealerdirect/phpcodesniffer-composer-installer": "^1.0.0",
3131
"10up/wp_mock": "0.4.2",
32-
"phpunit/phpunit": "9.6",
32+
"phpunit/phpunit": "^9.6.33",
3333
"phpunit/php-code-coverage": "^9.2.13",
3434
"phpcompatibility/php-compatibility": "*",
3535
"wp-coding-standards/wpcs": "^3.0",

readme.txt

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
Contributors: scossar, cdck, angusmcleod, samsaffron, techapj
33
Tags: discourse, forum, comments, sso
44
Requires at least: 5.1
5-
Tested up to: 6.8.1
5+
Tested up to: 6.9.0
66
Requires PHP: 5.6
7-
Stable tag: 2.6.0
7+
Stable tag: 2.6.1
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

@@ -123,6 +123,11 @@ To create a coherent top menu, see our tutorial on how to make a [Custom nav hea
123123

124124
== Changelog ==
125125

126+
#### 2.6.1 29/01/2026
127+
128+
- Support for Wordpress 6.9.0
129+
- Respect wp_send_new_user_notification_to_user filter
130+
126131
#### 2.6.0 20/10/2025
127132

128133
- Remove legacy 'Match Posts by Title' setting.

wp-discourse.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Plugin Name: WP-Discourse
44
* Description: Use Discourse as a community engine for your WordPress blog
5-
* Version: 2.6.0
5+
* Version: 2.6.1
66
* Requires at least: 5.1
77
* Requires PHP: 5.6
88
* Author: Discourse
@@ -36,7 +36,7 @@
3636
define( 'WPDISCOURSE_URL', plugins_url( '', __FILE__ ) );
3737
define( 'MIN_WP_VERSION', '4.7' );
3838
define( 'MIN_PHP_VERSION', '5.6.0' );
39-
define( 'WPDISCOURSE_VERSION', '2.6.0' );
39+
define( 'WPDISCOURSE_VERSION', '2.6.1' );
4040
define( 'WPDISCOURSE_LOGO_URL', WPDISCOURSE_PATH . 'assets/icon.svg' );
4141
$base64 = base64_encode( file_get_contents( WPDISCOURSE_LOGO_URL ) );
4242
define( 'WPDISCOURSE_LOGO', "data:image/svg+xml;base64,$base64" );

0 commit comments

Comments
 (0)