From c8c49634663f66463a67765e324db3f54c0ad1ee Mon Sep 17 00:00:00 2001 From: Matthias Pfefferle Date: Mon, 16 Sep 2024 20:14:26 +0200 Subject: [PATCH] version bump --- CHANGELOG.md | 20 ++++++++++++++++++++ README.md | 13 ++++++++++++- activitypub.php | 4 ++-- readme.txt | 13 ++++++++++++- 4 files changed, 46 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a398f13c..bef787a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,24 @@ 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). +## [3.2.4] - 2024-09-16 + +### Improved + +* Inbox validation + +## [3.2.3] - 2024-09-15 + +### Fixed + +* NodeInfo endpoint +* (Temporarily) Remove HTML from `summary`, because it seems that Mastodon has issues with it + +### Improved + +* Accessibility for Reply-Context +* Use `Article` Object-Type as default + ## [3.2.2] - 2024-09-09 ### Fixed @@ -897,6 +915,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * initial +[3.2.4]: https://github.com/Automattic/wordpress-activitypub/compare/3.2.3...3.2.4 +[3.2.3]: https://github.com/Automattic/wordpress-activitypub/compare/3.2.2...3.2.3 [3.2.2]: https://github.com/Automattic/wordpress-activitypub/compare/3.2.1...3.2.2 [3.2.1]: https://github.com/Automattic/wordpress-activitypub/compare/3.2.0...3.2.1 [3.2.0]: https://github.com/Automattic/wordpress-activitypub/compare/3.1.0...3.2.0 diff --git a/README.md b/README.md index 55c2cda7..0dfe971b 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:** 3.2.2 +**Stable tag:** 3.2.4 **Requires PHP:** 7.0 **License:** MIT **License URI:** http://opensource.org/licenses/MIT @@ -142,6 +142,17 @@ For reasons of data protection, it is not possible to see the followers of other ## Changelog ## +### 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 diff --git a/activitypub.php b/activitypub.php index 12865515..ab506371 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: 3.2.2 + * Version: 3.2.4 * Author: Matthias Pfefferle & Automattic * Author URI: https://automattic.com/ * License: MIT @@ -23,7 +23,7 @@ require_once __DIR__ . '/includes/compat.php'; require_once __DIR__ . '/includes/functions.php'; -\define( 'ACTIVITYPUB_PLUGIN_VERSION', '3.2.2' ); +\define( 'ACTIVITYPUB_PLUGIN_VERSION', '3.2.4' ); /** * Initialize the plugin constants. diff --git a/readme.txt b/readme.txt index 8271a674..4860a00b 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: 3.2.2 +Stable tag: 3.2.4 Requires PHP: 7.0 License: MIT License URI: http://opensource.org/licenses/MIT @@ -140,6 +140,17 @@ For reasons of data protection, it is not possible to see the followers of other == Changelog == += 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