diff --git a/CHANGELOG.md b/CHANGELOG.md index 0741a3b45..98dce6009 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Fixed + +* Print `_activityPubOptions` in the `wp_head` action on the frontend: printing in `wp_footer` is too late. + ### Removed * Built-in support for nodeinfo2. Use the [NodeInfo plugin](https://wordpress.org/plugins/nodeinfo/) instead. diff --git a/readme.txt b/readme.txt index 49537699c..9b1123787 100644 --- a/readme.txt +++ b/readme.txt @@ -135,6 +135,7 @@ For reasons of data protection, it is not possible to see the followers of other = Unreleased = * Removed: Built-in support for nodeinfo2. Use the [NodeInfo plugin](https://wordpress.org/plugins/nodeinfo/) instead. +* Fixed: Print `_activityPubOptions` in the `wp_head` action on the frontend: printing in `wp_footer` is too late. = 4.7.1 =