プラグイン「ActivityPub」が5.4.0に更新された。

“5.4.0
・Added: Upgrade script to fix Follower json representations with unescaped backslashes.
・Added: Centralized place for sanitization functions.
・Changed: Bumped minimum required WordPress version to 6.4.
・Changed: Use a later hook for Posts to get published to the Outbox, to get sure all post_metas and taxonomys are set stored properly.
・Changed: Use webfinger as author email for comments from the Fediverse.
・Fixed: Do not redirect /@username URLs to the API any more, to improve AUTHORIZED_FETCH handling.

ActivityPub – WordPress plugin | WordPress.org
https://wordpress.org/plugins/activitypub/#developers

Google翻訳してみた。

“5.4.0
・追加: エスケープされていないバックスラッシュを含むフォロワーの json 表現を修正するスクリプトをアップグレードしました。
・追加: サニタイズ関数の集中場所。
・変更: 必要な最小 WordPress バージョンを 6.4 に引き上げました。
・変更: 投稿が送信トレイに公開されるために、後のフックを使用して、すべての post_metas と分類法が適切に設定および保存されていることを確認します。
・変更: Fediverse からのコメントの作成者メールとして webfinger を使用します。
・修正: AUTHORIZED_FETCH 処理を改善するため、/@username URL を API にリダイレクトしないようにしました。

ActivityPub – WordPress プラグイン | WordPress.org
https://wordpress.org/plugins/activitypub/#developers

コメント

  1. ishii ishii より:

    > ・Fixed: Do not redirect /@username URLs to the API any more, to improve AUTHORIZED_FETCH handling.

    .htaccessファイルに次のコードを入れて対処していたのだけど、必要なくなったので、.htaccessファイルから削除した。

    Redirect 301 /@ishii /
    Redirect 301 /@application /

  2. ishii ishii より:

    プラグイン「ActivityPub」が5.4.1に更新された。

    “5.4.1
    ・Fixed: Transition handling of posts to ensure that Create and Update activities are properly processed.

    ActivityPub – WordPress plugin | WordPress.org
    https://wordpress.org/plugins/activitypub/#developers

    Google翻訳:

    “5.4.1
    ・修正: 作成および更新アクティビティが適切に処理されるように投稿の遷移処理を修正しました。

    ActivityPub – WordPress プラグイン | WordPress.org
    https://wordpress.org/plugins/activitypub/#developers

タイトルとURLをコピーしました