Skip to content

Commit 7984db9

Browse files
authored
Two Six Zero (#556)
1 parent 8b0511d commit 7984db9

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

readme.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: discourse, forum, comments, sso
44
Requires at least: 5.1
55
Tested up to: 6.8.1
66
Requires PHP: 5.6
7-
Stable tag: 2.5.9
7+
Stable tag: 2.6.0
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.0 20/10/2025
127+
128+
- Remove legacy 'Match Posts by Title' setting.
129+
- Only load Ajax posts if we have a post id.
130+
126131
#### 2.5.9 10/06/2025
127132

128133
- Updated publish post meta fields storage approach.

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.5.9
5+
* Version: 2.6.0
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.5.8' );
39+
define( 'WPDISCOURSE_VERSION', '2.6.0' );
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)