Skip to main content

OP Inspector・WordPress plugin v0.6.0

Release Information


OP Inspector

The UI has been revamped to use a side panel, and support for validating the new Profile Annotation model has been added.

Added

  • Support for the new Profile Annotation model has been added. The legacy Certificate model has been replaced by ProfileAnnotation (certificationSystemannotation).
    "type": [
    - "VerifiableCredential", "Certificate"
    + "VerifiableCredential", "ProfileAnnotation"
    ],
    "credentialSubject": {
    "id": "dns:pa-holder.example.jp",
    - "type": "CertificateProperties",
    + "type": "JP-OrganizationExistenceCertificate",
    - "name": "The OO Newspaper",
    + "corporateName": "The OO Newspaper",
    // corporateNumber, postalCode, and addressCountry ... are common.
    - "certifier": "Bureau for the Verification of the Existence of Fictional Organizations",
    - "certificationSystem": {
    + "annotation": {
    - "type": "CertificationSystem",
    + "type": "ProfileAnnotationPolicy",
    "name": "...", "description": "...", "ref": "..."
    }
    }
  • Added support for the Profile Annotation Issuer Registration PA model. → Documentation
  • Moved the extension UI from the popup to the browser's side panel.

Changed

  • Renamed the extension to "OP Inspector".
  • Updated the minimum supported Firefox version to 140.

Deprecated

  • The Certificate model has been deprecated (backward compatibility will be maintained for one year).

Removed

  • Support for CommonJS has been dropped; the package is now ESM-only.
  • Removed gecko_android (Android-specific configuration) from the Firefox manifest.

Fixed

  • Fixed issues such as delayed display of validation results when restoring tabs, digestSRI validation failures, and double-loading of React.

Security

  • Security updates were applied to dependencies such as postcss, dompurify, uuid, astro, and vite.

WordPress Plugin

This release focuses on updating dependencies and adding documentation.

  • Added an "Environment" section to the README.
  • Pinned dependencies and updated the lockfile.
What's Changed

What's Changed

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

Download

tip

If you are using Google Chrome, you can get it from the Chrome Web Store. If you are using Mozilla Firefox, you can get it from the Firefox Add-ons.

Download from the Assets section below.

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

Installation Instructions