Releases: virtuosoft-dev/hestiacp-pluginable
v2.0.4
v2.0.3
latest version
v2.0.2
Version 2.x, now with a leaner design that uses HestiaCP 'sanctioned' /etc/hestiacp/local.conf and php.ini's native prepend/append system to extend HestiaCP with less modifications to core files. This makes install/uninstall a lot easier, less intrusive, and more forward compatible with HestiaCP updates. Virtually any aspect of HestiaCP can be modified with plugins; both CLI commands and web UI. You will also find that version 2.x displays plugins and updates in the existing HestiaCP UI. See (#1 above) 'Updates' and 'Configure' in HestiaCP.
v2.0.1
Use GitHub API for latest
v2.0.0
Version 2.x, now with a leaner design that uses HestiaCP 'sanctioned' /etc/hestiacp/local.conf and php.ini's native prepend/append system to extend HestiaCP with less modifications to core files. This makes install/uninstall a lot easier, less intrusive, and more forward compatible with HestiaCP updates. Virtually any aspect of HestiaCP can be modified with plugins; both CLI commands and web UI. You will also find that version 2.x displays plugins and updates in the existing HestiaCP UI. See (#1 above) 'Updates' and 'Configure' in HestiaCP.
v1.0.8: Update patch_files.php
Fix jquery
v1.0.7
disabled bug
v1.0.6
Dynamic logging implemented logs most operations via $hcpp->log function to /tmp/hcpp.log. To turn on logging, initiate the /tmp/hcpp.log with read/write access across the board; failure to do so may inhibit pluginable functionality as logging is initiated by multiple users and threads:
sudo touch /tmp/hcpp.log
sudo chmod 666 /tmp/hcpp.log
To turn on logging:
sudo touch /usr/local/hestia/data/hcpp/logging
To turn off logging, remove the file:
sudo rm -rf /usr/local/hestia/data/hcpp/logging
v1.0.3
Note: Self-update is built into this version; but you must follow the new install instructions.
Upgrading to v1.0.3 from a prior version? Remove your /etc/hestiacp/hooks folder and clone directly to the /etc/hestiacp/hooks folder.
sudo -s
git clone https://github.com/virtuosoft-dev/hestiacp-pluginable /etc/hestiacp/hooks
/etc/hestiacp/hooks/post_install.sh
service hestia restart
v1.0.2
Full Changelog: v1.0.1...v1.0.2