From cc7a6cccc072e1ef73c4049b541a370de2a71010 Mon Sep 17 00:00:00 2001 From: Matthias Pfefferle Date: Wed, 25 Sep 2024 15:40:56 +0200 Subject: [PATCH] version bump --- CHANGELOG.md | 19 +++++++++++++++++++ README.md | 13 ++++++++++++- activitypub.php | 4 ++-- readme.txt | 12 +++++++++++- 4 files changed, 44 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a361d5ba1..f658c2d85 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.3.0] - 2024-09-25 + +### Added + +* Content warning support +* Replies collection +* Enable Mastodon Apps: support profile editing, blog user +* Follow Me/Followers: add inherit mode for dynamic templating + +### Fixed + +* Cropping Header Images for users without the 'customize' capability + +### Improved + +* OpenSSL handling +* Added missing @ in Follow-Me block + ## [3.2.5] - 2024-09-17 ### Fixed @@ -922,6 +940,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * initial +[3.3.0]: https://github.com/Automattic/wordpress-activitypub/compare/3.2.5...3.3.0 [3.2.5]: https://github.com/Automattic/wordpress-activitypub/compare/3.2.4...3.2.5 [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 diff --git a/README.md b/README.md index 983b20f64..aadbdaa88 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.5 +**Stable tag:** 3.3.0 **Requires PHP:** 7.0 **License:** MIT **License URI:** http://opensource.org/licenses/MIT @@ -146,9 +146,20 @@ For reasons of data protection, it is not possible to see the followers of other 2. The "Followers"-Block in the Block-Editor 3. The "Federated Reply"-Block in the Block-Editor 4. A "Federated Reply" in a Post +5. A Blog-Profile on Mastodon ## Changelog ## +### 3.3.0 ### + +* Added: Content warning support +* Added: Replies collection +* Added: Enable Mastodon Apps: support profile editing, blog user +* Added: Follow Me/Followers: add inherit mode for dynamic templating +* Fixed: Cropping Header Images for users without the 'customize' capability +* Improved: OpenSSL handling +* Improved: Added missing @ in Follow-Me block + ### 3.2.5 ### * Fixed: Enable Mastodon Apps check diff --git a/activitypub.php b/activitypub.php index a07bb7449..f191f9f6b 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.5 + * Version: 3.3.0 * 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.5' ); +\define( 'ACTIVITYPUB_PLUGIN_VERSION', '3.3.0' ); /** * Initialize the plugin constants. diff --git a/readme.txt b/readme.txt index 960bea2eb..5949de8cd 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.5 +Stable tag: 3.3.0 Requires PHP: 7.0 License: MIT License URI: http://opensource.org/licenses/MIT @@ -148,6 +148,16 @@ For reasons of data protection, it is not possible to see the followers of other == Changelog == += 3.3.0 = + +* Added: Content warning support +* Added: Replies collection +* Added: Enable Mastodon Apps: support profile editing, blog user +* Added: Follow Me/Followers: add inherit mode for dynamic templating +* Fixed: Cropping Header Images for users without the 'customize' capability +* Improved: OpenSSL handling +* Improved: Added missing @ in Follow-Me block + = 3.2.5 = * Fixed: Enable Mastodon Apps check