Skip to content

Commit

Permalink
Update metadata (#524)
Browse files Browse the repository at this point in the history
  • Loading branch information
angusmcleod authored Jun 28, 2024
1 parent 0a3eb4f commit b8459ef
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
10 changes: 8 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
Contributors: scossar, cdck, angusmcleod, samsaffron, techapj
Tags: discourse, forum, comments, sso
Requires at least: 5.1
Tested up to: 6.4
Tested up to: 6.5.6
Requires PHP: 5.6
Stable tag: 2.5.3
Stable tag: 2.5.4
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -123,6 +123,12 @@ To create a coherent top menu, see our tutorial on how to make a [Custom nav hea

== Changelog ==

#### 2.5.4 28/06/2024

- Various improvements to webhooks, including email matching for Update Userdata webhook.
- PHP 8.1 deprecations.
- Don't require existing wp comments to show wp comments with setting.

#### 2.5.3 01/05/2024

- Improve HTML entites decoding in titles.
Expand Down
4 changes: 2 additions & 2 deletions wp-discourse.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Plugin Name: WP-Discourse
* Description: Use Discourse as a community engine for your WordPress blog
* Version: 2.5.3
* Version: 2.5.4
* Requires at least: 5.1
* Requires PHP: 5.6
* Author: Discourse
Expand Down Expand Up @@ -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.3' );
define( 'WPDISCOURSE_VERSION', '2.5.4' );
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" );
Expand Down

0 comments on commit b8459ef

Please sign in to comment.