glpi-project / glpi-inventory-plugin

GLPI Inventory plugin
GNU Affero General Public License v3.0
46 stars 27 forks source link

Fix handling of conflicts with "You-Know-Who" #278

Closed cedric-anne closed 1 year ago

cedric-anne commented 1 year ago
  1. Fix the oldname property.
  2. Ensure that "You-Know-Who" is not present in marketplace directory during prerequisites checks for GLPI <= 10.0.5, but disable this check in GLPI >= 10.0.6.
  3. Remove checks done only on GLPI < 9.2 (!method_exists('Plugin', 'checkVersions') is always false now).