]> ##&name; ###&version; - Fix: URL reference so the plugin will update. ###2025.12.03 - New: First releaase with versioning. - Fix: Minimum Unraid version changed to 6.12. There have been too many UI changes to maintain backwards compatibility. ###2025.10.04a - Fix: More UI fixes for Unraid 7.2. ###2025.10.04a - Fix: Enable Unraid style tooltips. - Rem: Remove unnecessary tooltips. ###2025.09.09 - Fix: UI fixes for Unraid 7.2. ###2025.09.06 - Fix: Some minor code cleanup. - Fix: UI changes for Responsive Design implementation in Unraid. ###2025.04.26 - Fix: Use file system state to determine that array is online. ###2025.02.04 - Fix: Change some variables to constants that shouldn't be variables. - Fix: Code changes for reliability and robustness. - Fix: Change Unraid minimum version to 6.11. - Fix: Language translation updates. ###2024.05.23 - Fix: display aberation when the array is stopped. ###2024.03.09 - Fix: 'virsh' command path change in 6.13. ###2023.04.04 - Fix: Php warnings. ###2022.08.19 - Fix: Reference to GitHub repository. ###2022.05.25 - Fix: Php error. ###2022.05.24 - Add: Plugin update check. ###2022.09.17 - Fix: Code review and cleanup. ###2021.08.21 - Fix: Code review and cleanup. ###2021.05.28 - Fix: Minor UI adjustments. ###2021.05.19 - Fix: Minimum version changed to 6.7. - Fix: Remove unneeded images folder. ###2021.03.09 - Fix: Plugin permissions. ###2020.12.13 - Fix: URL reference conflicting with Unraid. ###2020.06.21 - Add: Multi Language support. ###2020.06.21 - Fix: icons for v6. ###2018.12.08 - Fix: Some more UI adjustments. ###2018.12.07 - Fix: Sort VMs and USB devices in alphabetic order. - Fix: Change UI to be more Unraid style. ###2018.04.08 - Removed help and added to UI. - Change icon. ###2018.03.21 - Update unRAID minimum version check. ###2018.03.11 - Modifications to webgui, added help, and some code optimizations. ###2018.03.10a - Update for unRAID 6.5 VM file structure changes. ###2016.03.13 - Using libvirt.php for Running VMs - Fix for VM names with spaces ###2016.03.09 - launch and icon fix ###2016.03.06 - initial release for unRAID v6 "&gitURL;/&name;-&version;.tgz" &MD5; # Remove emhttp files so we can re-install. rm -rf /usr/local/emhttp/plugins/&name;/* 2>/dev/null # Remove old 'bundle' files. rm -f $(ls /boot/config/plugins/&name;/&name;*.tgz 2>/dev/null | grep -v '&version;') # Install the 'bundle'. tar -xf /boot/config/plugins/&name;/&name;-&version;.tgz -C /usr/local/emhttp/plugins 2>/dev/null echo "" echo "-----------------------------------------------------------" echo " &name; has been installed." echo " This plugin requires Dynamix webGui to operate" echo " Copyright 2016, Burhan Shakil" echo " Copyright 2018-2025, Dan Landon" echo " Version: &version;" echo "-----------------------------------------------------------" echo "" # Remove all plugin files. rm -rf /boot/config/plugins/&name; 2>/dev/null rm -rf /usr/local/emhttp/plugins/&name; 2>/dev/null echo "" echo "-----------------------------------------------------------" echo " &name; has been removed." echo " Version: &version;" echo "-----------------------------------------------------------" echo ""