diff --git a/README.md b/README.md index f259f92..811ae7c 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ **Tags:** OStatus, fediverse, activitypub, activitystream **Requires at least:** 4.7 **Tested up to:** 6.3 -**Stable tag:** 1.0.2 +**Stable tag:** 1.0.3 **Requires PHP:** 5.6 **License:** MIT **License URI:** http://opensource.org/licenses/MIT @@ -105,6 +105,14 @@ Where 'blog' is the path to the subdirectory at which your blog resides. Project maintained on GitHub at [automattic/wordpress-activitypub](https://github.com/automattic/wordpress-activitypub). +### 1.0.3 ### + +* Fixed: compatibility with older WordPress/PHP versions +* Update: refactoring of the Plugin init process +* Update: better frontend UX and improved theme compat for blocks +* Compatibility: add a ACTIVITYPUB_DISABLE_REWRITES constant +* Compatibility: add pre-fetch hook to allow plugins to hang filters on + ### 1.0.2 ### * Updated: improved hashtag visibility in default template diff --git a/activitypub.php b/activitypub.php index 99b4056..7201077 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: 1.0.2 + * Version: 1.0.3 * Author: Matthias Pfefferle & Automattic * Author URI: https://automattic.com/ * License: MIT diff --git a/readme.txt b/readme.txt index 8bd325b..8e4072e 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: automattic, pfefferle, mediaformat, mattwiebe, akirk, jeherve, nur Tags: OStatus, fediverse, activitypub, activitystream Requires at least: 4.7 Tested up to: 6.3 -Stable tag: 1.0.2 +Stable tag: 1.0.3 Requires PHP: 5.6 License: MIT License URI: http://opensource.org/licenses/MIT @@ -105,6 +105,14 @@ Where 'blog' is the path to the subdirectory at which your blog resides. Project maintained on GitHub at [automattic/wordpress-activitypub](https://github.com/automattic/wordpress-activitypub). += 1.0.3 = + +* Fixed: compatibility with older WordPress/PHP versions +* Update: refactoring of the Plugin init process +* Update: better frontend UX and improved theme compat for blocks +* Compatibility: add a ACTIVITYPUB_DISABLE_REWRITES constant +* Compatibility: add pre-fetch hook to allow plugins to hang filters on + = 1.0.2 = * Updated: improved hashtag visibility in default template