{"id":28912587,"url":"https://github.com/christophecvb/strapi-plugin-app-version","last_synced_at":"2026-01-06T18:17:30.642Z","repository":{"id":298520590,"uuid":"1000165967","full_name":"ChristopheCVB/strapi-plugin-app-version","owner":"ChristopheCVB","description":"Strapi Plugin that displays the package.json version in the Strapi settings","archived":false,"fork":false,"pushed_at":"2025-08-09T01:38:55.000Z","size":792,"stargazers_count":1,"open_issues_count":11,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-09T16:49:26.344Z","etag":null,"topics":["plugin","strapi","strapi-plugin"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ChristopheCVB.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-11T11:12:40.000Z","updated_at":"2025-07-26T06:47:32.000Z","dependencies_parsed_at":"2025-06-11T15:12:37.805Z","dependency_job_id":"0640d71f-e4ff-43d6-8813-543c2af0ab86","html_url":"https://github.com/ChristopheCVB/strapi-plugin-app-version","commit_stats":null,"previous_names":["christophecvb/strapi-plugin-app-version"],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/ChristopheCVB/strapi-plugin-app-version","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChristopheCVB%2Fstrapi-plugin-app-version","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChristopheCVB%2Fstrapi-plugin-app-version/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChristopheCVB%2Fstrapi-plugin-app-version/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChristopheCVB%2Fstrapi-plugin-app-version/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ChristopheCVB","download_url":"https://codeload.github.com/ChristopheCVB/strapi-plugin-app-version/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChristopheCVB%2Fstrapi-plugin-app-version/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270791692,"owners_count":24645796,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-16T02:00:11.002Z","response_time":91,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["plugin","strapi","strapi-plugin"],"created_at":"2025-06-21T20:12:06.838Z","updated_at":"2026-01-06T18:17:30.606Z","avatar_url":"https://github.com/ChristopheCVB.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\" width=\"150px\"\u003e\n  \u003cimg style=\"width: 150px; height: auto;\" src=\"assets/logo.png\" alt=\"Logo - Strapi Plugin App Version\" /\u003e\n\u003c/div\u003e\n\u003cdiv align=\"center\"\u003e\n  \u003ch1\u003eStrapi v5 - Plugin App Version\u003c/h1\u003e\n  \u003cp\u003eStrapi Plugin that displays your app version in the Strapi settings\u003c/p\u003e\n  \u003ca href=\"https://www.npmjs.org/package/strapi-plugin-app-version\"\u003e\n    \u003cimg alt=\"GitHub package.json version\" src=\"https://img.shields.io/github/package-json/v/ChristopheCVB/strapi-plugin-app-version?label=npm\u0026logo=npm\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://www.npmjs.org/package/strapi-plugin-app-version\"\u003e\n    \u003cimg src=\"https://img.shields.io/npm/dm/strapi-plugin-app-version.svg\" alt=\"Monthly download on NPM\" /\u003e\n  \u003c/a\u003e\n\u003c/div\u003e\n\n---\n\n\u003cdiv style=\"margin: 20px 0\" align=\"center\"\u003e\n  \u003cimg style=\"width: 100%; height: auto;\" src=\"assets/preview.png\" alt=\"UI preview\" /\u003e\n\u003c/div\u003e\n\nA plugin for [Strapi Headless CMS](https://github.com/strapi/strapi) that displays your app version in the Strapi settings\n\n## Features\n- Display your app version in the Strapi settings\n\n## Usage\n\nTo configure the **App Version** plugin, add your configuration to the plugin settings. The configuration consist of an object with the version:\n\n```typescript\ntype Config = {\n  version: string\n}\n```\n\n### Example Configuration\n\n```typescript\n// config/plugins.ts\nimport type { Config as AppVersionConfig } from 'strapi-plugin-app-version/dist/server/src/config'\n\nimport packageJson from '../package.json'\n\nexport default () =\u003e ({\n  'app-version': {\n    enabled: true,\n    config: {\n      version: packageJson.version,\n    } satisfies AppVersionConfig,\n  }\n})\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchristophecvb%2Fstrapi-plugin-app-version","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchristophecvb%2Fstrapi-plugin-app-version","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchristophecvb%2Fstrapi-plugin-app-version/lists"}