From f07ae2ea8cfa22e5d1611bee04425b986b23236a Mon Sep 17 00:00:00 2001 From: Matthias Pfefferle Date: Mon, 21 Dec 2020 20:49:21 +0100 Subject: [PATCH] version bump --- README.md | 8 +++++++- activitypub.php | 2 +- languages/activitypub.pot | 4 ++-- readme.txt | 8 +++++++- 4 files changed, 17 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 219fd56..5dea416 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ **Tags:** OStatus, fediverse, activitypub, activitystream **Requires at least:** 4.7 **Tested up to:** 5.6 -**Stable tag:** 0.11.2 +**Stable tag:** 0.12.0 **Requires PHP:** 5.6 **License:** MIT **License URI:** http://opensource.org/licenses/MIT @@ -88,6 +88,12 @@ 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.12.0 ### + +* use "pre_option_require_name_email" filter instead of "check_comment_flood". props [@akirk](https://github.com/akirk) +* save only comments/replies +* check for an explicit "undo -> follow" action. see https://wordpress.org/support/topic/qs-after-latest/ + ### 0.11.2 ### * fix inconsistent `%tags%` placeholder diff --git a/activitypub.php b/activitypub.php index a791adc..3eef785 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.11.2 + * Version: 0.12.0 * Author: Matthias Pfefferle * Author URI: https://notiz.blog/ * License: MIT diff --git a/languages/activitypub.pot b/languages/activitypub.pot index 323e527..5af3b0c 100644 --- a/languages/activitypub.pot +++ b/languages/activitypub.pot @@ -2,10 +2,10 @@ # This file is distributed under the MIT. msgid "" msgstr "" -"Project-Id-Version: ActivityPub 0.11.2\n" +"Project-Id-Version: ActivityPub 0.12.0\n" "Report-Msgid-Bugs-To: " "https://wordpress.org/support/plugin/wordpress-activitypub\n" -"POT-Creation-Date: 2020-12-18 16:09:04+00:00\n" +"POT-Creation-Date: 2020-12-21 19:48:46+00:00\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/readme.txt b/readme.txt index 4559d5d..2515ef0 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: 5.6 -Stable tag: 0.11.2 +Stable tag: 0.12.0 Requires PHP: 5.6 License: MIT License URI: http://opensource.org/licenses/MIT @@ -88,6 +88,12 @@ 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.12.0 = + +* use "pre_option_require_name_email" filter instead of "check_comment_flood". props [@akirk](https://github.com/akirk) +* save only comments/replies +* check for an explicit "undo -> follow" action. see https://wordpress.org/support/topic/qs-after-latest/ + = 0.11.2 = * fix inconsistent `%tags%` placeholder