Skip to content

Commit e6dabb8

Browse files
authored
Release 5.9.2 (#1714)
1 parent 3af53be commit e6dabb8

File tree

4 files changed

+14
-9
lines changed

4 files changed

+14
-9
lines changed

.github/changelog/1709-from-description

Lines changed: 0 additions & 4 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [5.9.2] - 2025-05-16
9+
### Fixed
10+
- Titles added through a Heading block in the Reactions block now stay properly hidden when there are no reactions. [#1709]
11+
812
## [5.9.1] - 2025-05-15
913
### Fixed
1014
- Fixed a bug where Reaction blocks without modified titles did not get displayed correctly. [#1705]
@@ -1216,6 +1220,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
12161220
### Added
12171221
- initial
12181222

1223+
[5.9.2]: https://github.com/Automattic/wordpress-activitypub/compare/5.9.1...5.9.2
12191224
[5.9.1]: https://github.com/Automattic/wordpress-activitypub/compare/5.9.0...5.9.1
12201225
[5.9.0]: https://github.com/Automattic/wordpress-activitypub/compare/5.8.0...5.9.0
12211226
[5.8.0]: https://github.com/Automattic/wordpress-activitypub/compare/5.7.0...5.8.0

activitypub.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: ActivityPub
44
* Plugin URI: https://github.com/Automattic/wordpress-activitypub
55
* Description: The ActivityPub protocol is a decentralized social networking protocol based upon the ActivityStreams 2.0 data format.
6-
* Version: 5.9.1
6+
* Version: 5.9.2
77
* Author: Matthias Pfefferle & Automattic
88
* Author URI: https://automattic.com/
99
* License: MIT
@@ -19,7 +19,7 @@
1919

2020
use WP_CLI;
2121

22-
\define( 'ACTIVITYPUB_PLUGIN_VERSION', '5.9.1' );
22+
\define( 'ACTIVITYPUB_PLUGIN_VERSION', '5.9.2' );
2323

2424
// Plugin related constants.
2525
\define( 'ACTIVITYPUB_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );

readme.txt

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: automattic, pfefferle, mattwiebe, obenland, akirk, jeherve, mediaf
33
Tags: OStatus, fediverse, activitypub, activitystream
44
Requires at least: 6.4
55
Tested up to: 6.8
6-
Stable tag: 5.9.1
6+
Stable tag: 5.9.2
77
Requires PHP: 7.2
88
License: MIT
99
License URI: http://opensource.org/licenses/MIT
@@ -128,6 +128,10 @@ For reasons of data protection, it is not possible to see the followers of other
128128

129129
== Changelog ==
130130

131+
### 5.9.2 - 2025-05-16
132+
#### Fixed
133+
- Titles added through a Heading block in the Reactions block now stay properly hidden when there are no reactions.
134+
131135
### 5.9.1 - 2025-05-15
132136
#### Fixed
133137
- Fixed a bug where Reaction blocks without modified titles did not get displayed correctly.
@@ -419,9 +423,9 @@ See full Changelog on [GitHub](https://github.com/Automattic/wordpress-activityp
419423

420424
== Upgrade Notice ==
421425

422-
= 5.9.1 =
426+
= 5.9.2 =
423427

424-
Fixes cases where the Reactions block doesn't get rendered correctly.
428+
Titles added through a Heading block in the Reactions block now stay properly hidden when there are no reactions.
425429

426430
== Installation ==
427431

0 commit comments

Comments
 (0)