]> ### &version; - Add a copyright notice to the Settings page, matching the other HackerHog plugins. ### 2026.09.14 - Add a plugin icon, shown on the Settings page and in Community Applications. ### 2026.09.05 - Switch to a hosted install: the package now downloads from a GitHub Release instead of requiring a manual flash-drive copy first. ### 2026.09.02 - Initial release: checkbox-select shares, bulk apply SMB Export (Yes / Yes-Hidden / No) via Unraid's own /update.htm share-security handler. mkdir -p &pluginLOC; rm -f $(ls &pluginLOC;/&name;-*.txz 2>/dev/null | grep -v '&version;') &packageURL; &packageSHA256; echo "" echo "----------------------------------------------------" echo " Bulk Share Toggle &version; installed." echo " Find it under Shares -> Bulk Share Toggle." echo "----------------------------------------------------" echo "" removepkg &name;-&version; rm -rf &emhttpLOC; rm -rf &pluginLOC; echo "Bulk Share Toggle removed."