From e03db11d92bc8f5522e57690b505d92e2c0b5204 Mon Sep 17 00:00:00 2001 From: Matthias Pfefferle Date: Sun, 24 Nov 2019 21:26:00 +0100 Subject: [PATCH] version bump --- README.md | 7 ++++++- activitypub.php | 2 +- languages/activitypub.pot | 2 +- readme.txt | 7 ++++++- 4 files changed, 14 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0800f23..6cd4481 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.3 -**Stable tag:** 0.8.3 +**Stable tag:** 0.9.0 **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.9.0 ### + +* some code refactorings +* fix #73 + ### 0.8.3 ### * fixed accept header bug diff --git a/activitypub.php b/activitypub.php index 08ff918..32c25c1 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.8.3 + * Version: 0.9.0 * Author: Matthias Pfefferle * Author URI: https://notiz.blog/ * License: MIT diff --git a/languages/activitypub.pot b/languages/activitypub.pot index a6c7d7b..cd05626 100644 --- a/languages/activitypub.pot +++ b/languages/activitypub.pot @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: ActivityPub 0.8.3\n" "Report-Msgid-Bugs-To: " "https://wordpress.org/support/plugin/wordpress-activitypub\n" -"POT-Creation-Date: 2019-11-18 19:51:49+00:00\n" +"POT-Creation-Date: 2019-11-24 20:24:44+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 b58f8cd..ac47976 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.3 -Stable tag: 0.8.3 +Stable tag: 0.9.0 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.9.0 = + +* some code refactorings +* fix #73 + = 0.8.3 = * fixed accept header bug