OP Inspector・WordPress plugin v0.6.0
Release Information
- Version: 0.6.0
- Release Date: Jul 3, 2026
- GitHub: https://github.com/originator-profile/originator-profile/releases/tag/v0.6.0
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
Certificatemodel has been replaced byProfileAnnotation(certificationSystem→annotation)."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
Certificatemodel 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,
digestSRIvalidation failures, and double-loading of React.
Security
- Security updates were applied to dependencies such as
postcss,dompurify,uuid,astro, andvite.
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
- chore(deps): lock file maintenance by @renovate[bot] in https://github.com/originator-profile/originator-profile/pull/378
- chore(deps): update dependency vite to v8.0.5 [security] by @renovate[bot] in https://github.com/originator-profile/originator-profile/pull/380
- add: added tests for the detailed information screen by @Sa-R390 in https://github.com/originator-profile/originator-profile/pull/376
- fix(ci): optimize Playwright cache by switching to version-based key by @knokmki612 in https://github.com/originator-profile/originator-profile/pull/384
- feat(verify): display OP/PA index and identifier info on OPS verification/decode errors by @r74tech in https://github.com/originator-profile/originator-profile/pull/349
- feat(web-ext): migrate from popup window to side panel by @knokmki612 in https://github.com/originator-profile/originator-profile/pull/377
- fix language switching in E2E tests for macOS and Playwright v1.57+ by @t2ky in https://github.com/originator-profile/originator-profile/pull/386
- fix(web-ext): remove initial contentReady skip to resolve delay during tab restoration by @knokmki612 in https://github.com/originator-profile/originator-profile/pull/387
- feat!: rename web-ext to inspector by @kou029w in https://github.com/originator-profile/originator-profile/pull/391
- chore(deps): update dependency dompurify to v3.4.0 [security] by @renovate[bot] in https://github.com/originator-profile/originator-profile/pull/389
- fix: update favicon.png symbolic link for inspector by @kou029w in https://github.com/originator-profile/originator-profile/pull/395
- chore(deps): update dependency astro to v6.1.6 [security] by @renovate[bot] in https://github.com/originator-profile/originator-profile/pull/393
- chore(deps): update dependency uuid to v14 [security] by @renovate[bot] in https://github.com/originator-profile/originator-profile/pull/397
- chore(deps): lock file maintenance by @renovate[bot] in https://github.com/originator-profile/originator-profile/pull/379
- feat: implement build-time signing for demo-page and @originator-profile/vite-plugin by @knokmki612 in https://github.com/originator-profile/originator-profile/pull/388
- chore(deps): update dependency dompurify to v3.4.0 [security] by @renovate[bot] in https://github.com/originator-profile/originator-profile/pull/401
- fix(demo-page): correct /assets/ prefix error in image URLs by @knokmki612 in https://github.com/originator-profile/originator-profile/pull/402
- chore(deps): update dependency postcss to v8.5.10 [security] by @renovate[bot] in https://github.com/originator-profile/originator-profile/pull/400
- fix: fix broken image link for WMP.logo, etc. by @knokmki612 in https://github.com/originator-profile/originator-profile/pull/403
- fix: fix a digestSRI verification failure caused by an old ovac pa being included by @knokmki612 in https://github.com/originator-profile/originator-profile/pull/405
- chore(deps): update dependency astro to v6.2.2 by @renovate[bot] in https://github.com/originator-profile/originator-profile/pull/399
- feat!: Drop support for CommonJS by @kou029w in https://github.com/originator-profile/originator-profile/pull/406
- chore: merge packages/cas-generator/.gitignore into the root by @knokmki612 in https://github.com/originator-profile/originator-profile/pull/409
- fix(deps): pin dependencies by @renovate[bot] in https://github.com/originator-profile/originator-profile/pull/404
- fix(verify): restore type assertion accidentally removed in #404 by @knokmki612 in https://github.com/originator-profile/originator-profile/pull/410
- fix(ui): resolve React double-loading by making react a peerDependency by @knokmki612 in https://github.com/originator-profile/originator-profile/pull/411
- feat(inspector): select VC based on user locale for OPS.annotations by @kou029w in https://github.com/originator-profile/originator-profile/pull/413
- feat: add new Profile Annotation model by @kou029w in https://github.com/originator-profile/originator-profile/pull/415
- feat(opvc): support batch issuance of multilingual Website Profiles by @kou029w in https://github.com/originator-profile/originator-profile/pull/414
- feat(model): Ad Authentication PA by @knokmki612 in https://github.com/originator-profile/originator-profile/pull/417
- feat(sign): Add multilingual signature support to signWsp by @kou029w in https://github.com/originator-profile/originator-profile/pull/421
- chore: Add Node.js v26 to engines (experimental support) by @kou029w in https://github.com/originator-profile/originator-profile/pull/422
- feat: Add the Profile Annotation Issuer Registration PA model by @kou029w in https://github.com/originator-profile/originator-profile/pull/424
- fix(inspector): Shorten English extension description to fit 132-char limit (149 -> 127) by @kou029w in https://github.com/originator-profile/originator-profile/pull/426
- Refactor fetchVerifiedCredentials and verifyTabCredentials functions by @Sa-R390 in https://github.com/originator-profile/originator-profile/pull/430
- fix(inspector): Separate REGISTRY_OPS into registry-ops.json by @kou029w in https://github.com/originator-profile/originator-profile/pull/433
- chore: Add workflow for automatic submission of OP Inspector to Chrome Web Store/Firefox Add-ons by @kou029w in https://github.com/originator-profile/originator-profile/pull/432
- feat(verify): Add PA verification logic based on Profile Annotation Issuer Registration PA by @kou029w in https://github.com/originator-profile/originator-profile/pull/434
- feat(inspector): Update Firefox minimum version to 140 and remove gecko_android from inspector manifest by @kou029w with @Copilot in https://github.com/originator-profile/originator-profile/pull/431
- docs(opvc): Change to preserve indentation in Help by @kou029w in https://github.com/originator-profile/originator-profile/pull/436
- docs: Add "Environment" section to README by @kou029w in https://github.com/originator-profile/originator-profile/pull/435
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