File tree Expand file tree Collapse file tree 3 files changed +13
-5
lines changed
Expand file tree Collapse file tree 3 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 44** Tags:** OStatus, fediverse, activitypub, activitystream
55** Requires at least:** 4.7
66** Tested up to:** 6.1
7- ** Stable tag:** 0.14.1
7+ ** Stable tag:** 0.14.2
88** Requires PHP:** 5.6
99** License:** MIT
1010** License URI:** http://opensource.org/licenses/MIT
@@ -88,13 +88,17 @@ Where 'blog' is the path to the subdirectory at which your blog resides.
8888
8989Project maintained on GitHub at [ pfefferle/wordpress-activitypub] ( https://github.com/pfefferle/wordpress-activitypub ) .
9090
91+ ### 0.14.2 ###
92+
93+ * Fix Critical error when using Friends Plugin and adding new URL to follow. props [ @akirk ] ( https://github.com/akirk )
94+
9195### 0.14.1 ###
9296
9397* Fix "WebFinger not compatible with PHP < 8.0". props [ @mexon ] ( https://github.com/mexon )
9498
9599### 0.14.0 ###
96100
97- * Friends support: https://wordpress.org/plugins/friends/ props [ @akirk ] ( https://github.com/akirk )
101+ * Friends support: https://wordpress.org/plugins/friends/ . props [ @akirk ] ( https://github.com/akirk )
98102* Massive guidance improvements. props [ mediaformat] ( https://github.com/mediaformat ) & [ @akirk ] ( https://github.com/akirk )
99103* Add Custom Post Type support to outbox API. props [ blueset] ( https://github.com/blueset )
100104* Better hash-tag support. props [ bocops] ( https://github.com/bocops )
Original file line number Diff line number Diff line change 33 * Plugin Name: ActivityPub
44 * Plugin URI: https://github.com/pfefferle/wordpress-activitypub/
55 * Description: The ActivityPub protocol is a decentralized social networking protocol based upon the ActivityStreams 2.0 data format.
6- * Version: 0.14.1
6+ * Version: 0.14.2
77 * Author: Matthias Pfefferle
88 * Author URI: https://notiz.blog/
99 * License: MIT
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Donate link: https://notiz.blog/donate/
44Tags: OStatus, fediverse, activitypub, activitystream
55Requires at least: 4.7
66Tested up to: 6.1
7- Stable tag: 0.14.1
7+ Stable tag: 0.14.2
88Requires PHP: 5.6
99License: MIT
1010License URI: http://opensource.org/licenses/MIT
@@ -88,13 +88,17 @@ Where 'blog' is the path to the subdirectory at which your blog resides.
8888
8989Project maintained on GitHub at [pfefferle/wordpress-activitypub](https://github.com/pfefferle/wordpress-activitypub).
9090
91+ = 0.14.2 =
92+
93+ * Fix Critical error when using Friends Plugin and adding new URL to follow. props [@akirk](https://github.com/akirk)
94+
9195= 0.14.1 =
9296
9397* Fix "WebFinger not compatible with PHP < 8.0". props [@mexon](https://github.com/mexon)
9498
9599= 0.14.0 =
96100
97- * Friends support: https://wordpress.org/plugins/friends/ props [@akirk](https://github.com/akirk)
101+ * Friends support: https://wordpress.org/plugins/friends/ . props [@akirk](https://github.com/akirk)
98102* Massive guidance improvements. props [mediaformat](https://github.com/mediaformat) & [@akirk](https://github.com/akirk)
99103* Add Custom Post Type support to outbox API. props [blueset](https://github.com/blueset)
100104* Better hash-tag support. props [bocops](https://github.com/bocops)
You can’t perform that action at this time.
0 commit comments