Skip to content

Releases: virtuosoft-dev/hestiacp-pluginable

v2.0.4

24 Apr 17:18

Choose a tag to compare

Fix html filters

v2.0.3

16 Apr 21:10

Choose a tag to compare

latest version

v2.0.2

16 Apr 19:43

Choose a tag to compare

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

28 Mar 19:26

Choose a tag to compare

v2.0.1 Pre-release
Pre-release
Use GitHub API for latest

v2.0.0

26 Mar 16:27

Choose a tag to compare

v2.0.0 Pre-release
Pre-release

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

29 Jan 20:03
54fc7c6

Choose a tag to compare

v1.0.7

06 Dec 17:26

Choose a tag to compare

v1.0.7 Pre-release
Pre-release
disabled bug

v1.0.6

17 Sep 17:36

Choose a tag to compare

v1.0.6 Pre-release
Pre-release

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

29 Aug 02:45

Choose a tag to compare

v1.0.3 Pre-release
Pre-release

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

24 Aug 07:08

Choose a tag to compare

v1.0.2 Pre-release
Pre-release

Full Changelog: v1.0.1...v1.0.2