Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

2.0.0

Compare
Choose a tag to compare
@cconard96 cconard96 released this 24 Jul 22:52
· 147 commits to master since this release
8822e89

First feature release for GLPI 9.5.X

What's changed:

Minimum PHP version is now 7.2.0 (Same as GLPI now).
Minimum Jamf Pro version is 10.20.0 although there are no know compatibility issues yet with older versions.
The Jamf plugin menu was moved to the Plugin menu instead of Tools.
Improved MDM command rights including checking individual command rights for the user's JSS account and hiding commands they don't have access to.
Added ability to set a default status for imported devices.
Added support for syncing simcards, volumes, and lines.
Added GLPI 9.5.0 dashboard integration by adding cards for known Jamf extension attributes and cards for lost mode device count, managed device count, and supervised device count.
Device merge suggestions now work on the UUID/UDID first, and only use the name as a backup.
Added toggle for ignoring the certificate (for testing only!) of Jamf Pro instance. Defaults to checking the certificate.
Translation strings now have context information to help the translators.

What's been dropped since the beta:
The Jamf Computer support has been postponed due to the complexities involved with adding it. It will be released in a future version.
The plugin migration system was postponed to allow it to mature more.
The unit tests were postponed so that the REST calls can be properly mocked using services instead of hacked in.