How to easily get the current ISPConfig version from a shell script? Is there an easier way than through database?
Thanks for the quick answer. Why does https://www.ispconfig.org/downloads/ISPConfig-3-stable.tar.gz currently contain Code: define('ISPC_APP_VERSION', '3.2dev'); ? Are the latest merges already in that file?
This is the 3.2dev version, so it's the code from GIT 'develop' branch. Code that has been merged to develop branch is in that version when you have chosen 'git-develop' in ispconfig_update.sh command as the ISPConfig update loads it directly from the git server.
I simply did a download, no Autoinstaller or ispconfig_update.sh. The file from https://www.ispconfig.org/downloads/ISPConfig-3-stable.tar.gz should be the stable version but it doesn't look like it is...
You looked at the wrong file, version is: Code: define('ISPC_APP_VERSION', '3.2.11'); in the file that is used to install or update ISPConfig, see install/tpl/config.inc.php.master