Skip to content

Commit 4599071

Browse files
authored
Release 6.0.0 (#1773)
1 parent fcb896c commit 4599071

27 files changed

+63
-381
lines changed

.github/changelog/1691-from-description

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

.github/changelog/1703-from-description

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

.github/changelog/1711-from-description

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

.github/changelog/1713-from-description

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

.github/changelog/1718-from-description

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

.github/changelog/1719-from-description

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

.github/changelog/1721-from-description

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

.github/changelog/1722-from-description

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

.github/changelog/1723-from-description

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

.github/changelog/1724-from-description

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

.github/changelog/1726-from-description

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

.github/changelog/1730-from-description

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

.github/changelog/1731-from-description

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

.github/changelog/1733-from-description

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

.github/changelog/1735-from-description

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

.github/changelog/1747-from-description

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

.github/changelog/1748-from-description

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

.github/changelog/1751-from-description

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

.github/changelog/1754-from-description

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

.github/changelog/1760-from-description

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

.github/changelog/1765-from-description

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

.github/changelog/1766-from-description

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

.github/changelog/1771-from-description

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

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,38 @@ 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+
## [6.0.0] - 2025-06-05
9+
### Added
10+
- Enhanced markup of the "follow me" block, for a better Webmention and IndieWeb support. [#1771]
11+
- The actor of the replied-to post is now included in cc or to based on the post's visibility. [#1711]
12+
13+
### Changed
14+
- "Reply on the Fediverse" now uses the Interactivity API for display on the frontend. [#1721]
15+
- Bumped minimum required WordPress version to 6.5. [#1703]
16+
- Default avatar and error handling for the reactions popover list. [#1719]
17+
- Ensured that publishing a new blog post always sends a Create to the Fediverse. [#1713]
18+
- Followers block has an updated design, new block variations, and uses the Interactivity API for display on the frontend. [#1747]
19+
- Follow Me and Followers blocks can now list any user that is Activitypub-enabled, even if they have the Subscriber role. [#1754]
20+
- Likes and Reposts for comments to a post are no longer attributed to the post itself. [#1735]
21+
- New system to manage followers and followings more consistently using a unified actor type. [#1726]
22+
- Re-enabled HTML support in excerpts and summaries to properly display hashtags and @-replies, now that Mastodon supports it. [#1731]
23+
- Refactored to use CSS for effects instead of JavaScript, simplifying the code. [#1718]
24+
- Refine the plugin’s handling and storage of remote actor data. [#1751]
25+
- The Follow Me block now uses the latest Block Editor technology for display on the frontend. [#1691]
26+
- The Reactions block now uses the latest Block Editor technology for display on the frontend. [#1722]
27+
28+
### Removed
29+
- Cleaned up the codebase and removed deprecated functions. [#1723]
30+
31+
### Fixed
32+
- Added forward compatibility for Editor Controls, fixing deprecated warnings in the Editor. [#1748]
33+
- Avoid type mismatch when updating `activitypub_content_warning` meta values. [#1766]
34+
- Default number of attachments now works correctly in block editor. [#1765]
35+
- Fixed a bug in Site Health that caused a PHP warning and missing details for the WebFinger check. [#1733]
36+
- Fixes a bug in WordPress 6.5 where the plugin settings in the Editor would fail to render, due to a backwards compatibility break. [#1760]
37+
- Improved automated setup process for the Surge caching plugin. [#1724]
38+
- Improved excerpt handling by removing shortcodes from summaries. [#1730]
39+
840
## [5.9.2] - 2025-05-16
941
### Fixed
1042
- Titles added through a Heading block in the Reactions block now stay properly hidden when there are no reactions. [#1709]
@@ -1220,6 +1252,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
12201252
### Added
12211253
- initial
12221254

1255+
[6.0.0]: https://github.com/Automattic/wordpress-activitypub/compare/5.9.2...6.0.0
12231256
[5.9.2]: https://github.com/Automattic/wordpress-activitypub/compare/5.9.1...5.9.2
12241257
[5.9.1]: https://github.com/Automattic/wordpress-activitypub/compare/5.9.0...5.9.1
12251258
[5.9.0]: https://github.com/Automattic/wordpress-activitypub/compare/5.8.0...5.9.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.2
6+
* Version: 6.0.0
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.2' );
22+
\define( 'ACTIVITYPUB_PLUGIN_VERSION', '6.0.0' );
2323

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

includes/class-migration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ public static function maybe_migrate() {
180180
self::update_notification_options();
181181
}
182182

183-
if ( \version_compare( $version_from_db, 'unreleased', '<' ) ) {
183+
if ( \version_compare( $version_from_db, '6.0.0', '<' ) ) {
184184
self::migrate_followers_to_ap_actor_cpt();
185185
\wp_schedule_single_event( \time(), 'activitypub_upgrade', array( 'update_actor_json_storage' ) );
186186
}

0 commit comments

Comments
 (0)