diff --git a/CHANGELOG.md b/CHANGELOG.md index 8430acbeb..c9b7f89a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 4.0.2 - 2024-10-30 + +### Fixed + +* Do not federate "Local" posts + +### Improved + +* Help-text for Content-Warning box + ## [4.0.1] - 2024-10-26 ### Fixed @@ -1005,6 +1015,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * initial +[4.0.2]: https://github.com/Automattic/wordpress-activitypub/compare/4.0.1...4.0.2 +[4.0.1]: https://github.com/Automattic/wordpress-activitypub/compare/4.0.0...4.0.1 [4.0.0]: https://github.com/Automattic/wordpress-activitypub/compare/3.3.3...4.0.0 [3.3.3]: https://github.com/Automattic/wordpress-activitypub/compare/3.3.2...3.3.3 [3.3.2]: https://github.com/Automattic/wordpress-activitypub/compare/3.3.1...3.3.2 diff --git a/README.md b/README.md index 340f2b7dd..72c8b1d6b 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ **Tags:** OStatus, fediverse, activitypub, activitystream **Requires at least:** 5.5 **Tested up to:** 6.6 -**Stable tag:** 4.0.1 +**Stable tag:** 4.0.2 **Requires PHP:** 7.0 **License:** MIT **License URI:** http://opensource.org/licenses/MIT @@ -152,6 +152,11 @@ For reasons of data protection, it is not possible to see the followers of other ## Changelog ## +### 4.0.2 ### + +* Fixed: Do not federate "Local" posts +* Improved: Help-text for Content-Warning box + ### 4.0.1 ### * Fixed: Missing URL-Param handling in REST API @@ -202,57 +207,6 @@ For reasons of data protection, it is not possible to see the followers of other * Improved: OpenSSL handling * Improved: Added missing @ in Follow-Me block -### 3.2.5 ### - -* Fixed: Enable Mastodon Apps check -* Fixed: Fediverse replies were not threaded properly - -### 3.2.4 ### - -* Improved: Inbox validation - -### 3.2.3 ### - -* Fixed: NodeInfo endpoint -* Fixed: (Temporarily) Remove HTML from `summary`, because it seems that Mastodon has issues with it -* Improved: Accessibility for Reply-Context -* Improved: Use `Article` Object-Type as default - -### 3.2.2 ### - -* Fixed: Extra-Fields check - -### 3.2.1 ### - -* Fixed: Use `Excerpt` for Podcast Episodes - -### 3.2.0 ### - -* Added: Support for Seriously Simple Podcasting -* Added: Blog extra fields -* Added: Support "read more" for Activity-Summary -* Added: `Like` and `Announce` (Boost) handler -* Added: Simple Remote-Reply endpoint -* Added: "Stream" Plugin support -* Added: New Fediverse symbol -* Improved: Replace hashtags, urls and mentions in summary with links -* Improved: Hide Bookmarklet if site does not support Blocks -* Fixed: Link detection for extra fields when spaces after the link and fix when two links in the content -* Fixed: `Undo` for `Likes` and `Announces` -* Fixed: Show Avatars on `Likes` and `Announces` -* Fixed: Remove proprietary WebFinger resource -* Fixed: Wrong followers URL in "to" attribute of posts - -### 3.1.0 ### - -* Added: `menu_order` to `ap_extrafield` so that user can decide in with order they will be displayed -* Added: Line brakes to user biography -* Added: Blueprint -* Fixed: Changed missing `activitypub_user_description` to `activitypub_description` -* Fixed: Undefined `get_sample_permalink` -* Fixed: Only send Update for previously-published posts -* Improved: Simplified WebFinger code - See full Changelog on [GitHub](https://github.com/Automattic/wordpress-activitypub/blob/trunk/CHANGELOG.md). ## Upgrade Notice ## diff --git a/activitypub.php b/activitypub.php index d1924bd24..8bb18cb90 100644 --- a/activitypub.php +++ b/activitypub.php @@ -3,7 +3,7 @@ * Plugin Name: ActivityPub * Plugin URI: https://github.com/pfefferle/wordpress-activitypub/ * Description: The ActivityPub protocol is a decentralized social networking protocol based upon the ActivityStreams 2.0 data format. - * Version: 4.0.1 + * Version: 4.0.2 * Author: Matthias Pfefferle & Automattic * Author URI: https://automattic.com/ * License: MIT @@ -22,7 +22,7 @@ require_once __DIR__ . '/includes/compat.php'; require_once __DIR__ . '/includes/functions.php'; -\define( 'ACTIVITYPUB_PLUGIN_VERSION', '4.0.1' ); +\define( 'ACTIVITYPUB_PLUGIN_VERSION', '4.0.2' ); /** * Initialize the plugin constants. diff --git a/readme.txt b/readme.txt index 2c8525ac6..52d18fb1f 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: automattic, pfefferle, mediaformat, mattwiebe, akirk, jeherve, nur Tags: OStatus, fediverse, activitypub, activitystream Requires at least: 5.5 Tested up to: 6.6 -Stable tag: 4.0.1 +Stable tag: 4.0.2 Requires PHP: 7.0 License: MIT License URI: http://opensource.org/licenses/MIT @@ -150,6 +150,11 @@ For reasons of data protection, it is not possible to see the followers of other == Changelog == += 4.0.2 = + +* Fixed: Do not federate "Local" posts +* Improved: Help-text for Content-Warning box + = 4.0.1 = * Fixed: Missing URL-Param handling in REST API @@ -200,57 +205,6 @@ For reasons of data protection, it is not possible to see the followers of other * Improved: OpenSSL handling * Improved: Added missing @ in Follow-Me block -= 3.2.5 = - -* Fixed: Enable Mastodon Apps check -* Fixed: Fediverse replies were not threaded properly - -= 3.2.4 = - -* Improved: Inbox validation - -= 3.2.3 = - -* Fixed: NodeInfo endpoint -* Fixed: (Temporarily) Remove HTML from `summary`, because it seems that Mastodon has issues with it -* Improved: Accessibility for Reply-Context -* Improved: Use `Article` Object-Type as default - -= 3.2.2 = - -* Fixed: Extra-Fields check - -= 3.2.1 = - -* Fixed: Use `Excerpt` for Podcast Episodes - -= 3.2.0 = - -* Added: Support for Seriously Simple Podcasting -* Added: Blog extra fields -* Added: Support "read more" for Activity-Summary -* Added: `Like` and `Announce` (Boost) handler -* Added: Simple Remote-Reply endpoint -* Added: "Stream" Plugin support -* Added: New Fediverse symbol -* Improved: Replace hashtags, urls and mentions in summary with links -* Improved: Hide Bookmarklet if site does not support Blocks -* Fixed: Link detection for extra fields when spaces after the link and fix when two links in the content -* Fixed: `Undo` for `Likes` and `Announces` -* Fixed: Show Avatars on `Likes` and `Announces` -* Fixed: Remove proprietary WebFinger resource -* Fixed: Wrong followers URL in "to" attribute of posts - -= 3.1.0 = - -* Added: `menu_order` to `ap_extrafield` so that user can decide in with order they will be displayed -* Added: Line brakes to user biography -* Added: Blueprint -* Fixed: Changed missing `activitypub_user_description` to `activitypub_description` -* Fixed: Undefined `get_sample_permalink` -* Fixed: Only send Update for previously-published posts -* Improved: Simplified WebFinger code - See full Changelog on [GitHub](https://github.com/Automattic/wordpress-activitypub/blob/trunk/CHANGELOG.md). == Upgrade Notice ==