added more flibiliy for versions, added dry-run option
This commit is contained in:
@ -119,7 +119,7 @@ class UpdateController
|
||||
|
||||
echo "Highest Stable Version: $highestStableVersion" . PHP_EOL;
|
||||
if (!$this->dryRun) {
|
||||
echo "Installed Version: $installedVersion" . PHP_EOL;
|
||||
echo 'Installed Version: '. $this->installedVersion . PHP_EOL;
|
||||
}
|
||||
|
||||
[$major, $minor, $patch] = explode(separator: '.', string: $stableVersions[$highestStableVersion]['current']);
|
||||
|
Reference in New Issue
Block a user