From c9e980a6b8eaa42dd866c36af34ecfa4d31ecdf1 Mon Sep 17 00:00:00 2001 From: Matthias Pfefferle Date: Mon, 29 Apr 2024 10:00:25 +0200 Subject: [PATCH] version bump --- CHANGELOG.md | 20 ++++++++++++++++++++ README.md | 20 ++++++++++++-------- activitypub.php | 4 ++-- readme.txt | 20 ++++++++++++-------- 4 files changed, 46 insertions(+), 18 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c75c55512..96c0eda91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,25 @@ 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). +## [2.3.1] - 2024-04-29 + +### Added + +* Enable Mastodon Apps: Add remote outbox fetching +* Help texts + +### Fixed + +* Compatibility issues with Discourse +* Do not announce replies +* Also delete interactions with deleted person +* Check Author-URL only if user is enabled for ActivityPub +* Generate comment IDs for federation from home_url + +### Removed + +* Beta label from the #Hashtag settings + ## [2.3.0] - 2024-04-16 ### Added @@ -725,6 +744,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * initial +[2.3.1]: https://github.com/Automattic/wordpress-activitypub/compare/2.3.0...2.3.1 [2.3.0]: https://github.com/Automattic/wordpress-activitypub/compare/2.2.0...2.3.0 [2.2.0]: https://github.com/Automattic/wordpress-activitypub/compare/2.1.1...2.2.0 [2.1.1]: https://github.com/Automattic/wordpress-activitypub/compare/2.1.0...2.1.1 diff --git a/README.md b/README.md index e8c16b589..d9dd22b6c 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.5 -**Stable tag:** 2.3.0 +**Stable tag:** 2.3.1 **Requires PHP:** 5.6 **License:** MIT **License URI:** http://opensource.org/licenses/MIT @@ -133,6 +133,17 @@ For reasons of data protection, it is not possible to see the followers of other ## Changelog ## +### 2.3.1 ### + +* Added: Enable Mastodon Apps: Add remote outbox fetching +* Added: Help texts +* Fixed: Compatibility issues with Discourse +* Fixed: Do not announce replies +* Fixed: Also delete interactions with deleted person +* Fixed: Check Author-URL only if user is enabled for ActivityPub +* Fixed: Generate comment IDs for federation from home_url +* Removed: Beta label from the #Hashtag settings + ### 2.3.0 ### * Added: Mark links as "unhandled-link" and "status-link", for a better UX in the Mastodon App @@ -152,13 +163,6 @@ For reasons of data protection, it is not possible to see the followers of other * Changed: Remote Reply: limit enqueue to when needed * Changed: Abstract shared Dialog code - -### 2.2.0 ### - -* Added: Remote-Reply lightbox -* Added: Support `application/ld+json` mime-type with AP profile in WebFinger -* Fixed: Prevent scheduler overload - See full Changelog on [GitHub](https://github.com/Automattic/wordpress-activitypub/blob/master/CHANGELOG.md). ## Upgrade Notice ## diff --git a/activitypub.php b/activitypub.php index 791a59c47..9c163161e 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: 2.3.0 + * Version: 2.3.1 * Author: Matthias Pfefferle & Automattic * Author URI: https://automattic.com/ * License: MIT @@ -21,7 +21,7 @@ require_once __DIR__ . '/includes/compat.php'; require_once __DIR__ . '/includes/functions.php'; -\define( 'ACTIVITYPUB_PLUGIN_VERSION', '2.3.0' ); +\define( 'ACTIVITYPUB_PLUGIN_VERSION', '2.3.1' ); /** * Initialize the plugin constants. diff --git a/readme.txt b/readme.txt index e9344b1a1..18774da3b 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.5 -Stable tag: 2.3.0 +Stable tag: 2.3.1 Requires PHP: 5.6 License: MIT License URI: http://opensource.org/licenses/MIT @@ -133,6 +133,17 @@ For reasons of data protection, it is not possible to see the followers of other == Changelog == += 2.3.1 = + +* Added: Enable Mastodon Apps: Add remote outbox fetching +* Added: Help texts +* Fixed: Compatibility issues with Discourse +* Fixed: Do not announce replies +* Fixed: Also delete interactions with deleted person +* Fixed: Check Author-URL only if user is enabled for ActivityPub +* Fixed: Generate comment IDs for federation from home_url +* Removed: Beta label from the #Hashtag settings + = 2.3.0 = * Added: Mark links as "unhandled-link" and "status-link", for a better UX in the Mastodon App @@ -152,13 +163,6 @@ For reasons of data protection, it is not possible to see the followers of other * Changed: Remote Reply: limit enqueue to when needed * Changed: Abstract shared Dialog code - -= 2.2.0 = - -* Added: Remote-Reply lightbox -* Added: Support `application/ld+json` mime-type with AP profile in WebFinger -* Fixed: Prevent scheduler overload - See full Changelog on [GitHub](https://github.com/Automattic/wordpress-activitypub/blob/master/CHANGELOG.md). == Upgrade Notice ==