From 62ef84aff7a612a0c1b3d8e6ba17d0c0247d7c23 Mon Sep 17 00:00:00 2001 From: Matthias Pfefferle Date: Mon, 20 Feb 2023 21:19:52 +0100 Subject: [PATCH] version bump --- README.md | 7 ++++++- activitypub.php | 2 +- readme.txt | 7 ++++++- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a0ba36f..3cecdd9 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ **Tags:** OStatus, fediverse, activitypub, activitystream **Requires at least:** 4.7 **Tested up to:** 6.1 -**Stable tag:** 0.16.3 +**Stable tag:** 0.16.4 **Requires PHP:** 5.6 **License:** MIT **License URI:** http://opensource.org/licenses/MIT @@ -88,6 +88,11 @@ Where 'blog' is the path to the subdirectory at which your blog resides. Project maintained on GitHub at [pfefferle/wordpress-activitypub](https://github.com/pfefferle/wordpress-activitypub). +### 0.16.4 ### + +* Remove scripts later in the queue, to also handle scripts added by blocks +* Add published date to author profiles + ### 0.16.3 ### * "cc", "to", ... fields can either be an array or a string diff --git a/activitypub.php b/activitypub.php index 92a2aa7..5a19395 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.16.3 + * Version: 0.16.4 * Author: Matthias Pfefferle * Author URI: https://notiz.blog/ * License: MIT diff --git a/readme.txt b/readme.txt index 387ed30..90415c4 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Donate link: https://notiz.blog/donate/ Tags: OStatus, fediverse, activitypub, activitystream Requires at least: 4.7 Tested up to: 6.1 -Stable tag: 0.16.3 +Stable tag: 0.16.4 Requires PHP: 5.6 License: MIT License URI: http://opensource.org/licenses/MIT @@ -88,6 +88,11 @@ Where 'blog' is the path to the subdirectory at which your blog resides. Project maintained on GitHub at [pfefferle/wordpress-activitypub](https://github.com/pfefferle/wordpress-activitypub). += 0.16.4 = + +* Remove scripts later in the queue, to also handle scripts added by blocks +* Add published date to author profiles + = 0.16.3 = * "cc", "to", ... fields can either be an array or a string