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

Commit

Permalink
Prepare 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cconard96 committed Aug 9, 2022
1 parent 1add4c6 commit 8bf7946
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Jamf Plugin for GLPI Changelog

## [3.0.1]

### Fixes

- Fix typo in the `model_identifier` DB column that caused model data to not import correctly for mobile devices
- Fix issue with the `uuid` DB column for imports not accepting NULL values that caused discovery issues with Computers
- Fixed issues with date and time timezone handling during syncing
- Fixed possible issue with date and time handling if the GLPI date format preference is not YYYY-MM-DD
- Fixed error that preventing showing the device merge form if the list of either Computers or Mobile Devices is empty
- Fixed potential issue with the sync automatic action if the sync interval configuration value is missing or invalid

## [3.0.0]

- The UI was redone a little bit to match the new UI added in GLPI 10 better
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.0.0');
define('PLUGIN_JAMF_VERSION', '3.0.1');
define('PLUGIN_JAMF_MIN_GLPI', '10.0.0');
define('PLUGIN_JAMF_MAX_GLPI', '10.1.0');

Expand Down

0 comments on commit 8bf7946

Please sign in to comment.