Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions plugins/DigiCert/v1/metadata.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "digicert",
"displayName": "DigiCert",
"version": "1.0.5",
"displayName": "DigiCert TEST",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🗄️ Data Integrity & Integration | 🟠 Major | ⚡ Quick win

Increase the plugin version for this metadata change.

Update the version field in plugins/DigiCert/v1/metadata.json to a higher value. This change modifies an existing plugin, so leaving the version unchanged violates the repository release contract.

As per coding guidelines and retrieved learnings, existing plugin changes require a non-decreasing version bump.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@plugins/DigiCert/v1/metadata.json` at line 3, Increase the version field in
the DigiCert plugin metadata to a higher, non-decreasing value, while leaving
the displayName change intact.

Sources: Coding guidelines, Learnings


🎯 Functional Correctness | 🟡 Minor | ⚡ Quick win

Keep the official product name in displayName.

Use DigiCert unless DigiCert TEST is an approved user-facing product name. The repository metadata contract requires the official product name.

As per coding guidelines, displayName must use the correctly styled and cased official product name.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@plugins/DigiCert/v1/metadata.json` at line 3, Update the displayName metadata
value to the official product name “DigiCert” and remove the “TEST” suffix
unless it is explicitly approved as user-facing branding.

Source: Coding guidelines

"version": "1.0.6",
"author": {
"name": "@shaswot77",
"type": "community"
Expand Down
Loading