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

Commit

Permalink
Prepare 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cconard96 committed Mar 13, 2024
1 parent 430270b commit 3a33fe6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 12 deletions.
17 changes: 6 additions & 11 deletions jamf.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,24 +12,14 @@
<en><![CDATA[
This plugin allows you to sync mobile devices and computers from Jamf Pro to GLPI along with their associated data. It also allows you to issue mobile device commands from GLPI.
This is an open source plugin with locale support for English and French only right now, but translation contributions are welcome for other languages.
Requirements
- GLPI >= 9.5.0
- PHP >= 7.2.0
- Jamf Pro >= 10.20.0
Usage
- Server/sync configuration is found in Setup > Config under the JAMF Plugin tab.
- JSS User account used must have read access to mobile devices and computers at least. Additional access may be required depending on what items are synced (software, etc).
- The two automatic actions "importJamf' and 'syncJamf" can only be run in CLI/Cron mode due to how long they can take.
- There is a rule engine used to filter out imported devices. The default import action is to allow the import.
- iPads and Apple TVs are imported as Computers, while iPhones are imported as Phones.
Locale Support
- Contribute to French and Spanish localizations on POEditor:
- Contribute to existing localizations on POEditor:
        https://poeditor.com/join/project/BepTgrM7ab
- To request new languages, please open a GitHub issue.
Expand All @@ -50,6 +40,11 @@ Versioning/Support
<author>Curtis Conard</author>
</authors>
<versions>
<version>
<num>3.1.0</num>
<compatibility>~10.0.0</compatibility>
<download_url>https://github.com/cconard96/jamf/releases/download/v3.1.0/glpi-jamf-v3.1.0.tar.bz2</download_url>
</version>
<version>
<num>3.0.2</num>
<compatibility>~10.0.0</compatibility>
Expand Down
2 changes: 1 addition & 1 deletion setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
--------------------------------------------------------------------------
*/

define('PLUGIN_JAMF_VERSION', '3.1.0-alpha1');
define('PLUGIN_JAMF_VERSION', '3.1.0');
define('PLUGIN_JAMF_MIN_GLPI', '10.0.0');
define('PLUGIN_JAMF_MAX_GLPI', '10.1.0');

Expand Down

0 comments on commit 3a33fe6

Please sign in to comment.