From ef369e8ca864ca32d5531255e9c6958ba563eaf4 Mon Sep 17 00:00:00 2001 From: Jeremy Herve Date: Wed, 26 Jul 2023 19:38:50 +0200 Subject: [PATCH] General: update tested WP version for upcoming WordPress 6.3. --- README.md | 16 ++++++++-------- readme.txt | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 9df04fe..69079d9 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ # ActivityPub # -**Contributors:** [automattic](https://profiles.wordpress.org/automattic/), [pfefferle](https://profiles.wordpress.org/pfefferle/), [mediaformat](https://profiles.wordpress.org/mediaformat/), [mattwiebe](https://profiles.wordpress.org/mattwiebe/), [akirk](https://profiles.wordpress.org/akirk/), [jeherve](https://profiles.wordpress.org/jeherve/), [nuriapena](https://profiles.wordpress.org/nuriapena/) -**Tags:** OStatus, fediverse, activitypub, activitystream -**Requires at least:** 4.7 -**Tested up to:** 6.2 -**Stable tag:** 1.0.0 -**Requires PHP:** 5.6 -**License:** MIT -**License URI:** http://opensource.org/licenses/MIT +**Contributors:** [automattic](https://profiles.wordpress.org/automattic/), [pfefferle](https://profiles.wordpress.org/pfefferle/), [mediaformat](https://profiles.wordpress.org/mediaformat/), [mattwiebe](https://profiles.wordpress.org/mattwiebe/), [akirk](https://profiles.wordpress.org/akirk/), [jeherve](https://profiles.wordpress.org/jeherve/), [nuriapena](https://profiles.wordpress.org/nuriapena/) +**Tags:** OStatus, fediverse, activitypub, activitystream +**Requires at least:** 4.7 +**Tested up to:** 6.3 +**Stable tag:** 1.0.0 +**Requires PHP:** 5.6 +**License:** MIT +**License URI:** http://opensource.org/licenses/MIT The ActivityPub protocol is a decentralized social networking protocol based upon the ActivityStreams 2.0 data format. diff --git a/readme.txt b/readme.txt index 1c90107..c61c6bf 100644 --- a/readme.txt +++ b/readme.txt @@ -2,7 +2,7 @@ Contributors: automattic, pfefferle, mediaformat, mattwiebe, akirk, jeherve, nuriapena Tags: OStatus, fediverse, activitypub, activitystream Requires at least: 4.7 -Tested up to: 6.2 +Tested up to: 6.3 Stable tag: 1.0.0 Requires PHP: 5.6 License: MIT @@ -123,7 +123,7 @@ Project maintained on GitHub at [automattic/wordpress-activitypub](https://githu * Update: Improved linter (PHPCS) * Compatibility: add a new conditional, `\Activitypub\is_activitypub_request()`, to allow third-party plugins to detect ActivityPub requests. * Compatibility: add hooks to allow modifying images returned in ActivityPub requests. -* Compatibility: indicate that the plugin is compatible and has been tested with the latest version of WordPress, 6.2. +* Compatibility: indicate that the plugin is compatible and has been tested with the latest version of WordPress, 6.3. * Compatibility: avoid PHP notice on sites using PHP 8.2. = 0.17.0 =