メインコンテンツまでスキップ

OP Inspector・WordPressプラグイン v0.6.0

Release Information


OP Inspector

UI をサイドパネルへ刷新し、新しい Profile Annotation モデルの検証に対応しました。

Added

  • 新しい Profile Annotation モデルに対応。従来の Certificate モデルは ProfileAnnotation に置き換わりました(certificationSystemannotation)。
    "type": [
    - "VerifiableCredential", "Certificate"
    + "VerifiableCredential", "ProfileAnnotation"
    ],
    "credentialSubject": {
    "id": "dns:pa-holder.example.jp",
    - "type": "CertificateProperties",
    + "type": "JP-OrganizationExistenceCertificate",
    - "name": "○○新聞社",
    + "corporateName": "○○新聞社",
    // corporateNumber / postalCode / addressCountry ... は共通
    - "certifier": "架空組織実在性検証局",
    - "certificationSystem": {
    + "annotation": {
    - "type": "CertificationSystem",
    + "type": "ProfileAnnotationPolicy",
    "name": "...", "description": "...", "ref": "..."
    }
    }
  • Profile Annotation Issuer 登録証 PAのモデルに対応しました。→ ドキュメント
  • 拡張機能 UI をポップアップからブラウザのサイドパネルへ移行しました。

Changed

  • 拡張機能名を「OP Inspector」に変更しました。
  • Firefox の最小対応バージョンを140に更新しました。

Deprecated

  • Certificate モデルを非推奨としました(後方互換性は1年間維持)。

Removed

  • CommonJS のサポートを終了し、ESM のみの提供となりました。
  • Firefox 版 manifest から gecko_android(Android 向け記述)を削除しました。

Fixed

  • タブ復元時に検証結果の表示が遅延する不具合、digestSRI 検証の失敗、React の二重ロードなどを修正しました。

Security

  • postcss / dompurify / uuid / astro / vite などの依存関係をセキュリティ更新しました。

WordPress プラグイン

依存関係の更新とドキュメント追記が中心のリリースです。

  • README に「Environment」セクションを追加しました。
  • 依存関係を固定し、ロックファイルを更新しました。
What's Changed

What's Changed

Full Changelog: https://github.com/originator-profile/originator-profile/compare/v0.5.5...v0.6.0

Download

ヒント

Google Chrome をお使いの場合、「Chrome ウェブストア」から入手可能です。 Mozilla Firefox をお使いの場合、「Firefox Add-ons」から入手可能です。

下記の Assets セクションからダウンロードしてください。

  • Google Chrome: op_inspector-chromium-0.6.0.zip
  • Mozilla Firefox: op_inspector-firefox-desktop-0.6.0.zip

Installation Instructions