From 7d5b8e7a82efb5565a99baae7a9aa67309f1309f Mon Sep 17 00:00:00 2001 From: Matthias Pfefferle Date: Thu, 15 Dec 2022 15:57:55 +0100 Subject: [PATCH] version bump --- README.md | 6 +++++- activitypub.php | 2 +- readme.txt | 6 +++++- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 763a713..465949e 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.14.2 +**Stable tag:** 0.14.3 **Requires PHP:** 5.6 **License:** MIT **License URI:** http://opensource.org/licenses/MIT @@ -88,6 +88,10 @@ 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.14.3 ### + +* Better error handling. props [@akirk](https://github.com/akirk) + ### 0.14.2 ### * Fix Critical error when using Friends Plugin and adding new URL to follow. props [@akirk](https://github.com/akirk) diff --git a/activitypub.php b/activitypub.php index 81cc1c2..fe7809e 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.14.2 + * Version: 0.14.3 * Author: Matthias Pfefferle * Author URI: https://notiz.blog/ * License: MIT diff --git a/readme.txt b/readme.txt index be11dee..e4b5e13 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.14.2 +Stable tag: 0.14.3 Requires PHP: 5.6 License: MIT License URI: http://opensource.org/licenses/MIT @@ -88,6 +88,10 @@ 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.14.3 = + +* Better error handling. props [@akirk](https://github.com/akirk) + = 0.14.2 = * Fix Critical error when using Friends Plugin and adding new URL to follow. props [@akirk](https://github.com/akirk)