Skip to content

Commit e6a9c8f

Browse files
authored
Release 5.3.2 (#1391)
1 parent 3612564 commit e6a9c8f

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212
* Bumped minimum required WordPress version to 6.4.
1313
* Use a later hook for Posts to get published to the Outbox, to get sure all `post_meta`s and `taxonomy`s are set stored properly.
1414

15+
## [5.3.2] - 2025-02-27
16+
1517
### Fixed
1618

1719
* Remove `activitypub_reply_block` filter after Activity-JSON is rendered, to not affect the HTML representation.
@@ -1349,8 +1351,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13491351

13501352
* initial
13511353

1352-
[Unreleased]: https://github.com/Automattic/wordpress-activitypub/compare/5.3.1...trunk
1354+
[Unreleased]: https://github.com/Automattic/wordpress-activitypub/compare/5.3.2...trunk
13531355
<!-- Add new release below and update "Unreleased" link -->
1356+
[5.3.2]: https://github.com/Automattic/wordpress-activitypub/compare/5.3.1...5.3.2
13541357
[5.3.1]: https://github.com/Automattic/wordpress-activitypub/compare/5.3.0...5.3.1
13551358
[5.3.0]: https://github.com/Automattic/wordpress-activitypub/compare/5.2.0...5.3.0
13561359
[5.2.0]: https://github.com/Automattic/wordpress-activitypub/compare/5.1.0...5.2.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.3.1
6+
* Version: 5.3.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.3.1' );
22+
\define( 'ACTIVITYPUB_PLUGIN_VERSION', '5.3.2' );
2323

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

readme.txt

Lines changed: 4 additions & 1 deletion
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.7
6-
Stable tag: 5.3.1
6+
Stable tag: 5.3.2
77
Requires PHP: 7.2
88
License: MIT
99
License URI: http://opensource.org/licenses/MIT
@@ -133,6 +133,9 @@ For reasons of data protection, it is not possible to see the followers of other
133133

134134
* Changed: Bumped minimum required WordPress version to 6.4.
135135
* Changed: Use a later hook for Posts to get published to the Outbox, to get sure all `post_meta`s and `taxonomy`s are set stored properly.
136+
137+
= 5.3.2 =
138+
136139
* Fixed: Remove `activitypub_reply_block` filter after Activity-JSON is rendered, to not affect the HTML representation.
137140
* Fixed: Remove `render_block_core/embed` filter after Activity-JSON is rendered, to not affect the HTML representation.
138141

0 commit comments

Comments
 (0)