Update plugin configuration files for proper GLPI detection

This commit is contained in:
tips-of-mine
2025-05-31 11:14:08 +02:00
committed by GitHub
parent f1316266fa
commit 449a322bab
8 changed files with 505 additions and 6 deletions

View File

@ -4,7 +4,7 @@
* Handles plugin initialization, installation, and hooks
*/
define('PLUGIN_CVE_VERSION', '1.0.0');
define('PLUGIN_CVE_VERSION', '0.0.1');
define('PLUGIN_CVE_MIN_GLPI', '10.0.0');
define('PLUGIN_CVE_MAX_GLPI', '10.99.99');
define('PLUGIN_CVE_DIR', __DIR__);
@ -115,9 +115,9 @@ function plugin_version_cve() {
return [
'name' => __('Vulnérabilité', 'cve'),
'version' => PLUGIN_CVE_VERSION,
'author' => 'Your Organization',
'license' => 'GPL v2+',
'homepage' => 'https://github.com/your-org/glpi-cve-plugin',
'author' => 'Tips-Of-Mine',
'license' => 'GPL v3+',
'homepage' => 'https://github.com/tips-of-mine/GLPI-Plugin-CVE-Prototype',
'requirements' => [
'glpi' => [
'min' => PLUGIN_CVE_MIN_GLPI,