Releases: munkireport/munkireport-php
Releases · munkireport/munkireport-php
Munkireport 4.1.0
4.1.0 (April 11, 2019)
FIXES
- Change 'memory' localization name (#1210) @tuxudo
- Error handling for deleting machines.
- Added Time Machine errors back to client summary (#1211) @tuxudo
- Localize Delete button on business unit management (#1141) @tuxudo
- Added additional OneLogin supported parameters (#1214)
- Update SAML (#1244)
NEW FEATURES
- 'f' hotkey for filter modal (#1150) @tuxudo
- Added logging for adldap2
- Added AirPlay to vendors (#1234) @tuxudo
- Make showing help link default to true (#1228) @WardsParadox
- Add Widget Gallery (#1140) @tuxudo
MODULE UPDATES
- machine (v1.1 => v1.2)
- disk_report (v1.2 => v1.3)
- displays_info (v1.3 => v1.3.3)
- fan_temps (v1.1 => v1.3)
- ibridge (v1.2 => v1.4)
- munki_facts (v1.2 => v1.3)
- munkireportinfo (v1.1 => v1.2)
- profile (v1.1 => v1.2)
- softwareupdate (v1.1 => v1.2)
- supported_os (v1.3 => v1.5)
- timemachine (v1.2 => v1.3)
Munkireport 4.0.2
Munkireport 4.0.1
4.0.1 (December 21, 2018)
FIXES
APPS_TO_TRACK
now working again due to an upgrade to theinventory
module.- Added
.env.example
to the.zip
andtar.gz
downloads.
CHANGES - Added support for local widgets.
- Removed
custom_folder
as a method to load custom widgets. As a replacement, uselocal/views/widgets
. Or overrideWIDGET_SEARCH_PATHS
with your own paths. - Hotkeys are displayed in the dashboard dropdown if more than one dashboard is configured
- There are 2 new widgets added to the
munkireport
module that show the top 10 error and warning messages.
Munkireport 4.0.0
4.0.0 (December 18, 2018)
IMPORTANT CHANGES
- This release changes the entire configuration system to
.env
. This means thatconfig.php
andconfig_default.php
are no longer in use. - There is a new directory called
local
that is used for user accounts, dashboards, certificates and module specific yaml files.
Please read https://github.com/munkireport/munkireport-php/wiki/How-to-Upgrade-Versions#version-3x---4x for more information
FIXES
- Fixing the Listing title (#1194) @joncrain
- Removing unnecessary data (#1195) @joncrain
- Including preset curl options by default (#1197) @joncrain
- Added local users config info to .env.example and README.md (#1204) @fridomac
OTHER CHANGES
- SAML attribute mapping for user and groups
- The
adldap2/adldap2
andonelogin/php-saml
libraries are updated to the latest version and included in the default installation.
Munkireport 3.3.1
Munkireport 3.3.0
Munkireport 3.2.6
Munkireport 3.2.5
Munkireport 3.2.4
Munkireport 3.2.3
3.2.3 (November 03, 2018)
FIXES
- Add magic_keyboard_with_numeric_keypad to bluetooth locale
- Removed app_usage widget from managedinstalls... (#1138) @tuxudo
- Detectx patch (#1137) @WardsParadox
- Localize ARD Text on client summary (#1132) @tuxudo
- Added space to paths that had space removed. (#1124) @poundbangbash
- Updated current highest OS (#1123) @tuxudo
- Fixed menu sorting case sensitivity (#1121) @tuxudo
- Corrected devtools install script (#1114) @tuxudo
- Added support for machine groups (#1144) @tuxudo
- Remove group check from AuthSaml.php
- Added machine group filtering to munki_facts widget (#1158) @tuxudo
- Add machine group filtering (#1157) @tuxudo
- Minor database fixes
- Add port to MySQL dsn
- Fixed clickthrough button URLs (#1153) @tuxudo
- Fixed storage listing loading column count (#1151) @tuxudo
- Fixed for Macs without Metal support (#1169) @tuxudo
NEW FEATURES