From 3289c7bb481ec2f6c0abcd8c65db26acac420344 Mon Sep 17 00:00:00 2001 From: Matthias Pfefferle Date: Thu, 20 Jul 2023 13:21:29 +0200 Subject: [PATCH] Version bump --- README.md | 6 ++++-- activitypub.php | 2 +- readme.txt | 6 ++++-- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e43fea6..9df04fe 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ **Tags:** OStatus, fediverse, activitypub, activitystream **Requires at least:** 4.7 **Tested up to:** 6.2 -**Stable tag:** 0.17.0 +**Stable tag:** 1.0.0 **Requires PHP:** 5.6 **License:** MIT **License URI:** http://opensource.org/licenses/MIT @@ -114,8 +114,10 @@ Where 'blog' is the path to the subdirectory at which your blog resides. Project maintained on GitHub at [automattic/wordpress-activitypub](https://github.com/automattic/wordpress-activitypub). -### Next ### +### 1.0.0 ### +* Update: Improved linter (PHPCS) +* Add: Simple caching * Add: Signature Verification: https://docs.joinmastodon.org/spec/security/ . * Update: Complete rewrite of the Follower-System based on Taxonomies. * Compatibility: add a new conditional, `\Activitypub\is_activitypub_request()`, to allow third-party plugins to detect ActivityPub requests. diff --git a/activitypub.php b/activitypub.php index 0de62e3..b683493 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: 0.17.0 + * Version: 1.0.0 * Author: Matthias Pfefferle & Automattic * Author URI: https://automattic.com/ * License: MIT diff --git a/readme.txt b/readme.txt index f90ad68..8449b4a 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: 4.7 Tested up to: 6.2 -Stable tag: 0.17.0 +Stable tag: 1.0.0 Requires PHP: 5.6 License: MIT License URI: http://opensource.org/licenses/MIT @@ -114,8 +114,10 @@ Where 'blog' is the path to the subdirectory at which your blog resides. Project maintained on GitHub at [automattic/wordpress-activitypub](https://github.com/automattic/wordpress-activitypub). -= Next = += 1.0.0 = +* Update: Improved linter (PHPCS) +* Add: Simple caching * Add: Signature Verification: https://docs.joinmastodon.org/spec/security/ . * Update: Complete rewrite of the Follower-System based on Taxonomies. * Compatibility: add a new conditional, `\Activitypub\is_activitypub_request()`, to allow third-party plugins to detect ActivityPub requests.