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

v3.1.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 15 Apr 13:18

Fixes

  • Fixed missing API connection checks for some API calls.
  • Fixed missing password config option during plugin installation.
  • Fixed default PMV file path which is used during the plugin installation/v3.0 update.
  • Fixed URL reference in the merge page's pager controls.
  • Fixed select all checkbox on the import page.
  • Fixed some blocking errors when merging devices.
  • Fixed the computer type config option remaining after the plugin is uninstalled.
  • Fixed unicity errors when discovering devices.

Changed

  • Updated included PMV (product model/OS version support) file to the latest version from Apple.
  • Improved the permission error message when accessing the plugin's menu without access to any of the individual plugin pages.
  • Migrated HTML code from /front files to Twig.
  • Overhaul of the automatic tests to help ensure a stable release.
    • Migrated from Atoum to PHPUnit.
    • Added PHPStan level 1 checks.
    • Updated the mock data.
  • The config option to ignore the SSL certificate verification is now disabled by default. If you have issues connecting to your Jamf instance over HTTPS, you probably don't have the root certificate installed/trusted for Curl. You should verify this is configured correctly (look up the specific instructions for your OS/distribution).
  • The merge page now ignores deleted and template assets when determining merge candidates.